net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc
Interface Text

All Known Implementing Classes:
TextImpl

public interface Text

Text paired with corresponding language.


Method Summary
 String getLanguage()
          The language of this text.
 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()
The language of this text.

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.