Package com.vidispine.generated
Class ExternalTranscoderType
java.lang.Object
com.vidispine.generated.ExternalTranscoderType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class ExternalTranscoderType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the checks property.Gets the value of the destination property.Gets the value of the interval property.getRegex()
Gets the value of the regex property.Gets the value of the shapeTag property.Gets the value of the source property.Gets the value of the timeout property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
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
Sets the value of the regex property.void
setShapeTag
(String value) Sets the value of the shapeTag property.void
Sets the value of the source property.void
setTimeout
(Long value) Sets the value of the timeout property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChecks
(Integer value) Sets the value of the checks property.withDestination
(String value) Sets the value of the destination property.withInterval
(Long value) Sets the value of the interval property.Sets the value of the regex property.withShapeTag
(String value) Sets the value of the shapeTag property.withSource
(String value) Sets the value of the source property.withTimeout
(Long value) Sets the value of the timeout property.
-
Field Details
-
source
-
destination
-
shapeTag
-
timeout
-
interval
-
checks
-
regex
-
-
Constructor Details
-
ExternalTranscoderType
public ExternalTranscoderType()
-
-
Method Details
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value
- allowed object isString
-
isSetSource
public boolean isSetSource() -
getDestination
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
Sets the value of the destination property.- Parameters:
value
- allowed object isString
-
isSetDestination
public boolean isSetDestination() -
getShapeTag
Gets the value of the shapeTag property.- Returns:
- possible object is
String
-
setShapeTag
Sets the value of the shapeTag property.- Parameters:
value
- allowed object isString
-
isSetShapeTag
public boolean isSetShapeTag() -
getTimeout
Gets the value of the timeout property.- Returns:
- possible object is
Long
-
setTimeout
Sets the value of the timeout property.- Parameters:
value
- allowed object isLong
-
isSetTimeout
public boolean isSetTimeout() -
getInterval
Gets the value of the interval property.- Returns:
- possible object is
Long
-
setInterval
Sets the value of the interval property.- Parameters:
value
- allowed object isLong
-
isSetInterval
public boolean isSetInterval() -
getChecks
Gets the value of the checks property.- Returns:
- possible object is
Integer
-
setChecks
Sets the value of the checks property.- Parameters:
value
- allowed object isInteger
-
isSetChecks
public boolean isSetChecks() -
getRegex
Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
Sets the value of the regex property.- Parameters:
value
- allowed object isString
-
isSetRegex
public boolean isSetRegex() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withSource
Sets the value of the source property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDestination
Sets the value of the destination property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withShapeTag
Sets the value of the shapeTag property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTimeout
Sets the value of the timeout property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withInterval
Sets the value of the interval property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withChecks
Sets the value of the checks property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withRegex
Sets the value of the regex property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-