Class CodedStringAttributeType

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

    
    public class CodedStringAttributeType
     implements Cloneable, CopyTo, ToString
                        

    Type definition of CodedStringAttribute.

    Java class for CodedStringAttributeType complex type

    .

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

    
    <complexType name="CodedStringAttributeType">
      <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}string"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>