Interface ServiceGroupEntryRPDocument.ServiceGroupEntryRP

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ServiceGroupEntryRPDocumentImpl.ServiceGroupEntryRPImpl
    Enclosing interface:
    ServiceGroupEntryRPDocument

    public static interface ServiceGroupEntryRPDocument.ServiceGroupEntryRP
    extends org.apache.xmlbeans.XmlObject
    An XML ServiceGroupEntryRP(@http://docs.oasis-open.org/wsrf/sg-2). This is a complex type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • setServiceGroupEPR

        void setServiceGroupEPR​(EndpointReferenceType serviceGroupEPR)
        Sets the "ServiceGroupEPR" element
      • addNewServiceGroupEPR

        EndpointReferenceType addNewServiceGroupEPR()
        Appends and returns a new empty "ServiceGroupEPR" element
      • isSetMemberEPR

        boolean isSetMemberEPR()
        True if has "MemberEPR" element
      • addNewMemberEPR

        EndpointReferenceType addNewMemberEPR()
        Appends and returns a new empty "MemberEPR" element
      • unsetMemberEPR

        void unsetMemberEPR()
        Unsets the "MemberEPR" element
      • getContent

        ContentType getContent()
        Gets the "Content" element
      • isSetContent

        boolean isSetContent()
        True if has "Content" element
      • setContent

        void setContent​(ContentType content)
        Sets the "Content" element
      • addNewContent

        ContentType addNewContent()
        Appends and returns a new empty "Content" element
      • unsetContent

        void unsetContent()
        Unsets the "Content" element