Class CloudConvertType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class CloudConvertType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for CloudConvertType complex type.

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

     <complexType name="CloudConvertType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="apiKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="apiHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="inputMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="publicAddress" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • apiKey

        protected String apiKey
      • apiHost

        protected String apiHost
      • script

        protected String script
      • inputMethod

        protected String inputMethod
      • publicAddress

        protected String publicAddress
    • Constructor Detail

      • CloudConvertType

        public CloudConvertType()
    • Method Detail

      • getApiKey

        public String getApiKey()
        Gets the value of the apiKey property.
        Returns:
        possible object is String
      • setApiKey

        public void setApiKey​(String value)
        Sets the value of the apiKey property.
        Parameters:
        value - allowed object is String
      • isSetApiKey

        public boolean isSetApiKey()
      • getApiHost

        public String getApiHost()
        Gets the value of the apiHost property.
        Returns:
        possible object is String
      • setApiHost

        public void setApiHost​(String value)
        Sets the value of the apiHost property.
        Parameters:
        value - allowed object is String
      • isSetApiHost

        public boolean isSetApiHost()
      • getScript

        public String getScript()
        Gets the value of the script property.
        Returns:
        possible object is String
      • setScript

        public void setScript​(String value)
        Sets the value of the script property.
        Parameters:
        value - allowed object is String
      • isSetScript

        public boolean isSetScript()
      • getInputMethod

        public String getInputMethod()
        Gets the value of the inputMethod property.
        Returns:
        possible object is String
      • setInputMethod

        public void setInputMethod​(String value)
        Sets the value of the inputMethod property.
        Parameters:
        value - allowed object is String
      • isSetInputMethod

        public boolean isSetInputMethod()
      • getPublicAddress

        public String getPublicAddress()
        Gets the value of the publicAddress property.
        Returns:
        possible object is String
      • setPublicAddress

        public void setPublicAddress​(String value)
        Sets the value of the publicAddress property.
        Parameters:
        value - allowed object is String
      • isSetPublicAddress

        public boolean isSetPublicAddress()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public CloudConvertType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object