org.gxos.schema
Class Phase1Source

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

public class Phase1Source
extends ObjectRealization
implements java.io.Serializable

Source of Phase 1 Material

See Also:
Serialized Form

Constructor Summary
Phase1Source()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static Phase1Source unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.schema.ObjectRealization
addContentType, addContentType, enumerateContentType, getContentType, getContentType, getContentTypeCount, getExternalGXOSObject, getGXOSObjectType, getInternalName, getLinkGXOSObject, getLocalGXOSObject, getRealizationStrategy, getRelatedInternalName, getRelatedObjects, removeAllContentType, removeContentType, setContentType, setContentType, setExternalGXOSObject, setGXOSObjectType, setInternalName, setLinkGXOSObject, setLocalGXOSObject, setRealizationStrategy, setRelatedInternalName, setRelatedObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phase1Source

public Phase1Source()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class ObjectRealization

marshal

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

marshal

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

unmarshal

public static Phase1Source 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
Overrides:
validate in class ObjectRealization