Class CodedDecimalAttributeType

  • All Implemented Interfaces:
    java.lang.Cloneable , org.jvnet.jaxb.lang.CopyTo , org.jvnet.jaxb.lang.ToString

    
    public class CodedDecimalAttributeType
     implements Cloneable, CopyTo, ToString
                        

    Type definition of CodedDecimalAttribute.

    Java class for CodedDecimalAttributeType complex type

    .

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

    
    <complexType name="CodedDecimalAttributeType">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element ref="{urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.1.1}MdcAttribute"/>
            <element name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>