Class GeneralID

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class GeneralID
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="DataType">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="xs:string"/>
                 <enumeration value="xs:int"/>
                 <enumeration value="xs:float"/>
                 <enumeration value="xs:NMTOKEN"/>
                 <enumeration value="xs:boolean"/>
                 <enumeration value="xs:dateTime"/>
                 <enumeration value="xs:duration"/>
                 <enumeration value="NamedFeature"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="IDUsage" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="IDValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • dataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected GeneralID.DataType dataType
      • idUsage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String idUsage
      • idValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String idValue
    • Constructor Detail

      • GeneralID

        public GeneralID()
    • Method Detail

      • getDataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public GeneralID.DataType getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is GeneralID.DataType
      • setDataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setDataType​(GeneralID.DataType value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is GeneralID.DataType
      • getIDUsage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getIDUsage()
        Gets the value of the idUsage property.
        Returns:
        possible object is String
      • setIDUsage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setIDUsage​(java.lang.String value)
        Sets the value of the idUsage property.
        Parameters:
        value - allowed object is String
      • getIDValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getIDValue()
        Gets the value of the idValue property.
        Returns:
        possible object is String
      • setIDValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setIDValue​(java.lang.String value)
        Sets the value of the idValue property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withIDUsage

        public GeneralID withIDUsage​(java.lang.String value)
      • withIDValue

        public GeneralID withIDValue​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object