Class NotifyBySmsAction

  • All Implemented Interfaces:
    Serializable

    public class NotifyBySmsAction
    extends PushedActionStructure
    implements Serializable
    Type for Notify user by SMS.

    Java class for NotifyBySmsActionStructure complex type.

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

     <complexType name="NotifyBySmsActionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}PushedActionStructure">
           <sequence>
             <element name="Phone" type="{http://www.siri.org.uk/siri}PhoneType" minOccurs="0"/>
             <element name="Premium" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NotifyBySmsAction

        public NotifyBySmsAction()
    • Method Detail

      • getPhone

        public String getPhone()
        Gets the value of the phone property.
        Returns:
        possible object is String
      • setPhone

        public void setPhone​(String value)
        Sets the value of the phone property.
        Parameters:
        value - allowed object is String
      • isPremium

        public Boolean isPremium()
        Gets the value of the premium property.
        Returns:
        possible object is Boolean
      • setPremium

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