public class OvfDuplicatedElementBoundary extends OvfElement
Java class for OvfDuplicatedElementBoundary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfDuplicatedElementBoundary">
<complexContent>
<extension base="{urn:vim25}OvfElement">
<sequence>
<element name="boundary" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
boundary |
namelineNumberfaultCause, faultMessage| Constructor and Description |
|---|
OvfDuplicatedElementBoundary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoundary()
Gets the value of the boundary property.
|
void |
setBoundary(String value)
Sets the value of the boundary property.
|
getName, setNamegetLineNumber, setLineNumbergetFaultCause, getFaultMessage, setFaultCauseprotected String boundary
Copyright © 2018. All rights reserved.