org.tolven.trim
Class CDSlot

java.lang.Object
  extended by org.tolven.trim.Slot
      extended by org.tolven.trim.CDSlot
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CDSlotEx

public class CDSlot
extends Slot
implements java.io.Serializable

Java class for CDSlot complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CDSlot">
   <complexContent>
     <extension base="{urn:tolven-org:trim:4.0}Slot">
       <choice>
         <element name="flavor" type="{urn:tolven-org:trim:4.0}NullFlavor" minOccurs="0"/>
         <element name="CD" type="{urn:tolven-org:trim:4.0}CD" minOccurs="0"/>
         <element name="CE" type="{urn:tolven-org:trim:4.0}CE" minOccurs="0"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CDSlot()
           
 
Method Summary
 CD getCD()
          Gets the value of the cd property.
 CE getCE()
          Gets the value of the ce property.
 NullFlavor getFlavor()
          Gets the value of the flavor property.
 void setCD(CD value)
          Sets the value of the cd property.
 void setCE(CE value)
          Sets the value of the ce property.
 void setFlavor(NullFlavor value)
          Sets the value of the flavor property.
 
Methods inherited from class org.tolven.trim.Slot
getBind, getDatatype, getFroms, getLabel, getNew, getOriginalText, getValidate, getValueSet, setBind, setDatatype, setLabel, setNew, setOriginalText, setValidate, setValueSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDSlot

public CDSlot()
Method Detail

getCE

public CE getCE()
Gets the value of the ce property.

Returns:
possible object is CE

setCE

public void setCE(CE value)
Sets the value of the ce property.

Parameters:
value - allowed object is CE

getCD

public CD getCD()
Gets the value of the cd property.

Returns:
possible object is CD

setCD

public void setCD(CD value)
Sets the value of the cd property.

Parameters:
value - allowed object is CD

getFlavor

public NullFlavor getFlavor()
Gets the value of the flavor property.

Returns:
possible object is NullFlavor

setFlavor

public void setFlavor(NullFlavor value)
Sets the value of the flavor property.

Parameters:
value - allowed object is NullFlavor