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