org.ow2.orchestra.ws_ht
Class TArgument

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
      extended by org.ow2.orchestra.ws_ht.TArgument

public class TArgument
extends TExtensibleMixedContentElements

Java class for tArgument complex type.

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

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


Field Summary
protected  String expressionLanguage
           
protected  String name
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
content
 
Constructor Summary
TArgument()
           
 
Method Summary
 String getExpressionLanguage()
          Gets the value of the expressionLanguage property.
 String getName()
          Gets the value of the name property.
 void setExpressionLanguage(String value)
          Sets the value of the expressionLanguage property.
 void setName(String value)
          Sets the value of the name 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

expressionLanguage

protected String expressionLanguage
Constructor Detail

TArgument

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

getExpressionLanguage

public String getExpressionLanguage()
Gets the value of the expressionLanguage property.

Returns:
possible object is String

setExpressionLanguage

public void setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.