org.ow2.orchestra.ws_ht
Class TParameter

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
      extended by org.ow2.orchestra.ws_ht.TParameter
Direct Known Subclasses:
TPresentationParameter

public class TParameter
extends TExtensibleMixedContentElements

Java class for tParameter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tParameter">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleMixedContentElements">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  QName type
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
content
 
Constructor Summary
TParameter()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 QName getType()
          Gets the value of the type property.
 void setName(String value)
          Sets the value of the name property.
 void setType(QName value)
          Sets the value of the type property.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
getContent, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected QName type
Constructor Detail

TParameter

public TParameter()
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

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


Copyright © 2012 OW2 Consortium. All Rights Reserved.