org.ow2.orchestra.ws_ht
Class TDescription

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

public class TDescription
extends TExtensibleMixedContentElements

Java class for tDescription complex type.

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

 <complexType name="tDescription">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleMixedContentElements">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
       <attribute name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String contentType
           
protected  String lang
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
content
 
Constructor Summary
TDescription()
           
 
Method Summary
 String getContentType()
          Gets the value of the contentType property.
 String getLang()
          Gets the value of the lang property.
 void setContentType(String value)
          Sets the value of the contentType 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

contentType

protected String contentType
Constructor Detail

TDescription

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

getContentType

public String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.