Class EndpointDeniedAccessStructure

  • All Implemented Interfaces:
    Serializable

    public class EndpointDeniedAccessStructure
    extends ErrorCodeStructure
    implements Serializable
    Type for Error: EndpointDeniedAccess +SIRI v2.0

    Java class for EndpointDeniedAccessStructure complex type.

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

     <complexType name="EndpointDeniedAccessStructure">
       <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

      • EndpointDeniedAccessStructure

        public EndpointDeniedAccessStructure()
    • 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