org.eclipse.ohf.ihe.common.cdar2
Interface BXITIVLPQ

All Superinterfaces:
ANY, org.eclipse.emf.ecore.EObject, IVLPQ, org.eclipse.emf.common.notify.Notifier, PQ, QTY, SXCMPQ
All Known Implementing Classes:
BXITIVLPQImpl

public interface BXITIVLPQ
extends IVLPQ

A representation of the model object 'BXITIVLPQ'.

The following features are supported:

See Also:
CDAR2Package.getBXITIVLPQ()

Method Summary
 java.math.BigInteger getQty()
          Returns the value of the 'Qty' attribute.
 boolean isSetQty()
          Returns whether the value of the 'Qty' attribute is set.
 void setQty(java.math.BigInteger value)
          Sets the value of the 'Qty' attribute.
 void unsetQty()
          Unsets the value of the 'Qty' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.IVLPQ
getCenter, getHigh, getHigh1, getHigh2, getLow, getWidth, getWidth1, getWidth2, setCenter, setHigh, setHigh1, setHigh2, setLow, setWidth, setWidth1, setWidth2
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.SXCMPQ
getOperator, isSetOperator, setOperator, unsetOperator
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.PQ
getTranslation, getUnit, getValue, isSetUnit, setUnit, setValue, unsetUnit
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.ANY
getNullFlavor, setNullFlavor
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getQty

java.math.BigInteger getQty()
Returns the value of the 'Qty' attribute. The default value is "1". The quantity in which the bag item occurs in its containing bag.

Returns:
the value of the 'Qty' attribute.
See Also:
isSetQty(), unsetQty(), setQty(BigInteger), CDAR2Package.getBXITIVLPQ_Qty()

setQty

void setQty(java.math.BigInteger value)
Sets the value of the 'Qty' attribute.

Parameters:
value - the new value of the 'Qty' attribute.
See Also:
isSetQty(), unsetQty(), getQty()

unsetQty

void unsetQty()
Unsets the value of the 'Qty' attribute.

See Also:
isSetQty(), getQty(), setQty(BigInteger)

isSetQty

boolean isSetQty()
Returns whether the value of the 'Qty' attribute is set.

Returns:
whether the value of the 'Qty' attribute is set.
See Also:
unsetQty(), getQty(), setQty(BigInteger)