public class ParameterXto extends Object
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 and Description |
|---|
ParameterXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
XmlValueXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.