Class CapabilityNotSupportedErrorStructure

  • All Implemented Interfaces:
    Serializable

    public class CapabilityNotSupportedErrorStructure
    extends ErrorCodeStructure
    implements Serializable
    Type for Error: Service does not support requested capability.

    Java class for CapabilityNotSupportedErrorStructure complex type.

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

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

      • capabilityRef

        protected String capabilityRef
    • Constructor Detail

      • CapabilityNotSupportedErrorStructure

        public CapabilityNotSupportedErrorStructure()
    • Method Detail

      • getCapabilityRef

        public String getCapabilityRef()
        Gets the value of the capabilityRef property.
        Returns:
        possible object is String
      • setCapabilityRef

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