public class CloudConvertType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Class and Description |
---|---|
static class |
CloudConvertType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
apiHost |
protected String |
apiKey |
protected String |
inputMethod |
protected String |
publicAddress |
protected String |
script |
Constructor and Description |
---|
CloudConvertType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
boolean |
isSetApiHost() |
boolean |
isSetApiKey() |
boolean |
isSetInputMethod() |
boolean |
isSetPublicAddress() |
boolean |
isSetScript() |
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 |
setPublicAddress(String value)
Sets the value of the publicAddress property.
|
void |
setScript(String value)
Sets the value of the script property.
|
CloudConvertType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
CloudConvertType |
withApiHost(String value) |
CloudConvertType |
withApiKey(String value) |
CloudConvertType |
withInputMethod(String value) |
CloudConvertType |
withPublicAddress(String value) |
CloudConvertType |
withScript(String value) |
protected String apiKey
protected String apiHost
protected String script
protected String inputMethod
protected String publicAddress
public String getApiKey()
String
public void setApiKey(String value)
value
- allowed object is
String
public boolean isSetApiKey()
public String getApiHost()
String
public void setApiHost(String value)
value
- allowed object is
String
public boolean isSetApiHost()
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public boolean isSetScript()
public String getInputMethod()
String
public void setInputMethod(String value)
value
- allowed object is
String
public boolean isSetInputMethod()
public String getPublicAddress()
String
public void setPublicAddress(String value)
value
- allowed object is
String
public boolean isSetPublicAddress()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public CloudConvertType withApiKey(String value)
public CloudConvertType withApiHost(String value)
public CloudConvertType withScript(String value)
public CloudConvertType withInputMethod(String value)
public CloudConvertType withPublicAddress(String value)
public CloudConvertType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.