|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ParameterXto
public class ParameterXto
The Parameter is a representation for different types of data values. Single primitive data values are using the 'primitive' element. For more complex data the xml element is used.
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="primitive" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="xml" type="{http://eclipse.org/stardust/ws/v2012a/api}XmlValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ParameterXto()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
String |
getNamespace()
Gets the value of the namespace property. |
String |
getPrimitive()
Gets the value of the primitive property. |
QName |
getType()
Gets the value of the type property. |
XmlValueXto |
getXml()
Gets the value of the xml property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNamespace(String value)
Sets the value of the namespace property. |
void |
setPrimitive(String value)
Sets the value of the primitive property. |
void |
setType(QName value)
Sets the value of the type 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 ParameterXto()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic String getPrimitive()
Stringpublic void setPrimitive(String value)
value - allowed object is
Stringpublic 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 | ||||||||