public interface SubscriptionType
extends org.apache.xmlbeans.XmlObject
| 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 |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewDeliveryLocation()
Appends and returns a new empty "DeliveryLocation" element
|
org.apache.xmlbeans.XmlObject |
addNewDeliveryParameter()
Appends and returns a new empty value (as xml) as the last "DeliveryParameter" element
|
org.apache.xmlbeans.XmlObject |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "Extension" element
|
org.apache.xmlbeans.XmlObject |
addNewFilter()
Appends and returns a new empty "Filter" element
|
HeartbeatCriteriaType |
addNewHeartbeatCriteria()
Appends and returns a new empty "HeartbeatCriteria" element
|
MessageBatchingCriteriaType |
addNewMessageBatchingCriteria()
Appends and returns a new empty "MessageBatchingCriteria" element
|
TimeInstantType |
addNewTerminationTime()
Appends and returns a new empty "TerminationTime" element
|
String |
getContentType()
Gets the "ContentType" element
|
org.apache.xmlbeans.XmlObject |
getDeliveryLocation()
Gets the "DeliveryLocation" element
|
String |
getDeliveryMethod()
Gets the "DeliveryMethod" element
|
org.apache.xmlbeans.XmlObject[] |
getDeliveryParameterArray()
Gets array of all "DeliveryParameter" elements
|
org.apache.xmlbeans.XmlObject |
getDeliveryParameterArray(int i)
Gets ith "DeliveryParameter" element
|
org.apache.xmlbeans.XmlObject[] |
getExtensionArray()
Gets array of all "Extension" elements
|
org.apache.xmlbeans.XmlObject |
getExtensionArray(int i)
Gets ith "Extension" element
|
org.apache.xmlbeans.XmlObject |
getFilter()
Gets the "Filter" element
|
String |
getFilterLanguageId()
Gets the "FilterLanguageId" element
|
HeartbeatCriteriaType |
getHeartbeatCriteria()
Gets the "HeartbeatCriteria" element
|
MessageBatchingCriteriaType |
getMessageBatchingCriteria()
Gets the "MessageBatchingCriteria" element
|
boolean |
getPaused()
Gets the "Paused" element
|
String |
getPublicationIdentifier()
Gets the "PublicationIdentifier" element
|
String |
getSubscriptionIdentifier()
Gets the "SubscriptionIdentifier" element
|
TimeInstantType |
getTerminationTime()
Gets the "TerminationTime" element
|
org.apache.xmlbeans.XmlObject |
insertNewDeliveryParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "DeliveryParameter" element
|
org.apache.xmlbeans.XmlObject |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "Extension" element
|
boolean |
isSetFilter()
True if has "Filter" element
|
boolean |
isSetFilterLanguageId()
True if has "FilterLanguageId" element
|
boolean |
isSetHeartbeatCriteria()
True if has "HeartbeatCriteria" element
|
boolean |
isSetMessageBatchingCriteria()
True if has "MessageBatchingCriteria" element
|
boolean |
isSetPaused()
True if has "Paused" element
|
void |
removeDeliveryParameter(int i)
Removes the ith "DeliveryParameter" element
|
void |
removeExtension(int i)
Removes the ith "Extension" element
|
void |
setContentType(String contentType)
Sets the "ContentType" element
|
void |
setDeliveryLocation(org.apache.xmlbeans.XmlObject deliveryLocation)
Sets the "DeliveryLocation" element
|
void |
setDeliveryMethod(String deliveryMethod)
Sets the "DeliveryMethod" element
|
void |
setDeliveryParameterArray(int i,
org.apache.xmlbeans.XmlObject deliveryParameter)
Sets ith "DeliveryParameter" element
|
void |
setDeliveryParameterArray(org.apache.xmlbeans.XmlObject[] deliveryParameterArray)
Sets array of all "DeliveryParameter" element
|
void |
setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
Sets ith "Extension" element
|
void |
setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
Sets array of all "Extension" element
|
void |
setFilter(org.apache.xmlbeans.XmlObject filter)
Sets the "Filter" element
|
void |
setFilterLanguageId(String filterLanguageId)
Sets the "FilterLanguageId" element
|
void |
setHeartbeatCriteria(HeartbeatCriteriaType heartbeatCriteria)
Sets the "HeartbeatCriteria" element
|
void |
setMessageBatchingCriteria(MessageBatchingCriteriaType messageBatchingCriteria)
Sets the "MessageBatchingCriteria" element
|
void |
setPaused(boolean paused)
Sets the "Paused" element
|
void |
setPublicationIdentifier(String publicationIdentifier)
Sets the "PublicationIdentifier" element
|
void |
setSubscriptionIdentifier(String subscriptionIdentifier)
Sets the "SubscriptionIdentifier" element
|
void |
setTerminationTime(TimeInstantType terminationTime)
Sets the "TerminationTime" element
|
int |
sizeOfDeliveryParameterArray()
Returns number of "DeliveryParameter" element
|
int |
sizeOfExtensionArray()
Returns number of "Extension" element
|
void |
unsetFilter()
Unsets the "Filter" element
|
void |
unsetFilterLanguageId()
Unsets the "FilterLanguageId" element
|
void |
unsetHeartbeatCriteria()
Unsets the "HeartbeatCriteria" element
|
void |
unsetMessageBatchingCriteria()
Unsets the "MessageBatchingCriteria" element
|
void |
unsetPaused()
Unsets the "Paused" element
|
MimeType |
xgetContentType()
Gets (as xml) the "ContentType" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetDeliveryMethod()
Gets (as xml) the "DeliveryMethod" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFilterLanguageId()
Gets (as xml) the "FilterLanguageId" element
|
org.apache.xmlbeans.XmlBoolean |
xgetPaused()
Gets (as xml) the "Paused" element
|
PublicationIdentifierType |
xgetPublicationIdentifier()
Gets (as xml) the "PublicationIdentifier" element
|
SubscriptionIdentifierType |
xgetSubscriptionIdentifier()
Gets (as xml) the "SubscriptionIdentifier" element
|
void |
xsetContentType(MimeType contentType)
Sets (as xml) the "ContentType" element
|
void |
xsetDeliveryMethod(org.apache.xmlbeans.XmlAnyURI deliveryMethod)
Sets (as xml) the "DeliveryMethod" element
|
void |
xsetFilterLanguageId(org.apache.xmlbeans.XmlAnyURI filterLanguageId)
Sets (as xml) the "FilterLanguageId" element
|
void |
xsetPaused(org.apache.xmlbeans.XmlBoolean paused)
Sets (as xml) the "Paused" element
|
void |
xsetPublicationIdentifier(PublicationIdentifierType publicationIdentifier)
Sets (as xml) the "PublicationIdentifier" element
|
void |
xsetSubscriptionIdentifier(SubscriptionIdentifierType subscriptionIdentifier)
Sets (as xml) the "SubscriptionIdentifier" element
|
changeType, 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, xmlTextString getSubscriptionIdentifier()
SubscriptionIdentifierType xgetSubscriptionIdentifier()
void setSubscriptionIdentifier(String subscriptionIdentifier)
void xsetSubscriptionIdentifier(SubscriptionIdentifierType subscriptionIdentifier)
String getPublicationIdentifier()
PublicationIdentifierType xgetPublicationIdentifier()
void setPublicationIdentifier(String publicationIdentifier)
void xsetPublicationIdentifier(PublicationIdentifierType publicationIdentifier)
TimeInstantType getTerminationTime()
void setTerminationTime(TimeInstantType terminationTime)
TimeInstantType addNewTerminationTime()
String getFilterLanguageId()
org.apache.xmlbeans.XmlAnyURI xgetFilterLanguageId()
boolean isSetFilterLanguageId()
void setFilterLanguageId(String filterLanguageId)
void xsetFilterLanguageId(org.apache.xmlbeans.XmlAnyURI filterLanguageId)
void unsetFilterLanguageId()
org.apache.xmlbeans.XmlObject getFilter()
boolean isSetFilter()
void setFilter(org.apache.xmlbeans.XmlObject filter)
org.apache.xmlbeans.XmlObject addNewFilter()
void unsetFilter()
org.apache.xmlbeans.XmlObject getDeliveryLocation()
void setDeliveryLocation(org.apache.xmlbeans.XmlObject deliveryLocation)
org.apache.xmlbeans.XmlObject addNewDeliveryLocation()
String getDeliveryMethod()
org.apache.xmlbeans.XmlAnyURI xgetDeliveryMethod()
void setDeliveryMethod(String deliveryMethod)
void xsetDeliveryMethod(org.apache.xmlbeans.XmlAnyURI deliveryMethod)
org.apache.xmlbeans.XmlObject[] getDeliveryParameterArray()
org.apache.xmlbeans.XmlObject getDeliveryParameterArray(int i)
int sizeOfDeliveryParameterArray()
void setDeliveryParameterArray(org.apache.xmlbeans.XmlObject[] deliveryParameterArray)
void setDeliveryParameterArray(int i,
org.apache.xmlbeans.XmlObject deliveryParameter)
org.apache.xmlbeans.XmlObject insertNewDeliveryParameter(int i)
org.apache.xmlbeans.XmlObject addNewDeliveryParameter()
void removeDeliveryParameter(int i)
String getContentType()
MimeType xgetContentType()
void setContentType(String contentType)
void xsetContentType(MimeType contentType)
boolean getPaused()
org.apache.xmlbeans.XmlBoolean xgetPaused()
boolean isSetPaused()
void setPaused(boolean paused)
void xsetPaused(org.apache.xmlbeans.XmlBoolean paused)
void unsetPaused()
MessageBatchingCriteriaType getMessageBatchingCriteria()
boolean isSetMessageBatchingCriteria()
void setMessageBatchingCriteria(MessageBatchingCriteriaType messageBatchingCriteria)
MessageBatchingCriteriaType addNewMessageBatchingCriteria()
void unsetMessageBatchingCriteria()
HeartbeatCriteriaType getHeartbeatCriteria()
boolean isSetHeartbeatCriteria()
void setHeartbeatCriteria(HeartbeatCriteriaType heartbeatCriteria)
HeartbeatCriteriaType addNewHeartbeatCriteria()
void unsetHeartbeatCriteria()
org.apache.xmlbeans.XmlObject[] getExtensionArray()
org.apache.xmlbeans.XmlObject getExtensionArray(int i)
int sizeOfExtensionArray()
void setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
void setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
org.apache.xmlbeans.XmlObject insertNewExtension(int i)
org.apache.xmlbeans.XmlObject addNewExtension()
void removeExtension(int i)
Copyright © 2017 52north.org. All rights reserved.