Package com.vidispine.generated
Class ExternalTranscoderType
- java.lang.Object
-
- com.vidispine.generated.ExternalTranscoderType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ExternalTranscoderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalTranscoderType.PropInfo
-
Constructor Summary
Constructors Constructor Description ExternalTranscoderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Method Detail
-
getSource
public String getSource()
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
public void setSource(String value)
Sets the value of the source property.- Parameters:
value
- allowed object isString
-
isSetSource
public boolean isSetSource()
-
getDestination
public String getDestination()
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
public void setDestination(String value)
Sets the value of the destination property.- Parameters:
value
- allowed object isString
-
isSetDestination
public boolean isSetDestination()
-
getShapeTag
public String getShapeTag()
Gets the value of the shapeTag property.- Returns:
- possible object is
String
-
setShapeTag
public void setShapeTag(String value)
Sets the value of the shapeTag property.- Parameters:
value
- allowed object isString
-
isSetShapeTag
public boolean isSetShapeTag()
-
getTimeout
public Long getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
Long
-
setTimeout
public void setTimeout(Long value)
Sets the value of the timeout property.- Parameters:
value
- allowed object isLong
-
isSetTimeout
public boolean isSetTimeout()
-
getInterval
public Long getInterval()
Gets the value of the interval property.- Returns:
- possible object is
Long
-
setInterval
public void setInterval(Long value)
Sets the value of the interval property.- Parameters:
value
- allowed object isLong
-
isSetInterval
public boolean isSetInterval()
-
getChecks
public Integer getChecks()
Gets the value of the checks property.- Returns:
- possible object is
Integer
-
setChecks
public void setChecks(Integer value)
Sets the value of the checks property.- Parameters:
value
- allowed object isInteger
-
isSetChecks
public boolean isSetChecks()
-
getRegex
public String getRegex()
Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
public void setRegex(String value)
Sets the value of the regex property.- Parameters:
value
- allowed object isString
-
isSetRegex
public boolean isSetRegex()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withSource
public ExternalTranscoderType withSource(String value)
-
withDestination
public ExternalTranscoderType withDestination(String value)
-
withShapeTag
public ExternalTranscoderType withShapeTag(String value)
-
withTimeout
public ExternalTranscoderType withTimeout(Long value)
-
withInterval
public ExternalTranscoderType withInterval(Long value)
-
withChecks
public ExternalTranscoderType withChecks(Integer value)
-
withRegex
public ExternalTranscoderType withRegex(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ExternalTranscoderType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-