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

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

public abstract class ExtrinsicObjectType
extends RegistryEntryType
implements java.io.Serializable

ExtrinsicObject are attributes from the ExtrinsicObject interface in ebRIM. It inherits RegistryEntryAttributes

See Also:
Serialized Form

Constructor Summary
ExtrinsicObjectType()
           
 
Method Summary
 void deleteIsOpaque()
           
 boolean getIsOpaque()
          Returns the value of field 'isOpaque'.
 java.lang.String getMimeType()
          Returns the value of field 'mimeType'.
 boolean hasIsOpaque()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setIsOpaque(boolean isOpaque)
          Sets the value of field 'isOpaque'.
 void setMimeType(java.lang.String mimeType)
          Sets the value of field 'mimeType'.
 void validate()
           
 
Methods inherited from class org.oasis.ebxml.registry.bindings.rim.RegistryEntryType
deleteMajorVersion, deleteMinorVersion, getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, hasMajorVersion, hasMinorVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setStatus, setUserVersion
 
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

ExtrinsicObjectType

public ExtrinsicObjectType()
Method Detail

deleteIsOpaque

public void deleteIsOpaque()

getIsOpaque

public boolean getIsOpaque()
Returns the value of field 'isOpaque'.

Returns:
the value of field 'isOpaque'.

getMimeType

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

Returns:
the value of field 'mimeType'.

hasIsOpaque

public boolean hasIsOpaque()

isValid

public boolean isValid()
Overrides:
isValid in class RegistryEntryType

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 RegistryEntryType
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 RegistryEntryType
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setIsOpaque

public void setIsOpaque(boolean isOpaque)
Sets the value of field 'isOpaque'.

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

setMimeType

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

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

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class RegistryEntryType
Throws:
org.exolab.castor.xml.ValidationException