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.
|
protected String source
protected String destination
protected String shapeTag
protected long timeout
protected String regex
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public boolean isSetSource()
public String getDestination()
String
public void setDestination(String value)
value
- allowed object is
String
public boolean isSetDestination()
public String getShapeTag()
String
public void setShapeTag(String value)
value
- allowed object is
String
public boolean isSetShapeTag()
public long getTimeout()
public void setTimeout(long value)
public boolean isSetTimeout()
public String getRegex()
String
public void setRegex(String value)
value
- allowed object is
String
public boolean isSetRegex()
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
Copyright © 2016. All rights reserved.