|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.XpdlTypeXto
public class XpdlTypeXto
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 |
|---|
public XpdlTypeXto()
| Method Detail |
|---|
public ExternalReferenceXto getExternalReference()
ExternalReferenceXtopublic void setExternalReference(ExternalReferenceXto value)
value - allowed object is
ExternalReferenceXtopublic SchemaTypeXto getSchemaType()
SchemaTypeXtopublic void setSchemaType(SchemaTypeXto value)
value - allowed object is
SchemaTypeXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||