public class SubscriptionType extends RegistryObjectType
Java class for SubscriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Action" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="selector" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="notificationInterval" type="{http://www.w3.org/2001/XMLSchema}duration" default="P1D" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubscriptionType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends ActionType>> |
getAction()
Gets the value of the action property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
Duration |
getNotificationInterval()
Gets the value of the notificationInterval property.
|
String |
getSelector()
Gets the value of the selector property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setNotificationInterval(Duration value)
Sets the value of the notificationInterval property.
|
void |
setSelector(String value)
Sets the value of the selector property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic List<JAXBElement<? extends ActionType>> getAction()
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 action property.
For example, to add a new item, do as follows:
getAction().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<NotifyActionType>
JAXBElement<ActionType>
public String getSelector()
Stringpublic void setSelector(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Duration getNotificationInterval()
DurationCopyright © 2010–2025. All rights reserved.