org.hl7.v3
Class IVXBMO
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.MO
org.hl7.v3.IVXBMO
- All Implemented Interfaces:
- java.io.Serializable
public class IVXBMO
- extends MO
Java class for IVXB_MO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IVXB_MO">
<complexContent>
<extension base="{urn:hl7-org:v3}MO">
<attribute name="inclusive" type="{urn:hl7-org:v3}bl" default="true" />
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Boolean |
inclusive
|
Method Summary |
boolean |
isInclusive()
Gets the value of the inclusive property. |
void |
setInclusive(java.lang.Boolean value)
Sets the value of the inclusive property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inclusive
protected java.lang.Boolean inclusive
IVXBMO
public IVXBMO()
isInclusive
public boolean isInclusive()
- Gets the value of the inclusive property.
- Returns:
- possible object is
Boolean
setInclusive
public void setInclusive(java.lang.Boolean value)
- Sets the value of the inclusive property.
- Parameters:
value
- allowed object is Boolean