Package org.cip4.lib.xjdf.schema
Class GeneralID
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.GeneralID
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class GeneralID extends java.lang.Object implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneralID.DataTypeJava class for null
-
Field Summary
Fields Modifier and Type Field Description protected GeneralID.DataTypedataTypeprotected java.lang.StringidUsageprotected java.lang.StringidValue
-
Constructor Summary
Constructors Constructor Description GeneralID()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)GeneralID.DataTypegetDataType()Gets the value of the dataType property.java.lang.StringgetIDUsage()Gets the value of the idUsage property.java.lang.StringgetIDValue()Gets the value of the idValue property.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.inthashCode()voidsetDataType(GeneralID.DataType value)Sets the value of the dataType property.voidsetIDUsage(java.lang.String value)Sets the value of the idUsage property.voidsetIDValue(java.lang.String value)Sets the value of the idValue property.GeneralIDwithDataType(GeneralID.DataType value)GeneralIDwithIDUsage(java.lang.String value)GeneralIDwithIDValue(java.lang.String value)
-
-
-
Field Detail
-
dataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected GeneralID.DataType dataType
-
idUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String idUsage
-
idValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String idValue
-
-
Method Detail
-
getDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setDataType(GeneralID.DataType value)Sets the value of the dataType property.- Parameters:
value- allowed object isGeneralID.DataType
-
getIDUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setIDUsage(java.lang.String value)Sets the value of the idUsage property.- Parameters:
value- allowed object isString
-
getIDValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setIDValue(java.lang.String value)Sets the value of the idValue property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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
-
withDataType
public GeneralID withDataType(GeneralID.DataType value)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-