Interface PublisherRegistrationRPDocument.PublisherRegistrationRP

    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • 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
      • 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