|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ExternalReferenceXto
public class ExternalReferenceXto
Type declaration containing embedded schema.
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 Summary | |
|---|---|
ExternalReferenceXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalReferenceXto()
| Method Detail |
|---|
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
XmlValueXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||