Package org.oasisOpen.docs.wsn.br2
Interface PublisherRegistrationRPDocument.PublisherRegistrationRP
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PublisherRegistrationRPDocumentImpl.PublisherRegistrationRPImpl
- Enclosing interface:
- PublisherRegistrationRPDocument
public static interface PublisherRegistrationRPDocument.PublisherRegistrationRP extends org.apache.xmlbeans.XmlObjectAn XML PublisherRegistrationRP(@http://docs.oasis-open.org/wsn/br-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPublisherRegistrationRPDocument.PublisherRegistrationRP.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" elementCalendargetCreationTime()Gets the "CreationTime" elementbooleangetDemand()Gets the "Demand" 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" elementbooleanisSetCreationTime()True if has "CreationTime" elementbooleanisSetPublisherReference()True if has "PublisherReference" elementvoidremoveTopic(int i)Removes the ith "Topic" elementvoidsetCreationTime(Calendar creationTime)Sets the "CreationTime" elementvoidsetDemand(boolean demand)Sets the "Demand" 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" elementvoidunsetCreationTime()Unsets the "CreationTime" elementvoidunsetPublisherReference()Unsets the "PublisherReference" elementorg.apache.xmlbeans.XmlDateTimexgetCreationTime()Gets (as xml) the "CreationTime" elementorg.apache.xmlbeans.XmlBooleanxgetDemand()Gets (as xml) the "Demand" elementvoidxsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime)Sets (as xml) the "CreationTime" elementvoidxsetDemand(org.apache.xmlbeans.XmlBoolean demand)Sets (as xml) the "Demand" 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
-
setDemand
void setDemand(boolean demand)
Sets the "Demand" element
-
xsetDemand
void xsetDemand(org.apache.xmlbeans.XmlBoolean demand)
Sets (as xml) the "Demand" element
-
getCreationTime
Calendar getCreationTime()
Gets the "CreationTime" element
-
xgetCreationTime
org.apache.xmlbeans.XmlDateTime xgetCreationTime()
Gets (as xml) the "CreationTime" element
-
isSetCreationTime
boolean isSetCreationTime()
True if has "CreationTime" element
-
setCreationTime
void setCreationTime(Calendar creationTime)
Sets the "CreationTime" element
-
xsetCreationTime
void xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime)
Sets (as xml) the "CreationTime" element
-
unsetCreationTime
void unsetCreationTime()
Unsets the "CreationTime" element
-
-