public interface Text
The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 76)
<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>
Modifier and Type | Method and Description |
---|---|
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.
|
String getLanguage()
String
void setLanguage(String value)
value
- allowed object is
String
Copyright © 2005–2014 jDTAUS. All rights reserved.