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

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

public class ParameterXto
extends Object

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

ParameterXto

public ParameterXto()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

getType

public QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName

getPrimitive

public String getPrimitive()
Gets the value of the primitive property.

Returns:
possible object is String

setPrimitive

public void setPrimitive(String value)
Sets the value of the primitive property.

Parameters:
value - allowed object is String

getXml

public XmlValueXto getXml()
Gets the value of the xml property.

Returns:
possible object is XmlValueXto

setXml

public void setXml(XmlValueXto value)
Sets the value of the xml property.

Parameters:
value - allowed object is XmlValueXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.