org.tolven.trim
Class BLSlot

java.lang.Object
  extended by org.tolven.trim.Slot
      extended by org.tolven.trim.BLSlot
All Implemented Interfaces:
java.io.Serializable

public class BLSlot
extends Slot
implements java.io.Serializable

Java class for BLSlot complex type.

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

 <complexType name="BLSlot">
   <complexContent>
     <extension base="{urn:tolven-org:trim:4.0}Slot">
       <choice>
         <element name="null" type="{urn:tolven-org:trim:4.0}NullFlavor" minOccurs="0"/>
         <element name="BL" type="{urn:tolven-org:trim:4.0}BL" minOccurs="0"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BLSlot()
           
 
Method Summary
 BL getBL()
          Gets the value of the bl property.
 NullFlavor getNull()
          Gets the value of the null property.
 void setBL(BL value)
          Sets the value of the bl property.
 void setNull(NullFlavor value)
          Sets the value of the null 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

BLSlot

public BLSlot()
Method Detail

getBL

public BL getBL()
Gets the value of the bl property.

Returns:
possible object is BL

setBL

public void setBL(BL value)
Sets the value of the bl property.

Parameters:
value - allowed object is BL

getNull

public NullFlavor getNull()
Gets the value of the null property.

Returns:
possible object is NullFlavor

setNull

public void setNull(NullFlavor value)
Sets the value of the null property.

Parameters:
value - allowed object is NullFlavor