Class NameValueTypeType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public class NameValueTypeType
    extends NameValuePairType
    Name value pair with data type information.

    Java class for nameValueTypeType complex type.

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

     <complexType name="nameValueTypeType">
       <complexContent>
         <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValuePairType">
           <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="usageType" default="nontyped">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="nontyped"/>
                 <enumeration value="typed"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String dataType
      • usageType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String usageType
    • Constructor Detail

      • NameValueTypeType

        public NameValueTypeType()
    • Method Detail

      • getDataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is String
      • setDataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setDataType​(java.lang.String value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is String
      • getUsageType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getUsageType()
        Gets the value of the usageType property.
        Returns:
        possible object is String
      • setUsageType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setUsageType​(java.lang.String value)
        Sets the value of the usageType property.
        Parameters:
        value - allowed object is String