|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Text
public class Text
Text paired with corresponding language.
Java class for Text complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Text">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}language" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
language
|
protected String |
value
|
| Constructor Summary | |
|---|---|
Text()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Text instance. |
|
Text(Text o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Text instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Text |
clone()
Creates and returns a copy of this object. |
String |
getLanguage()
Gets the value of the language property. |
String |
getValue()
Gets the value of the value property. |
void |
setLanguage(String value)
Sets the value of the language property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String language
| Constructor Detail |
|---|
public Text()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Text instance.
public Text(Text o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Text instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic Text clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||