Interface EntryType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    EntryTypeImpl

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

      • type

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

      • getServiceGroupEntryEPR

        EndpointReferenceType getServiceGroupEntryEPR()
        Gets the "ServiceGroupEntryEPR" element
      • isNilServiceGroupEntryEPR

        boolean isNilServiceGroupEntryEPR()
        Tests for nil "ServiceGroupEntryEPR" element
      • setServiceGroupEntryEPR

        void setServiceGroupEntryEPR​(EndpointReferenceType serviceGroupEntryEPR)
        Sets the "ServiceGroupEntryEPR" element
      • addNewServiceGroupEntryEPR

        EndpointReferenceType addNewServiceGroupEntryEPR()
        Appends and returns a new empty "ServiceGroupEntryEPR" element
      • setNilServiceGroupEntryEPR

        void setNilServiceGroupEntryEPR()
        Nils the "ServiceGroupEntryEPR" element
      • isSetMemberServiceEPR

        boolean isSetMemberServiceEPR()
        True if has "MemberServiceEPR" element
      • setMemberServiceEPR

        void setMemberServiceEPR​(EndpointReferenceType memberServiceEPR)
        Sets the "MemberServiceEPR" element
      • addNewMemberServiceEPR

        EndpointReferenceType addNewMemberServiceEPR()
        Appends and returns a new empty "MemberServiceEPR" element
      • unsetMemberServiceEPR

        void unsetMemberServiceEPR()
        Unsets the "MemberServiceEPR" 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