public class ExternalTranscoderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExternalTranscoderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalTranscoderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destination" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="shapeTag" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="regex" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destination |
protected String |
regex |
protected String |
shapeTag |
protected String |
source |
protected long |
timeout |
| Constructor and Description |
|---|
ExternalTranscoderType() |
| 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 |
getDestination()
Gets the value of the destination property.
|
String |
getRegex()
Gets the value of the regex property.
|
String |
getShapeTag()
Gets the value of the shapeTag property.
|
String |
getSource()
Gets the value of the source property.
|
long |
getTimeout()
Gets the value of the timeout property.
|
boolean |
isSetDestination() |
boolean |
isSetRegex() |
boolean |
isSetShapeTag() |
boolean |
isSetSource() |
boolean |
isSetTimeout() |
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setRegex(String value)
Sets the value of the regex property.
|
void |
setShapeTag(String value)
Sets the value of the shapeTag property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setTimeout(long value)
Sets the value of the timeout property.
|
ExternalTranscoderType |
withDestination(String value) |
ExternalTranscoderType |
withRegex(String value) |
ExternalTranscoderType |
withShapeTag(String value) |
ExternalTranscoderType |
withSource(String value) |
ExternalTranscoderType |
withTimeout(long value) |
protected String source
protected String destination
protected String shapeTag
protected long timeout
protected String regex
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
public String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic boolean isSetDestination()
public String getShapeTag()
Stringpublic void setShapeTag(String value)
value - allowed object is
Stringpublic boolean isSetShapeTag()
public long getTimeout()
public void setTimeout(long value)
public boolean isSetTimeout()
public String getRegex()
Stringpublic void setRegex(String value)
value - allowed object is
Stringpublic boolean isSetRegex()
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 ExternalTranscoderType withSource(String value)
public ExternalTranscoderType withDestination(String value)
public ExternalTranscoderType withShapeTag(String value)
public ExternalTranscoderType withTimeout(long value)
public ExternalTranscoderType withRegex(String value)
Copyright © 2015. All rights reserved.