public class SubscriptionType extends RegistryObjectType
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends ActionType>> |
action |
protected XMLGregorianCalendar |
endTime |
protected Duration |
notificationInterval |
protected String |
selector |
protected XMLGregorianCalendar |
startTime |
classification, description, externalIdentifier, lid, name, objectType, status, versionInfohome, id, slot| Constructor and Description |
|---|
SubscriptionType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends ActionType>> |
getAction() |
XMLGregorianCalendar |
getEndTime() |
Duration |
getNotificationInterval() |
String |
getSelector() |
XMLGregorianCalendar |
getStartTime() |
void |
setEndTime(XMLGregorianCalendar value) |
void |
setNotificationInterval(Duration value) |
void |
setSelector(String value) |
void |
setStartTime(XMLGregorianCalendar value) |
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfoprotected List<JAXBElement<? extends ActionType>> action
protected String selector
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
protected Duration notificationInterval
public List<JAXBElement<? extends ActionType>> getAction()
public String getSelector()
public void setSelector(String value)
public XMLGregorianCalendar getStartTime()
public void setStartTime(XMLGregorianCalendar value)
public XMLGregorianCalendar getEndTime()
public void setEndTime(XMLGregorianCalendar value)
public Duration getNotificationInterval()
public void setNotificationInterval(Duration value)
Copyright © 2021. All rights reserved.