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

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

public class XpdlTypeXto
extends Object

XPDL specific type declaration definition object.

Java class for XpdlType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XpdlType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="externalReference" type="{http://eclipse.org/stardust/ws/v2012a/api}ExternalReference" minOccurs="0"/>
         <element name="schemaType" type="{http://eclipse.org/stardust/ws/v2012a/api}SchemaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XpdlTypeXto()
           
 
Method Summary
 ExternalReferenceXto getExternalReference()
          Gets the value of the externalReference property.
 SchemaTypeXto getSchemaType()
          Gets the value of the schemaType property.
 void setExternalReference(ExternalReferenceXto value)
          Sets the value of the externalReference property.
 void setSchemaType(SchemaTypeXto value)
          Sets the value of the schemaType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpdlTypeXto

public XpdlTypeXto()
Method Detail

getExternalReference

public ExternalReferenceXto getExternalReference()
Gets the value of the externalReference property.

Returns:
possible object is ExternalReferenceXto

setExternalReference

public void setExternalReference(ExternalReferenceXto value)
Sets the value of the externalReference property.

Parameters:
value - allowed object is ExternalReferenceXto

getSchemaType

public SchemaTypeXto getSchemaType()
Gets the value of the schemaType property.

Returns:
possible object is SchemaTypeXto

setSchemaType

public void setSchemaType(SchemaTypeXto value)
Sets the value of the schemaType property.

Parameters:
value - allowed object is SchemaTypeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.