@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class Subscription
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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="ChannelMode">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumChannelMode" />
</simpleType>
</attribute>
<attribute name="Languages" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
<attribute name="RepeatTime" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RetryPolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="DiscardAtNextSignal"/>
<enumeration value="RetryForever"/>
</restriction>
</simpleType>
</attribute>
<attribute name="URL" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscription.RetryPolicy
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EnumChannelMode> |
channelMode |
protected java.util.List<java.lang.String> |
languages |
protected java.lang.Double |
repeatTime |
protected Subscription.RetryPolicy |
retryPolicy |
protected URI |
url |
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.util.List<EnumChannelMode> |
getChannelMode()
Gets the value of the channelMode property.
|
java.util.List<java.lang.String> |
getLanguages()
Gets the value of the languages 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.
|
java.lang.Double |
getRepeatTime()
Gets the value of the repeatTime property.
|
Subscription.RetryPolicy |
getRetryPolicy()
Gets the value of the retryPolicy property.
|
URI |
getURL()
Gets the value of the url property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setRepeatTime(java.lang.Double value)
Sets the value of the repeatTime property.
|
void |
setRetryPolicy(Subscription.RetryPolicy value)
Sets the value of the retryPolicy property.
|
void |
setURL(URI value)
Sets the value of the url property.
|
Subscription |
withChannelMode(java.util.Collection<EnumChannelMode> values) |
Subscription |
withChannelMode(EnumChannelMode... values) |
Subscription |
withLanguages(java.util.Collection<java.lang.String> values) |
Subscription |
withLanguages(java.lang.String... values) |
Subscription |
withRepeatTime(java.lang.Double value) |
Subscription |
withRetryPolicy(Subscription.RetryPolicy value) |
Subscription |
withURL(URI value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<EnumChannelMode> channelMode
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> languages
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double repeatTime
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Subscription.RetryPolicy retryPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected URI url
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<EnumChannelMode> getChannelMode()
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 channelMode property.
For example, to add a new item, do as follows:
getChannelMode().add(newItem);
Objects of the following type(s) are allowed in the list
EnumChannelMode
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getLanguages()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getRepeatTime()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setRepeatTime(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Subscription.RetryPolicy getRetryPolicy()
Subscription.RetryPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setRetryPolicy(Subscription.RetryPolicy value)
value - allowed object is
Subscription.RetryPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public URI getURL()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setURL(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public Subscription withChannelMode(EnumChannelMode... values)
public Subscription withChannelMode(java.util.Collection<EnumChannelMode> values)
public Subscription withLanguages(java.lang.String... values)
public Subscription withLanguages(java.util.Collection<java.lang.String> values)
public Subscription withRepeatTime(java.lang.Double value)
public Subscription withRetryPolicy(Subscription.RetryPolicy value)
public Subscription withURL(URI value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object