Class DVCOUNTImpl

java.lang.Object
org.apache.xmlbeans.impl.values.XmlObjectBase
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, DATAVALUE, DVAMOUNT, DVCOUNT, DVORDERED, DVQUANTIFIED

public class DVCOUNTImpl extends DVAMOUNTImpl implements DVCOUNT
An XML DV_COUNT(@http://schemas.openehr.org/v1). This is a complex type.
See Also:
  • Constructor Details

    • DVCOUNTImpl

      public DVCOUNTImpl(org.apache.xmlbeans.SchemaType sType)
  • Method Details

    • getMagnitude

      public long getMagnitude()
      Gets the "magnitude" element
      Specified by:
      getMagnitude in interface DVCOUNT
    • xgetMagnitude

      public org.apache.xmlbeans.XmlLong xgetMagnitude()
      Gets (as xml) the "magnitude" element
      Specified by:
      xgetMagnitude in interface DVCOUNT
    • setMagnitude

      public void setMagnitude(long magnitude)
      Sets the "magnitude" element
      Specified by:
      setMagnitude in interface DVCOUNT
    • xsetMagnitude

      public void xsetMagnitude(org.apache.xmlbeans.XmlLong magnitude)
      Sets (as xml) the "magnitude" element
      Specified by:
      xsetMagnitude in interface DVCOUNT