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" minOccurs="0"/> <element name="interval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="regex" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ExternalTranscoderType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Integer |
checks |
protected String |
destination |
protected Long |
interval |
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() |
Integer |
getChecks()
Gets the value of the checks property.
|
String |
getDestination()
Gets the value of the destination property.
|
Long |
getInterval()
Gets the value of the interval 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 |
isSetChecks() |
boolean |
isSetDestination() |
boolean |
isSetInterval() |
boolean |
isSetRegex() |
boolean |
isSetShapeTag() |
boolean |
isSetSource() |
boolean |
isSetTimeout() |
void |
setChecks(Integer value)
Sets the value of the checks property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setInterval(Long value)
Sets the value of the interval 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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ExternalTranscoderType |
withChecks(Integer value) |
ExternalTranscoderType |
withDestination(String value) |
ExternalTranscoderType |
withInterval(Long 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 Long interval
protected Integer checks
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()
Long
public void setTimeout(Long value)
value
- allowed object is
Long
public boolean isSetTimeout()
public Long getInterval()
Long
public void setInterval(Long value)
value
- allowed object is
Long
public boolean isSetInterval()
public Integer getChecks()
Integer
public void setChecks(Integer value)
value
- allowed object is
Integer
public boolean isSetChecks()
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
public ExternalTranscoderType withSource(String value)
public ExternalTranscoderType withDestination(String value)
public ExternalTranscoderType withShapeTag(String value)
public ExternalTranscoderType withTimeout(Long value)
public ExternalTranscoderType withInterval(Long value)
public ExternalTranscoderType withChecks(Integer value)
public ExternalTranscoderType withRegex(String value)
public ExternalTranscoderType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.