public class XMPJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for XMPJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMPJobType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType"> <sequence> <element name="read" type="{http://xml.vidispine.com/schema/vidispine}XMPReadOperation" maxOccurs="unbounded" minOccurs="0"/> <element name="write" type="{http://xml.vidispine.com/schema/vidispine}XMPWriteOperation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<XMPReadOperation> |
read |
protected List<XMPWriteOperation> |
write |
Constructor and Description |
---|
XMPJobType() |
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() |
List<XMPReadOperation> |
getRead()
Gets the value of the read property.
|
List<XMPWriteOperation> |
getWrite()
Gets the value of the write property.
|
boolean |
isSetRead() |
boolean |
isSetWrite() |
void |
unsetRead() |
void |
unsetWrite() |
protected List<XMPReadOperation> read
protected List<XMPWriteOperation> write
public List<XMPReadOperation> getRead()
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 read property.
For example, to add a new item, do as follows:
getRead().add(newItem);
Objects of the following type(s) are allowed in the list
XMPReadOperation
public boolean isSetRead()
public void unsetRead()
public List<XMPWriteOperation> getWrite()
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 write property.
For example, to add a new item, do as follows:
getWrite().add(newItem);
Objects of the following type(s) are allowed in the list
XMPWriteOperation
public boolean isSetWrite()
public void unsetWrite()
public Object clone()
clone
in class TranscoderJobType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TranscoderJobType
public 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.CopyTo
copyTo
in class TranscoderJobType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TranscoderJobType
Copyright © 2015. All rights reserved.