public class Subscription
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObservationTarget" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="RepeatStep" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="RepeatTime" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ChannelMode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="RetryPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MinDelayTime" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="Format" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
channelMode |
protected java.lang.String |
format |
protected java.lang.String |
minDelayTime |
protected java.util.List<ObservationTarget> |
observationTargets |
protected java.lang.Integer |
repeatStep |
protected java.lang.Double |
repeatTime |
protected java.lang.String |
retryPolicy |
protected java.lang.String |
url |
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelMode()
Gets the value of the channelMode property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.String |
getMinDelayTime()
Gets the value of the minDelayTime property.
|
java.util.List<ObservationTarget> |
getObservationTargets()
Gets the value of the observationTargets property.
|
java.lang.Integer |
getRepeatStep()
Gets the value of the repeatStep property.
|
java.lang.Double |
getRepeatTime()
Gets the value of the repeatTime property.
|
java.lang.String |
getRetryPolicy()
Gets the value of the retryPolicy property.
|
java.lang.String |
getURL()
Gets the value of the url property.
|
void |
setChannelMode(java.lang.String value)
Sets the value of the channelMode property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setMinDelayTime(java.lang.String value)
Sets the value of the minDelayTime property.
|
void |
setRepeatStep(java.lang.Integer value)
Sets the value of the repeatStep property.
|
void |
setRepeatTime(java.lang.Double value)
Sets the value of the repeatTime property.
|
void |
setRetryPolicy(java.lang.String value)
Sets the value of the retryPolicy property.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
protected java.util.List<ObservationTarget> observationTargets
protected java.lang.String url
protected java.lang.Integer repeatStep
protected java.lang.Double repeatTime
protected java.lang.String channelMode
protected java.lang.String retryPolicy
protected java.lang.String minDelayTime
protected java.lang.String format
public java.util.List<ObservationTarget> getObservationTargets()
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 observationTargets property.
For example, to add a new item, do as follows:
getObservationTargets().add(newItem);
Objects of the following type(s) are allowed in the list
ObservationTarget
public java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getRepeatStep()
Integerpublic void setRepeatStep(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getRepeatTime()
Doublepublic void setRepeatTime(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getChannelMode()
Stringpublic void setChannelMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRetryPolicy()
Stringpublic void setRetryPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinDelayTime()
Stringpublic void setMinDelayTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.