public class TranscoderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TranscoderConfigurationType |
configuration |
protected List<TranscoderDirectAccess> |
directAccess |
protected List<JobStatusType> |
job |
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 and Description |
|---|
TranscoderType() |
| 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() |
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.
|
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.
|
boolean |
isSetConfiguration() |
boolean |
isSetDirectAccess() |
boolean |
isSetJob() |
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 |
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 |
withConfiguration(TranscoderConfigurationType value) |
TranscoderType |
withDirectAccess(Collection<TranscoderDirectAccess> values) |
TranscoderType |
withDirectAccess(TranscoderDirectAccess... values) |
TranscoderType |
withJob(Collection<JobStatusType> values) |
TranscoderType |
withJob(JobStatusType... values) |
TranscoderType |
withReverseAddress(String value) |
TranscoderType |
withReverseAddressDetected(String value) |
TranscoderType |
withState(String value) |
TranscoderType |
withTranscoder(Collection<TranscoderType> values) |
TranscoderType |
withTranscoder(TranscoderType... values) |
TranscoderType |
withType(String value) |
TranscoderType |
withUrl(String value) |
TranscoderType |
withVersion(String value) |
TranscoderType |
withWeight(Integer value) |
protected String type
protected String url
protected String version
protected String reverseAddress
protected String reverseAddressDetected
protected List<TranscoderDirectAccess> directAccess
protected String state
protected List<JobStatusType> job
protected TranscoderConfigurationType configuration
protected List<TranscoderType> transcoder
protected Integer weight
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getReverseAddress()
Stringpublic void setReverseAddress(String value)
value - allowed object is
Stringpublic boolean isSetReverseAddress()
public String getReverseAddressDetected()
Stringpublic void setReverseAddressDetected(String value)
value - allowed object is
Stringpublic boolean isSetReverseAddressDetected()
public List<TranscoderDirectAccess> getDirectAccess()
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
public boolean isSetDirectAccess()
public void unsetDirectAccess()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public List<JobStatusType> getJob()
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
public boolean isSetJob()
public void unsetJob()
public TranscoderConfigurationType getConfiguration()
TranscoderConfigurationTypepublic void setConfiguration(TranscoderConfigurationType value)
value - allowed object is
TranscoderConfigurationTypepublic boolean isSetConfiguration()
public List<TranscoderType> getTranscoder()
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
public boolean isSetTranscoder()
public void unsetTranscoder()
public Integer getWeight()
Integerpublic void setWeight(Integer value)
value - allowed object is
Integerpublic boolean isSetWeight()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic TranscoderType withType(String value)
public TranscoderType withUrl(String value)
public TranscoderType withVersion(String value)
public TranscoderType withReverseAddress(String value)
public TranscoderType withReverseAddressDetected(String value)
public TranscoderType withDirectAccess(TranscoderDirectAccess... values)
public TranscoderType withDirectAccess(Collection<TranscoderDirectAccess> values)
public TranscoderType withState(String value)
public TranscoderType withJob(JobStatusType... values)
public TranscoderType withJob(Collection<JobStatusType> values)
public TranscoderType withConfiguration(TranscoderConfigurationType value)
public TranscoderType withTranscoder(TranscoderType... values)
public TranscoderType withTranscoder(Collection<TranscoderType> values)
public TranscoderType withWeight(Integer value)
Copyright © 2015. All rights reserved.