Class SmsGatewayConfigurationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class SmsGatewayConfigurationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Configuration of a particular SMS gateway. Currently, we only support sending via HTTP GET method.

    Java class for SmsGatewayConfigurationType complex type.

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

     <complexType name="SmsGatewayConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="method" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HttpMethodType" minOccurs="0"/>
             <element name="urlExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="headersExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="bodyExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="bodyEncoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="password" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="proxyHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="proxyPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="proxyUsername" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="proxyPassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="redirectToFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="logToFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • bodyEncoding

        protected String bodyEncoding
      • username

        protected String username
      • proxyHost

        protected String proxyHost
      • proxyPort

        protected String proxyPort
      • proxyUsername

        protected String proxyUsername
      • redirectToFile

        protected String redirectToFile
      • logToFile

        protected String logToFile
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_METHOD

        public static final ItemName F_METHOD
      • F_URL_EXPRESSION

        public static final ItemName F_URL_EXPRESSION
      • F_HEADERS_EXPRESSION

        public static final ItemName F_HEADERS_EXPRESSION
      • F_BODY_EXPRESSION

        public static final ItemName F_BODY_EXPRESSION
      • F_BODY_ENCODING

        public static final ItemName F_BODY_ENCODING
      • F_USERNAME

        public static final ItemName F_USERNAME
      • F_PASSWORD

        public static final ItemName F_PASSWORD
      • F_PROXY_HOST

        public static final ItemName F_PROXY_HOST
      • F_PROXY_PORT

        public static final ItemName F_PROXY_PORT
      • F_PROXY_USERNAME

        public static final ItemName F_PROXY_USERNAME
      • F_PROXY_PASSWORD

        public static final ItemName F_PROXY_PASSWORD
      • F_REDIRECT_TO_FILE

        public static final ItemName F_REDIRECT_TO_FILE
      • F_LOG_TO_FILE

        public static final ItemName F_LOG_TO_FILE
      • F_NAME

        public static final ItemName F_NAME
    • Constructor Detail

      • SmsGatewayConfigurationType

        public SmsGatewayConfigurationType()
        Creates a new SmsGatewayConfigurationType instance.
      • SmsGatewayConfigurationType

        public SmsGatewayConfigurationType​(SmsGatewayConfigurationType o)
        Creates a new SmsGatewayConfigurationType instance by deeply copying a given SmsGatewayConfigurationType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.