public class XpdlTypeXto extends 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 and Description |
|---|
XpdlTypeXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ExternalReferenceXto getExternalReference()
ExternalReferenceXtopublic void setExternalReference(ExternalReferenceXto value)
value - allowed object is
ExternalReferenceXtopublic SchemaTypeXto getSchemaType()
SchemaTypeXtopublic void setSchemaType(SchemaTypeXto value)
value - allowed object is
SchemaTypeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.