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