Package org.cip4.lib.xjdf.schema
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Subscription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the channelID property.Gets the value of the deviceID property.Gets the value of the languages property.Gets the value of the messageType property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the subscription property.inthashCode()voidsetChannelID(String value) Sets the value of the channelID property.voidsetDeviceID(String value) Sets the value of the deviceID property.voidsetMessageType(String value) Sets the value of the messageType property.voidsetSubscription(Subscription value) Sets the value of the subscription property.withChannelID(String value) withDeviceID(String value) withLanguages(String... values) withLanguages(Collection<String> values) withMessageType(String value) withSubscription(Subscription value)
-
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
-
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 isSubscription
-
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 isString
-
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 isString
-
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
setmethod 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 isString
-
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
-
withChannelID
-
withDeviceID
-
withLanguages
-
withLanguages
-
withMessageType
-
equals
-
hashCode
public int hashCode()
-