net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container
Interface Text

All Known Implementing Classes:
TextImpl

public interface 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>
 


Method Summary
 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.
 

Method Detail

getValue

String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getLanguage

String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.