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

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

public abstract class ExternalIdentifierType
extends RegistryObjectType
implements java.io.Serializable

ExternalIdentifier is the mapping of the same named interface in ebRIM. It extends RegistryObject.

See Also:
Serialized Form

Constructor Summary
ExternalIdentifierType()
           
 
Method Summary
 java.lang.Object getIdentificationScheme()
          Returns the value of field 'identificationScheme'.
 java.lang.Object getRegistryObject()
          Returns the value of field 'registryObject'.
 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 setIdentificationScheme(java.lang.Object identificationScheme)
          Sets the value of field 'identificationScheme'.
 void setRegistryObject(java.lang.Object registryObject)
          Sets the value of field 'registryObject'.
 void setValue(java.lang.String value)
          Sets the value of field 'value'.
 void validate()
           
 
Methods inherited from class org.oasis.ebxml.registry.bindings.rim.RegistryObjectType
addClassification, addClassification, addExternalIdentifier, addExternalIdentifier, addSlot, addSlot, clearClassification, clearExternalIdentifier, clearSlot, enumerateClassification, enumerateExternalIdentifier, enumerateSlot, getAccessControlPolicy, getClassification, getClassification, getClassificationCount, getDescription, getExternalIdentifier, getExternalIdentifier, getExternalIdentifierCount, getId, getName, getObjectType, getSlot, getSlot, getSlotCount, removeClassification, removeExternalIdentifier, removeSlot, setAccessControlPolicy, setClassification, setClassification, setDescription, setExternalIdentifier, setExternalIdentifier, setId, setName, setObjectType, setSlot, setSlot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalIdentifierType

public ExternalIdentifierType()
Method Detail

getIdentificationScheme

public java.lang.Object getIdentificationScheme()
Returns the value of field 'identificationScheme'.

Returns:
the value of field 'identificationScheme'.

getRegistryObject

public java.lang.Object getRegistryObject()
Returns the value of field 'registryObject'.

Returns:
the value of field 'registryObject'.

getValue

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

Returns:
the value of field 'value'.

isValid

public boolean isValid()
Overrides:
isValid in class RegistryObjectType

marshal

public abstract void marshal(java.io.Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Specified by:
marshal in class RegistryObjectType
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
Specified by:
marshal in class RegistryObjectType
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setIdentificationScheme

public void setIdentificationScheme(java.lang.Object identificationScheme)
Sets the value of field 'identificationScheme'.

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

setRegistryObject

public void setRegistryObject(java.lang.Object registryObject)
Sets the value of field 'registryObject'.

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

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
Overrides:
validate in class RegistryObjectType
Throws:
org.exolab.castor.xml.ValidationException