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

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

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

See Also:
Serialized Form

Constructor Summary
SlotType1()
           
 
Method Summary
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getSlotType()
          Returns the value of field 'slotType'.
 ValueList getValueList()
          Returns the value of field 'valueList'.
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setSlotType(java.lang.String slotType)
          Sets the value of field 'slotType'.
 void setValueList(ValueList valueList)
          Sets the value of field 'valueList'.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlotType1

public SlotType1()
Method Detail

getName

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

Returns:
the value of field 'name'.

getSlotType

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

Returns:
the value of field 'slotType'.

getValueList

public ValueList getValueList()
Returns the value of field 'valueList'.

Returns:
the value of field 'valueList'.

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

setName

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

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

setSlotType

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

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

setValueList

public void setValueList(ValueList valueList)
Sets the value of field 'valueList'.

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

validate

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