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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expressionLanguage |
protected String |
name |
content| Constructor and Description |
|---|
TArgument() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getContent, getOtherAttributespublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getExpressionLanguage()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.