Class TranscoderType
- java.lang.Object
-
- com.vidispine.generated.TranscoderType
-
- 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 TranscoderType 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 TranscoderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscoderType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TRANSCODER"/> <enumeration value="DIRECTORY"/> </restriction> </simpleType> </element> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reverseAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reverseAddressDetected" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="directAccess" type="{http://xml.vidispine.com/schema/vidispine}TranscoderDirectAccess" maxOccurs="unbounded" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="job" type="{http://xml.vidispine.com/schema/vidispine}JobStatusType" maxOccurs="unbounded" minOccurs="0"/> <element name="configuration" type="{http://xml.vidispine.com/schema/vidispine}TranscoderConfigurationType" minOccurs="0"/> <element name="transcoder" type="{http://xml.vidispine.com/schema/vidispine}TranscoderType" maxOccurs="unbounded" minOccurs="0"/> <element name="weight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxJob" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranscoderType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected TranscoderConfigurationType
configuration
protected List<TranscoderDirectAccess>
directAccess
protected List<JobStatusType>
job
protected Integer
maxJob
protected String
reverseAddress
protected String
reverseAddressDetected
protected String
state
protected List<TranscoderType>
transcoder
protected String
type
protected String
url
protected String
version
protected Integer
weight
-
Constructor Summary
Constructors Constructor Description TranscoderType()
-
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)
TranscoderConfigurationType
getConfiguration()
Gets the value of the configuration property.List<TranscoderDirectAccess>
getDirectAccess()
Gets the value of the directAccess property.List<JobStatusType>
getJob()
Gets the value of the job property.Integer
getMaxJob()
Gets the value of the maxJob property.String
getReverseAddress()
Gets the value of the reverseAddress property.String
getReverseAddressDetected()
Gets the value of the reverseAddressDetected property.String
getState()
Gets the value of the state property.List<TranscoderType>
getTranscoder()
Gets the value of the transcoder property.String
getType()
Gets the value of the type property.String
getUrl()
Gets the value of the url property.String
getVersion()
Gets the value of the version property.Integer
getWeight()
Gets the value of the weight property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetConfiguration()
boolean
isSetDirectAccess()
boolean
isSetJob()
boolean
isSetMaxJob()
boolean
isSetReverseAddress()
boolean
isSetReverseAddressDetected()
boolean
isSetState()
boolean
isSetTranscoder()
boolean
isSetType()
boolean
isSetUrl()
boolean
isSetVersion()
boolean
isSetWeight()
void
setConfiguration(TranscoderConfigurationType value)
Sets the value of the configuration property.void
setMaxJob(Integer value)
Sets the value of the maxJob property.void
setReverseAddress(String value)
Sets the value of the reverseAddress property.void
setReverseAddressDetected(String value)
Sets the value of the reverseAddressDetected property.void
setState(String value)
Sets the value of the state property.void
setType(String value)
Sets the value of the type property.void
setUrl(String value)
Sets the value of the url property.void
setVersion(String value)
Sets the value of the version property.void
setWeight(Integer value)
Sets the value of the weight property.void
unsetDirectAccess()
void
unsetJob()
void
unsetTranscoder()
TranscoderType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TranscoderType
withConfiguration(TranscoderConfigurationType value)
TranscoderType
withDirectAccess(TranscoderDirectAccess... values)
TranscoderType
withDirectAccess(Collection<TranscoderDirectAccess> values)
TranscoderType
withJob(JobStatusType... values)
TranscoderType
withJob(Collection<JobStatusType> values)
TranscoderType
withMaxJob(Integer value)
TranscoderType
withReverseAddress(String value)
TranscoderType
withReverseAddressDetected(String value)
TranscoderType
withState(String value)
TranscoderType
withTranscoder(TranscoderType... values)
TranscoderType
withTranscoder(Collection<TranscoderType> values)
TranscoderType
withType(String value)
TranscoderType
withUrl(String value)
TranscoderType
withVersion(String value)
TranscoderType
withWeight(Integer value)
-
-
-
Field Detail
-
type
protected String type
-
url
protected String url
-
version
protected String version
-
reverseAddress
protected String reverseAddress
-
reverseAddressDetected
protected String reverseAddressDetected
-
directAccess
protected List<TranscoderDirectAccess> directAccess
-
state
protected String state
-
job
protected List<JobStatusType> job
-
configuration
protected TranscoderConfigurationType configuration
-
transcoder
protected List<TranscoderType> transcoder
-
weight
protected Integer weight
-
maxJob
protected Integer maxJob
-
-
Method Detail
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
isSetUrl
public boolean isSetUrl()
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
isSetVersion
public boolean isSetVersion()
-
getReverseAddress
public String getReverseAddress()
Gets the value of the reverseAddress property.- Returns:
- possible object is
String
-
setReverseAddress
public void setReverseAddress(String value)
Sets the value of the reverseAddress property.- Parameters:
value
- allowed object isString
-
isSetReverseAddress
public boolean isSetReverseAddress()
-
getReverseAddressDetected
public String getReverseAddressDetected()
Gets the value of the reverseAddressDetected property.- Returns:
- possible object is
String
-
setReverseAddressDetected
public void setReverseAddressDetected(String value)
Sets the value of the reverseAddressDetected property.- Parameters:
value
- allowed object isString
-
isSetReverseAddressDetected
public boolean isSetReverseAddressDetected()
-
getDirectAccess
public List<TranscoderDirectAccess> getDirectAccess()
Gets the value of the directAccess property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the directAccess property.For example, to add a new item, do as follows:
getDirectAccess().add(newItem);
Objects of the following type(s) are allowed in the list
TranscoderDirectAccess
-
isSetDirectAccess
public boolean isSetDirectAccess()
-
unsetDirectAccess
public void unsetDirectAccess()
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState()
-
getJob
public List<JobStatusType> getJob()
Gets the value of the job property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the job property.For example, to add a new item, do as follows:
getJob().add(newItem);
Objects of the following type(s) are allowed in the list
JobStatusType
-
isSetJob
public boolean isSetJob()
-
unsetJob
public void unsetJob()
-
getConfiguration
public TranscoderConfigurationType getConfiguration()
Gets the value of the configuration property.- Returns:
- possible object is
TranscoderConfigurationType
-
setConfiguration
public void setConfiguration(TranscoderConfigurationType value)
Sets the value of the configuration property.- Parameters:
value
- allowed object isTranscoderConfigurationType
-
isSetConfiguration
public boolean isSetConfiguration()
-
getTranscoder
public List<TranscoderType> getTranscoder()
Gets the value of the transcoder property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the transcoder property.For example, to add a new item, do as follows:
getTranscoder().add(newItem);
Objects of the following type(s) are allowed in the list
TranscoderType
-
isSetTranscoder
public boolean isSetTranscoder()
-
unsetTranscoder
public void unsetTranscoder()
-
getWeight
public Integer getWeight()
Gets the value of the weight property.- Returns:
- possible object is
Integer
-
setWeight
public void setWeight(Integer value)
Sets the value of the weight property.- Parameters:
value
- allowed object isInteger
-
isSetWeight
public boolean isSetWeight()
-
getMaxJob
public Integer getMaxJob()
Gets the value of the maxJob property.- Returns:
- possible object is
Integer
-
setMaxJob
public void setMaxJob(Integer value)
Sets the value of the maxJob property.- Parameters:
value
- allowed object isInteger
-
isSetMaxJob
public boolean isSetMaxJob()
-
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
-
withType
public TranscoderType withType(String value)
-
withUrl
public TranscoderType withUrl(String value)
-
withVersion
public TranscoderType withVersion(String value)
-
withReverseAddress
public TranscoderType withReverseAddress(String value)
-
withReverseAddressDetected
public TranscoderType withReverseAddressDetected(String value)
-
withDirectAccess
public TranscoderType withDirectAccess(TranscoderDirectAccess... values)
-
withDirectAccess
public TranscoderType withDirectAccess(Collection<TranscoderDirectAccess> values)
-
withState
public TranscoderType withState(String value)
-
withJob
public TranscoderType withJob(JobStatusType... values)
-
withJob
public TranscoderType withJob(Collection<JobStatusType> values)
-
withConfiguration
public TranscoderType withConfiguration(TranscoderConfigurationType value)
-
withTranscoder
public TranscoderType withTranscoder(TranscoderType... values)
-
withTranscoder
public TranscoderType withTranscoder(Collection<TranscoderType> values)
-
withWeight
public TranscoderType withWeight(Integer value)
-
withMaxJob
public TranscoderType withMaxJob(Integer 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 TranscoderType 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
-
-