|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
org.ow2.orchestra.ws_ht.TDescription
public class TDescription
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 |
|---|
protected String lang
protected String contentType
| Constructor Detail |
|---|
public TDescription()
| Method Detail |
|---|
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||