public interface SubscriptionType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubscriptionType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element
|
ActionType[] |
getActionArray()
Gets array of all "Action" elements
|
ActionType |
getActionArray(int i)
Gets ith "Action" element
|
java.util.Calendar |
getEndTime()
Gets the "endTime" attribute
|
org.apache.xmlbeans.GDuration |
getNotificationInterval()
Gets the "notificationInterval" attribute
|
java.lang.String |
getSelector()
Gets the "selector" attribute
|
java.util.Calendar |
getStartTime()
Gets the "startTime" attribute
|
ActionType |
insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element
|
boolean |
isSetEndTime()
True if has "endTime" attribute
|
boolean |
isSetNotificationInterval()
True if has "notificationInterval" attribute
|
boolean |
isSetStartTime()
True if has "startTime" attribute
|
void |
removeAction(int i)
Removes the ith "Action" element
|
void |
setActionArray(ActionType[] actionArray)
Sets array of all "Action" element
|
void |
setActionArray(int i,
ActionType action)
Sets ith "Action" element
|
void |
setEndTime(java.util.Calendar endTime)
Sets the "endTime" attribute
|
void |
setNotificationInterval(org.apache.xmlbeans.GDuration notificationInterval)
Sets the "notificationInterval" attribute
|
void |
setSelector(java.lang.String selector)
Sets the "selector" attribute
|
void |
setStartTime(java.util.Calendar startTime)
Sets the "startTime" attribute
|
int |
sizeOfActionArray()
Returns number of "Action" element
|
void |
unsetEndTime()
Unsets the "endTime" attribute
|
void |
unsetNotificationInterval()
Unsets the "notificationInterval" attribute
|
void |
unsetStartTime()
Unsets the "startTime" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetEndTime()
Gets (as xml) the "endTime" attribute
|
org.apache.xmlbeans.XmlDuration |
xgetNotificationInterval()
Gets (as xml) the "notificationInterval" attribute
|
ReferenceURI |
xgetSelector()
Gets (as xml) the "selector" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetStartTime()
Gets (as xml) the "startTime" attribute
|
void |
xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
Sets (as xml) the "endTime" attribute
|
void |
xsetNotificationInterval(org.apache.xmlbeans.XmlDuration notificationInterval)
Sets (as xml) the "notificationInterval" attribute
|
void |
xsetSelector(ReferenceURI selector)
Sets (as xml) the "selector" attribute
|
void |
xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
Sets (as xml) the "startTime" attribute
|
addNewClassification, addNewDescription, addNewExternalIdentifier, addNewName, addNewVersionInfo, getClassificationArray, getClassificationArray, getDescription, getExternalIdentifierArray, getExternalIdentifierArray, getLid, getName, getObjectType, getStatus, getVersionInfo, insertNewClassification, insertNewExternalIdentifier, isSetDescription, isSetLid, isSetName, isSetObjectType, isSetStatus, isSetVersionInfo, removeClassification, removeExternalIdentifier, setClassificationArray, setClassificationArray, setDescription, setExternalIdentifierArray, setExternalIdentifierArray, setLid, setName, setObjectType, setStatus, setVersionInfo, sizeOfClassificationArray, sizeOfExternalIdentifierArray, unsetDescription, unsetLid, unsetName, unsetObjectType, unsetStatus, unsetVersionInfo, xgetLid, xgetObjectType, xgetStatus, xsetLid, xsetObjectType, xsetStatusaddNewSlot, getHome, getId, getSlotArray, getSlotArray, insertNewSlot, isSetHome, removeSlot, setHome, setId, setSlotArray, setSlotArray, sizeOfSlotArray, unsetHome, xgetHome, xgetId, xsetHome, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextActionType[] getActionArray()
ActionType getActionArray(int i)
int sizeOfActionArray()
void setActionArray(ActionType[] actionArray)
void setActionArray(int i,
ActionType action)
ActionType insertNewAction(int i)
ActionType addNewAction()
void removeAction(int i)
java.lang.String getSelector()
ReferenceURI xgetSelector()
void setSelector(java.lang.String selector)
void xsetSelector(ReferenceURI selector)
java.util.Calendar getStartTime()
org.apache.xmlbeans.XmlDateTime xgetStartTime()
boolean isSetStartTime()
void setStartTime(java.util.Calendar startTime)
void xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
void unsetStartTime()
java.util.Calendar getEndTime()
org.apache.xmlbeans.XmlDateTime xgetEndTime()
boolean isSetEndTime()
void setEndTime(java.util.Calendar endTime)
void xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
void unsetEndTime()
org.apache.xmlbeans.GDuration getNotificationInterval()
org.apache.xmlbeans.XmlDuration xgetNotificationInterval()
boolean isSetNotificationInterval()
void setNotificationInterval(org.apache.xmlbeans.GDuration notificationInterval)
void xsetNotificationInterval(org.apache.xmlbeans.XmlDuration notificationInterval)
void unsetNotificationInterval()
Copyright © 2015–2018 52north.org. All rights reserved.