Interface EndpointReferenceType

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

    public interface EndpointReferenceType
    extends org.apache.xmlbeans.XmlObject
    An XML EndpointReferenceType(@http://www.w3.org/2005/08/addressing). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  EndpointReferenceType.Factory
      A factory class with static methods for creating instances of this 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

      • setAddress

        void setAddress​(AttributedURIType address)
        Sets the "Address" element
      • addNewAddress

        AttributedURIType addNewAddress()
        Appends and returns a new empty "Address" element
      • isSetReferenceParameters

        boolean isSetReferenceParameters()
        True if has "ReferenceParameters" element
      • setReferenceParameters

        void setReferenceParameters​(ReferenceParametersType referenceParameters)
        Sets the "ReferenceParameters" element
      • addNewReferenceParameters

        ReferenceParametersType addNewReferenceParameters()
        Appends and returns a new empty "ReferenceParameters" element
      • unsetReferenceParameters

        void unsetReferenceParameters()
        Unsets the "ReferenceParameters" element
      • getMetadata

        MetadataType getMetadata()
        Gets the "Metadata" element
      • isSetMetadata

        boolean isSetMetadata()
        True if has "Metadata" element
      • setMetadata

        void setMetadata​(MetadataType metadata)
        Sets the "Metadata" element
      • addNewMetadata

        MetadataType addNewMetadata()
        Appends and returns a new empty "Metadata" element
      • unsetMetadata

        void unsetMetadata()
        Unsets the "Metadata" element