Package org.cip4.lib.xjdf.schema
Class SubscriptionFilter
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SubscriptionFilter
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class SubscriptionFilter 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="DeviceID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriptionFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetDeviceID()Gets the value of the deviceID 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.URIgetURL()Gets the value of the url property.inthashCode()voidsetDeviceID(java.lang.String value)Sets the value of the deviceID property.voidsetURL(URI value)Sets the value of the url property.SubscriptionFilterwithDeviceID(java.lang.String value)SubscriptionFilterwithURL(URI value)
-
-
-
Field Detail
-
deviceID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String deviceID
-
url
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected URI url
-
-
Method Detail
-
getDeviceID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setDeviceID(java.lang.String value)Sets the value of the deviceID property.- Parameters:
value- allowed object isString
-
getURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public URI getURL()Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setURL(URI value)Sets the value of the url property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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
-
withDeviceID
public SubscriptionFilter withDeviceID(java.lang.String value)
-
withURL
public SubscriptionFilter withURL(URI value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-