org.ow2.orchestra.ws_ht
Class TText
java.lang.Object
org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
org.ow2.orchestra.ws_ht.TText
public class TText
- extends TExtensibleMixedContentElements
Java class for tText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tText">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleMixedContentElements">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
|
Constructor Summary |
TText()
|
|
Method Summary |
String |
getLang()
Gets the value of the lang property. |
void |
setLang(String value)
Sets the value of the lang property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lang
protected String lang
TText
public TText()
getLang
public String getLang()
- Gets the value of the lang property.
- Returns:
- possible object is
String
setLang
public void setLang(String value)
- Sets the value of the lang property.
- Parameters:
value - allowed object is
String
Copyright © 2012 OW2 Consortium. All Rights Reserved.