Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the apiHost property.Gets the value of the apiKey property.Gets the value of the inputMethod property.Gets the value of the publicAddress property.Gets the value of the script property.Gets the value of the version property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the isSandbox property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setApiHost
(String value) Sets the value of the apiHost property.void
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
Sets the value of the script property.void
setVersion
(String value) Sets the value of the version property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withApiHost
(String value) Sets the value of the apiHost property.withApiKey
(String value) Sets the value of the apiKey property.withInputMethod
(String value) Sets the value of the inputMethod property.withIsSandbox
(boolean value) Sets the value of the isSandbox property.withPublicAddress
(String value) Sets the value of the publicAddress property.withScript
(String value) Sets the value of the script property.withVersion
(String value) Sets the value of the version property.
-
Field Details
-
apiKey
-
isSandbox
protected boolean isSandbox -
apiHost
-
script
-
inputMethod
-
publicAddress
-
version
-
-
Constructor Details
-
CloudConvertType
public CloudConvertType()
-
-
Method Details
-
getApiKey
Gets the value of the apiKey property.- Returns:
- possible object is
String
-
setApiKey
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
Gets the value of the apiHost property.- Returns:
- possible object is
String
-
setApiHost
Sets the value of the apiHost property.- Parameters:
value
- allowed object isString
-
isSetApiHost
public boolean isSetApiHost() -
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript() -
getInputMethod
Gets the value of the inputMethod property.- Returns:
- possible object is
String
-
setInputMethod
Sets the value of the inputMethod property.- Parameters:
value
- allowed object isString
-
isSetInputMethod
public boolean isSetInputMethod() -
getPublicAddress
Gets the value of the publicAddress property.- Returns:
- possible object is
String
-
setPublicAddress
Sets the value of the publicAddress property.- Parameters:
value
- allowed object isString
-
isSetPublicAddress
public boolean isSetPublicAddress() -
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
isSetVersion
public boolean isSetVersion() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withApiKey
Sets the value of the apiKey property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withIsSandbox
Sets the value of the isSandbox property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withApiHost
Sets the value of the apiHost property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withInputMethod
Sets the value of the inputMethod property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPublicAddress
Sets the value of the publicAddress property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-