Class SituationExchangeServiceCapabilities.ResponseFeatures

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    SituationExchangeServiceCapabilities

    public static class SituationExchangeServiceCapabilities.ResponseFeatures
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="HasRemedy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="HasFacilityLocation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • hasRemedy

        protected Boolean hasRemedy
      • hasFacilityLocation

        protected Boolean hasFacilityLocation
    • Constructor Detail

      • ResponseFeatures

        public ResponseFeatures()
    • Method Detail

      • isHasRemedy

        public Boolean isHasRemedy()
        Gets the value of the hasRemedy property.
        Returns:
        possible object is Boolean
      • setHasRemedy

        public void setHasRemedy​(Boolean value)
        Sets the value of the hasRemedy property.
        Parameters:
        value - allowed object is Boolean
      • isHasFacilityLocation

        public Boolean isHasFacilityLocation()
        Gets the value of the hasFacilityLocation property.
        Returns:
        possible object is Boolean
      • setHasFacilityLocation

        public void setHasFacilityLocation​(Boolean value)
        Sets the value of the hasFacilityLocation property.
        Parameters:
        value - allowed object is Boolean