org.oasis.ebxml.registry.bindings.rim
Class LocalizedStringType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rim.LocalizedStringType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LocalizedString

public abstract class LocalizedStringType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LocalizedStringType()
           
 
Method Summary
 java.lang.String getCharset()
          Returns the value of field 'charset'.
 java.lang.String getLang()
          Returns the value of field 'lang'.
 java.lang.String getValue()
          Returns the value of field 'value'.
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setCharset(java.lang.String charset)
          Sets the value of field 'charset'.
 void setLang(java.lang.String lang)
          Sets the value of field 'lang'.
 void setValue(java.lang.String value)
          Sets the value of field 'value'.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedStringType

public LocalizedStringType()
Method Detail

getCharset

public java.lang.String getCharset()
Returns the value of field 'charset'.

Returns:
the value of field 'charset'.

getLang

public java.lang.String getLang()
Returns the value of field 'lang'.

Returns:
the value of field 'lang'.

getValue

public java.lang.String getValue()
Returns the value of field 'value'.

Returns:
the value of field 'value'.

isValid

public boolean isValid()

marshal

public abstract void marshal(java.io.Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public abstract void marshal(org.xml.sax.DocumentHandler handler)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setCharset

public void setCharset(java.lang.String charset)
Sets the value of field 'charset'.

Parameters:
charset - the value of field 'charset'.

setLang

public void setLang(java.lang.String lang)
Sets the value of field 'lang'.

Parameters:
lang - the value of field 'lang'.

setValue

public void setValue(java.lang.String value)
Sets the value of field 'value'.

Parameters:
value - the value of field 'value'.

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException