public class CloudConvertType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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() |
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.EqualsStrategy 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.
|
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()
Stringpublic void setApiKey(String value)
value - allowed object is
Stringpublic boolean isSetApiKey()
public String getApiHost()
Stringpublic void setApiHost(String value)
value - allowed object is
Stringpublic boolean isSetApiHost()
public String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic boolean isSetScript()
public String getInputMethod()
Stringpublic void setInputMethod(String value)
value - allowed object is
Stringpublic boolean isSetInputMethod()
public String getPublicAddress()
Stringpublic void setPublicAddress(String value)
value - allowed object is
Stringpublic boolean isSetPublicAddress()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic CloudConvertType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.