public class ExternalReferenceXto extends Object
Java class for ExternalReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xref" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xml" type="{http://eclipse.org/stardust/ws/v2012a/api}XmlValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExternalReferenceXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Gets the value of the location property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
XmlValueXto |
getXml()
Gets the value of the xml property.
|
String |
getXref()
Gets the value of the xref property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setXml(XmlValueXto value)
Sets the value of the xml property.
|
void |
setXref(String value)
Sets the value of the xref property.
|
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getXref()
Stringpublic void setXref(String value)
value - allowed object is
Stringpublic XmlValueXto getXml()
XmlValueXtopublic void setXml(XmlValueXto value)
value - allowed object is
XmlValueXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.