org.ow2.orchestra.ws_ht
Class TText

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
      extended by 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>
 


Field Summary
protected  String lang
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
content
 
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 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

lang

protected String lang
Constructor Detail

TText

public TText()
Method Detail

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.