Class Header

java.lang.Object
org.cip4.lib.xjdf.schema.Header
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class Header extends Object implements 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="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 v4.0.4", date="2025-09-19T22:22:03Z") protected String agentName
    • agentVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String agentVersion
    • author

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String author
    • descriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String descriptiveName
    • deviceID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String deviceID
    • icsVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<String> icsVersions
    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String id
    • personalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String personalID
    • refID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String refID
    • time

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime time
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • getAgentName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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

      Returns:
      The value of the icsVersions property.
    • getID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object