public class MXFOp1BJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MXFOp1bJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MXFOp1bJobType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
<sequence>
<element name="output" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="reference" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/>
<element name="locator" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MXFOp1BJobType.Reference
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
output |
protected List<MXFOp1BJobType.Reference> |
reference |
| Constructor and Description |
|---|
MXFOp1BJobType() |
| 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() |
String |
getOutput()
Gets the value of the output property.
|
List<MXFOp1BJobType.Reference> |
getReference()
Gets the value of the reference property.
|
boolean |
isSetOutput() |
boolean |
isSetReference() |
void |
setOutput(String value)
Sets the value of the output property.
|
void |
unsetReference() |
MXFOp1BJobType |
withOutput(String value) |
MXFOp1BJobType |
withReference(Collection<MXFOp1BJobType.Reference> values) |
MXFOp1BJobType |
withReference(MXFOp1BJobType.Reference... values) |
protected String output
protected List<MXFOp1BJobType.Reference> reference
public String getOutput()
Stringpublic void setOutput(String value)
value - allowed object is
Stringpublic boolean isSetOutput()
public List<MXFOp1BJobType.Reference> getReference()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
MXFOp1BJobType.Reference
public boolean isSetReference()
public void unsetReference()
public Object clone()
clone in class TranscoderJobTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TranscoderJobTypepublic 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.CopyTocopyTo in class TranscoderJobTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TranscoderJobTypepublic MXFOp1BJobType withOutput(String value)
public MXFOp1BJobType withReference(MXFOp1BJobType.Reference... values)
public MXFOp1BJobType withReference(Collection<MXFOp1BJobType.Reference> values)
Copyright © 2015. All rights reserved.