Class CloudConvertType

java.lang.Object
com.vidispine.generated.CloudConvertType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class CloudConvertType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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="isSandbox" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <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>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • apiKey

      protected String apiKey
    • isSandbox

      protected boolean isSandbox
    • apiHost

      protected String apiHost
    • script

      protected String script
    • inputMethod

      protected String inputMethod
    • publicAddress

      protected String publicAddress
    • version

      protected String version
  • Constructor Details

    • CloudConvertType

      public CloudConvertType()
  • Method Details

    • 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()
    • isIsSandbox

      public boolean isIsSandbox()
      Gets the value of the isSandbox property.
    • setIsSandbox

      public void setIsSandbox(boolean value)
      Sets the value of the isSandbox property.
    • isSetIsSandbox

      public boolean isSetIsSandbox()
    • 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()
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • isSetVersion

      public boolean isSetVersion()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withApiKey

      public CloudConvertType withApiKey(String value)
      Sets the value of the apiKey property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIsSandbox

      public CloudConvertType withIsSandbox(boolean value)
      Sets the value of the isSandbox property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withApiHost

      public CloudConvertType withApiHost(String value)
      Sets the value of the apiHost property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withScript

      public CloudConvertType withScript(String value)
      Sets the value of the script property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withInputMethod

      public CloudConvertType withInputMethod(String value)
      Sets the value of the inputMethod property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPublicAddress

      public CloudConvertType withPublicAddress(String value)
      Sets the value of the publicAddress property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withVersion

      public CloudConvertType withVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

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

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString