org.gxos.schema
Class Key

java.lang.Object
  |
  +--org.gxos.schema.Key
All Implemented Interfaces:
java.io.Serializable

public class Key
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Key()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getEncryption()
           
 java.lang.String getType()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setContent(java.lang.String _content)
           
 void setEncryption(java.lang.String _encryption)
           
 void setType(java.lang.String _type)
           
static Key unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key()
Method Detail

getContent

public java.lang.String getContent()

getEncryption

public java.lang.String getEncryption()

getType

public java.lang.String getType()

isValid

public boolean isValid()

marshal

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

marshal

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

setContent

public void setContent(java.lang.String _content)
Parameters:
_content -  

setEncryption

public void setEncryption(java.lang.String _encryption)
Parameters:
_encryption -  

setType

public void setType(java.lang.String _type)
Parameters:
_type -  

unmarshal

public static Key unmarshal(java.io.Reader reader)
                     throws org.exolab.castor.xml.MarshalException,
                            org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

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