public class Subscription 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}ObservationTarget" maxOccurs="unbounded" minOccurs="0"/>
</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 String |
channelMode |
protected String |
format |
protected Duration |
minDelayTime |
protected List<ObservationTarget> |
observationTarget |
protected Integer |
repeatStep |
protected Double |
repeatTime |
protected String |
retryPolicy |
protected String |
url |
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelMode()
Gets the value of the channelMode property.
|
String |
getFormat()
Gets the value of the format property.
|
Duration |
getMinDelayTime()
Gets the value of the minDelayTime property.
|
List<ObservationTarget> |
getObservationTarget()
Gets the value of the observationTarget property.
|
Integer |
getRepeatStep()
Gets the value of the repeatStep property.
|
Double |
getRepeatTime()
Gets the value of the repeatTime property.
|
String |
getRetryPolicy()
Gets the value of the retryPolicy property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setChannelMode(String value)
Sets the value of the channelMode property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setMinDelayTime(Duration value)
Sets the value of the minDelayTime property.
|
void |
setRepeatStep(Integer value)
Sets the value of the repeatStep property.
|
void |
setRepeatTime(Double value)
Sets the value of the repeatTime property.
|
void |
setRetryPolicy(String value)
Sets the value of the retryPolicy property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected List<ObservationTarget> observationTarget
protected String url
protected Integer repeatStep
protected Double repeatTime
protected String channelMode
protected String retryPolicy
protected Duration minDelayTime
protected String format
public List<ObservationTarget> getObservationTarget()
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 observationTarget property.
For example, to add a new item, do as follows:
getObservationTarget().add(newItem);
Objects of the following type(s) are allowed in the list
ObservationTarget
public void setURL(String value)
value - allowed object is
Stringpublic Integer getRepeatStep()
Integerpublic void setRepeatStep(Integer value)
value - allowed object is
Integerpublic Double getRepeatTime()
Doublepublic void setRepeatTime(Double value)
value - allowed object is
Doublepublic String getChannelMode()
Stringpublic void setChannelMode(String value)
value - allowed object is
Stringpublic String getRetryPolicy()
Stringpublic void setRetryPolicy(String value)
value - allowed object is
Stringpublic Duration getMinDelayTime()
Stringpublic void setMinDelayTime(Duration value)
value - allowed object is
Stringpublic String getFormat()
StringCopyright © 2013. All Rights Reserved.