|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.trim.Slot
org.tolven.trim.BLSlot
public class BLSlot
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>
| 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 |
|---|
public BLSlot()
| Method Detail |
|---|
public BL getBL()
BLpublic void setBL(BL value)
value - allowed object is
BLpublic NullFlavor getNull()
NullFlavorpublic void setNull(NullFlavor value)
value - allowed object is
NullFlavor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||