public interface SubscribeType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubscribeType.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
|
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
|
String |
getFilter()
Gets the "Filter" element
|
String |
getFilterLanguageId()
Gets the "FilterLanguageId" element
|
HeartbeatCriteriaType |
getHeartbeatCriteria()
Gets the "HeartbeatCriteria" element
|
MessageBatchingCriteriaType |
getMessageBatchingCriteria()
Gets the "MessageBatchingCriteria" element
|
String |
getPublicationIdentifier()
Gets the "PublicationIdentifier" 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 |
isSetContentType()
True if has "ContentType" element
|
boolean |
isSetDeliveryLocation()
True if has "DeliveryLocation" element
|
boolean |
isSetDeliveryMethod()
True if has "DeliveryMethod" 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 |
isSetTerminationTime()
True if has "TerminationTime" 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(String 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 |
setPublicationIdentifier(String publicationIdentifier)
Sets the "PublicationIdentifier" element
|
void |
setTerminationTime(TimeInstantType terminationTime)
Sets the "TerminationTime" element
|
int |
sizeOfDeliveryParameterArray()
Returns number of "DeliveryParameter" element
|
int |
sizeOfExtensionArray()
Returns number of "Extension" element
|
void |
unsetContentType()
Unsets the "ContentType" element
|
void |
unsetDeliveryLocation()
Unsets the "DeliveryLocation" element
|
void |
unsetDeliveryMethod()
Unsets the "DeliveryMethod" 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 |
unsetTerminationTime()
Unsets the "TerminationTime" element
|
MimeType |
xgetContentType()
Gets (as xml) the "ContentType" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetDeliveryMethod()
Gets (as xml) the "DeliveryMethod" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFilter()
Gets (as xml) the "Filter" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFilterLanguageId()
Gets (as xml) the "FilterLanguageId" element
|
PublicationIdentifierType |
xgetPublicationIdentifier()
Gets (as xml) the "PublicationIdentifier" 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 |
xsetFilter(org.apache.xmlbeans.XmlAnyURI filter)
Sets (as xml) the "Filter" element
|
void |
xsetFilterLanguageId(org.apache.xmlbeans.XmlAnyURI filterLanguageId)
Sets (as xml) the "FilterLanguageId" element
|
void |
xsetPublicationIdentifier(PublicationIdentifierType publicationIdentifier)
Sets (as xml) the "PublicationIdentifier" 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 getPublicationIdentifier()
PublicationIdentifierType xgetPublicationIdentifier()
void setPublicationIdentifier(String publicationIdentifier)
void xsetPublicationIdentifier(PublicationIdentifierType publicationIdentifier)
TimeInstantType getTerminationTime()
boolean isSetTerminationTime()
void setTerminationTime(TimeInstantType terminationTime)
TimeInstantType addNewTerminationTime()
void unsetTerminationTime()
String getFilterLanguageId()
org.apache.xmlbeans.XmlAnyURI xgetFilterLanguageId()
boolean isSetFilterLanguageId()
void setFilterLanguageId(String filterLanguageId)
void xsetFilterLanguageId(org.apache.xmlbeans.XmlAnyURI filterLanguageId)
void unsetFilterLanguageId()
String getFilter()
org.apache.xmlbeans.XmlAnyURI xgetFilter()
boolean isSetFilter()
void setFilter(String filter)
void xsetFilter(org.apache.xmlbeans.XmlAnyURI filter)
void unsetFilter()
org.apache.xmlbeans.XmlObject getDeliveryLocation()
boolean isSetDeliveryLocation()
void setDeliveryLocation(org.apache.xmlbeans.XmlObject deliveryLocation)
org.apache.xmlbeans.XmlObject addNewDeliveryLocation()
void unsetDeliveryLocation()
String getDeliveryMethod()
org.apache.xmlbeans.XmlAnyURI xgetDeliveryMethod()
boolean isSetDeliveryMethod()
void setDeliveryMethod(String deliveryMethod)
void xsetDeliveryMethod(org.apache.xmlbeans.XmlAnyURI deliveryMethod)
void unsetDeliveryMethod()
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()
boolean isSetContentType()
void setContentType(String contentType)
void xsetContentType(MimeType contentType)
void unsetContentType()
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.