Class Header

java.lang.Object
org.cip4.lib.xjdf.schema.Header
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class Header extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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="AgentName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="AgentVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Author" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DeviceID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="ICSVersions" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="PersonalID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="refID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • agentName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String agentName
    • agentVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String agentVersion
    • author

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String author
    • descriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String descriptiveName
    • deviceID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String deviceID
    • icsVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> icsVersions
    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String id
    • personalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String personalID
    • refID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String refID
    • time

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime time
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • getAgentName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getAgentName()
      Gets the value of the agentName property.
      Returns:
      possible object is String
    • setAgentName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAgentName(String value)
      Sets the value of the agentName property.
      Parameters:
      value - allowed object is String
    • getAgentVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getAgentVersion()
      Gets the value of the agentVersion property.
      Returns:
      possible object is String
    • setAgentVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAgentVersion(String value)
      Sets the value of the agentVersion property.
      Parameters:
      value - allowed object is String
    • getAuthor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getAuthor()
      Gets the value of the author property.
      Returns:
      possible object is String
    • setAuthor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAuthor(String value)
      Sets the value of the author property.
      Parameters:
      value - allowed object is String
    • getDescriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getDescriptiveName()
      Gets the value of the descriptiveName property.
      Returns:
      possible object is String
    • setDescriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDescriptiveName(String value)
      Sets the value of the descriptiveName property.
      Parameters:
      value - allowed object is String
    • getDeviceID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getDeviceID()
      Gets the value of the deviceID property.
      Returns:
      possible object is String
    • setDeviceID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDeviceID(String value)
      Sets the value of the deviceID property.
      Parameters:
      value - allowed object is String
    • getICSVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getICSVersions()
      Gets the value of the icsVersions property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the icsVersions property.

      For example, to add a new item, do as follows:

          getICSVersions().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setID(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getPersonalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getPersonalID()
      Gets the value of the personalID property.
      Returns:
      possible object is String
    • setPersonalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPersonalID(String value)
      Sets the value of the personalID property.
      Parameters:
      value - allowed object is String
    • getRefID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getRefID()
      Gets the value of the refID property.
      Returns:
      possible object is String
    • setRefID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRefID(String value)
      Sets the value of the refID property.
      Parameters:
      value - allowed object is String
    • getTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getTime()
      Gets the value of the time property.
      Returns:
      possible object is String
    • setTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTime(DateTime value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
    • withAgentName

      public Header withAgentName(String value)
    • withAgentVersion

      public Header withAgentVersion(String value)
    • withAuthor

      public Header withAuthor(String value)
    • withDescriptiveName

      public Header withDescriptiveName(String value)
    • withDeviceID

      public Header withDeviceID(String value)
    • withICSVersions

      public Header withICSVersions(String... values)
    • withICSVersions

      public Header withICSVersions(Collection<String> values)
    • withID

      public Header withID(String value)
    • withPersonalID

      public Header withPersonalID(String value)
    • withRefID

      public Header withRefID(String value)
    • withTime

      public Header withTime(DateTime value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object