org.eclipse.stardust.engine.api.ws
Class SchemaTypeXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.SchemaTypeXto

public class SchemaTypeXto
extends Object

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

SchemaTypeXto

public SchemaTypeXto()
Method Detail

getXml

public XmlValueXto getXml()
Gets the value of the xml property.

Returns:
possible object is XmlValueXto

setXml

public void setXml(XmlValueXto value)
Sets the value of the xml property.

Parameters:
value - allowed object is XmlValueXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.