Class EndpointNotAvailableAccessStructure

  • All Implemented Interfaces:
    Serializable

    public class EndpointNotAvailableAccessStructure
    extends ErrorCodeStructure
    implements Serializable
    Type for Error: EndpointNotAvailable +SIRI v2.0

    Java class for EndpointNotAvailableAccessStructure complex type.

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

     <complexType name="EndpointNotAvailableAccessStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
           <sequence>
             <element name="Endpoint" type="{http://www.siri.org.uk/siri}EndpointAddress" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • endpoint

        protected String endpoint
    • Constructor Detail

      • EndpointNotAvailableAccessStructure

        public EndpointNotAvailableAccessStructure()
    • Method Detail

      • getEndpoint

        public String getEndpoint()
        Gets the value of the endpoint property.
        Returns:
        possible object is String
      • setEndpoint

        public void setEndpoint​(String value)
        Sets the value of the endpoint property.
        Parameters:
        value - allowed object is String