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. <p>Java class for SmsGatewayConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SmsGatewayConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="method" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HttpMethodType" minOccurs="0"/&gt; &lt;element name="urlExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;element name="headersExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;element name="bodyExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;element name="bodyEncoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="password" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/&gt; &lt;element name="proxyHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="proxyPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="proxyUsername" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="proxyPassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/&gt; &lt;element name="redirectToFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="logToFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    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 {@code SmsGatewayConfigurationType} instance.
      • SmsGatewayConfigurationType

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