Package org.oasisOpen.docs.wsn.br2
Interface RegisterPublisherDocument.RegisterPublisher
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RegisterPublisherDocumentImpl.RegisterPublisherImpl
- Enclosing interface:
- RegisterPublisherDocument
public static interface RegisterPublisherDocument.RegisterPublisher extends org.apache.xmlbeans.XmlObjectAn XML RegisterPublisher(@http://docs.oasis-open.org/wsn/br-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRegisterPublisherDocument.RegisterPublisher.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointReferenceTypeaddNewPublisherReference()Appends and returns a new empty "PublisherReference" elementTopicExpressionTypeaddNewTopic()Appends and returns a new empty value (as xml) as the last "Topic" elementbooleangetDemand()Gets the "Demand" elementCalendargetInitialTerminationTime()Gets the "InitialTerminationTime" elementEndpointReferenceTypegetPublisherReference()Gets the "PublisherReference" elementTopicExpressionType[]getTopicArray()Gets array of all "Topic" elementsTopicExpressionTypegetTopicArray(int i)Gets ith "Topic" elementTopicExpressionTypeinsertNewTopic(int i)Inserts and returns a new empty value (as xml) as the ith "Topic" elementbooleanisSetDemand()True if has "Demand" elementbooleanisSetInitialTerminationTime()True if has "InitialTerminationTime" elementbooleanisSetPublisherReference()True if has "PublisherReference" elementvoidremoveTopic(int i)Removes the ith "Topic" elementvoidsetDemand(boolean demand)Sets the "Demand" elementvoidsetInitialTerminationTime(Calendar initialTerminationTime)Sets the "InitialTerminationTime" elementvoidsetPublisherReference(EndpointReferenceType publisherReference)Sets the "PublisherReference" elementvoidsetTopicArray(int i, TopicExpressionType topic)Sets ith "Topic" elementvoidsetTopicArray(TopicExpressionType[] topicArray)Sets array of all "Topic" elementintsizeOfTopicArray()Returns number of "Topic" elementvoidunsetDemand()Unsets the "Demand" elementvoidunsetInitialTerminationTime()Unsets the "InitialTerminationTime" elementvoidunsetPublisherReference()Unsets the "PublisherReference" elementorg.apache.xmlbeans.XmlBooleanxgetDemand()Gets (as xml) the "Demand" elementorg.apache.xmlbeans.XmlDateTimexgetInitialTerminationTime()Gets (as xml) the "InitialTerminationTime" elementvoidxsetDemand(org.apache.xmlbeans.XmlBoolean demand)Sets (as xml) the "Demand" elementvoidxsetInitialTerminationTime(org.apache.xmlbeans.XmlDateTime initialTerminationTime)Sets (as xml) the "InitialTerminationTime" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getPublisherReference
EndpointReferenceType getPublisherReference()
Gets the "PublisherReference" element
-
isSetPublisherReference
boolean isSetPublisherReference()
True if has "PublisherReference" element
-
setPublisherReference
void setPublisherReference(EndpointReferenceType publisherReference)
Sets the "PublisherReference" element
-
addNewPublisherReference
EndpointReferenceType addNewPublisherReference()
Appends and returns a new empty "PublisherReference" element
-
unsetPublisherReference
void unsetPublisherReference()
Unsets the "PublisherReference" element
-
getTopicArray
TopicExpressionType[] getTopicArray()
Gets array of all "Topic" elements
-
getTopicArray
TopicExpressionType getTopicArray(int i)
Gets ith "Topic" element
-
sizeOfTopicArray
int sizeOfTopicArray()
Returns number of "Topic" element
-
setTopicArray
void setTopicArray(TopicExpressionType[] topicArray)
Sets array of all "Topic" element
-
setTopicArray
void setTopicArray(int i, TopicExpressionType topic)Sets ith "Topic" element
-
insertNewTopic
TopicExpressionType insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element
-
addNewTopic
TopicExpressionType addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element
-
removeTopic
void removeTopic(int i)
Removes the ith "Topic" element
-
getDemand
boolean getDemand()
Gets the "Demand" element
-
xgetDemand
org.apache.xmlbeans.XmlBoolean xgetDemand()
Gets (as xml) the "Demand" element
-
isSetDemand
boolean isSetDemand()
True if has "Demand" element
-
setDemand
void setDemand(boolean demand)
Sets the "Demand" element
-
xsetDemand
void xsetDemand(org.apache.xmlbeans.XmlBoolean demand)
Sets (as xml) the "Demand" element
-
unsetDemand
void unsetDemand()
Unsets the "Demand" element
-
getInitialTerminationTime
Calendar getInitialTerminationTime()
Gets the "InitialTerminationTime" element
-
xgetInitialTerminationTime
org.apache.xmlbeans.XmlDateTime xgetInitialTerminationTime()
Gets (as xml) the "InitialTerminationTime" element
-
isSetInitialTerminationTime
boolean isSetInitialTerminationTime()
True if has "InitialTerminationTime" element
-
setInitialTerminationTime
void setInitialTerminationTime(Calendar initialTerminationTime)
Sets the "InitialTerminationTime" element
-
xsetInitialTerminationTime
void xsetInitialTerminationTime(org.apache.xmlbeans.XmlDateTime initialTerminationTime)
Sets (as xml) the "InitialTerminationTime" element
-
unsetInitialTerminationTime
void unsetInitialTerminationTime()
Unsets the "InitialTerminationTime" element
-
-