Class SubscriptionInfo

java.lang.Object
org.cip4.lib.xjdf.schema.SubscriptionInfo
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 SubscriptionInfo 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">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Subscription"/>
       </sequence>
       <attribute name="ChannelID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="DeviceID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="Languages" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
       <attribute name="MessageType" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • subscription

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

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

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

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

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

    • SubscriptionInfo

      public SubscriptionInfo()
  • Method Details

    • getSubscription

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Subscription getSubscription()
      Gets the value of the subscription property.
      Returns:
      possible object is Subscription
    • setSubscription

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSubscription(Subscription value)
      Sets the value of the subscription property.
      Parameters:
      value - allowed object is Subscription
    • getChannelID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getChannelID()
      Gets the value of the channelID property.
      Returns:
      possible object is String
    • setChannelID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setChannelID(String value)
      Sets the value of the channelID 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
    • getLanguages

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

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

       getLanguages().add(newItem);
       

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

      Returns:
      The value of the languages property.
    • getMessageType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getMessageType()
      Gets the value of the messageType property.
      Returns:
      possible object is String
    • setMessageType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMessageType(String value)
      Sets the value of the messageType 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
    • withSubscription

      public SubscriptionInfo withSubscription(Subscription value)
    • withChannelID

      public SubscriptionInfo withChannelID(String value)
    • withDeviceID

      public SubscriptionInfo withDeviceID(String value)
    • withLanguages

      public SubscriptionInfo withLanguages(String... values)
    • withLanguages

      public SubscriptionInfo withLanguages(Collection<String> values)
    • withMessageType

      public SubscriptionInfo withMessageType(String value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object