Package com.vidispine.generated
Class CloudConvertType
- java.lang.Object
-
- com.vidispine.generated.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="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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudConvertType.PropInfo
-
Constructor Summary
Constructors Constructor Description CloudConvertType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getApiHost()
Gets the value of the apiHost property.String
getApiKey()
Gets the value of the apiKey property.String
getInputMethod()
Gets the value of the inputMethod property.String
getPublicAddress()
Gets the value of the publicAddress property.String
getScript()
Gets the value of the script property.String
getVersion()
Gets the value of the version property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isIsSandbox()
Gets the value of the isSandbox property.boolean
isSetApiHost()
boolean
isSetApiKey()
boolean
isSetInputMethod()
boolean
isSetIsSandbox()
boolean
isSetPublicAddress()
boolean
isSetScript()
boolean
isSetVersion()
void
setApiHost(String value)
Sets the value of the apiHost property.void
setApiKey(String value)
Sets the value of the apiKey property.void
setInputMethod(String value)
Sets the value of the inputMethod property.void
setIsSandbox(boolean value)
Sets the value of the isSandbox property.void
setPublicAddress(String value)
Sets the value of the publicAddress property.void
setScript(String value)
Sets the value of the script property.void
setVersion(String value)
Sets the value of the version property.CloudConvertType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CloudConvertType
withApiHost(String value)
CloudConvertType
withApiKey(String value)
CloudConvertType
withInputMethod(String value)
CloudConvertType
withIsSandbox(boolean value)
CloudConvertType
withPublicAddress(String value)
CloudConvertType
withScript(String value)
CloudConvertType
withVersion(String value)
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isSetVersion
public boolean isSetVersion()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withApiKey
public CloudConvertType withApiKey(String value)
-
withIsSandbox
public CloudConvertType withIsSandbox(boolean value)
-
withApiHost
public CloudConvertType withApiHost(String value)
-
withScript
public CloudConvertType withScript(String value)
-
withInputMethod
public CloudConvertType withInputMethod(String value)
-
withPublicAddress
public CloudConvertType withPublicAddress(String value)
-
withVersion
public CloudConvertType withVersion(String value)
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-