Class EndpointType

  • Direct Known Subclasses:
    IndexedEndpointType

    public class EndpointType
    extends TypeWithOtherAttributes

    Java class for EndpointType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EndpointType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <any/>
           </sequence>
           <attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="ResponseLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • binding

        protected URI binding
      • location

        protected URI location
      • responseLocation

        protected URI responseLocation
    • Constructor Detail

      • EndpointType

        public EndpointType​(URI binding,
                            URI location)
    • Method Detail

      • addObject

        public void addObject​(Object obj)
        Add an object
        Parameters:
        obj -
      • removeObject

        public void removeObject​(Object obj)
        remove an object
        Parameters:
        obj -
      • getAny

        public List<Object> getAny()
        Gets the value of the any property.

        Objects of the following type(s) are allowed in the list Element Object

      • getBinding

        public URI getBinding()
        Gets the value of the binding property.
        Returns:
        possible object is URI
      • getLocation

        public URI getLocation()
        Gets the value of the location property.
        Returns:
        possible object is URI
      • getResponseLocation

        public URI getResponseLocation()
        Gets the value of the responseLocation property.
        Returns:
        possible object is URI
      • setResponseLocation

        public void setResponseLocation​(URI value)
        Sets the value of the responseLocation property.
        Parameters:
        value - allowed object is URI