Class XMPJobType
- java.lang.Object
-
- com.vidispine.generated.TranscoderJobType
-
- com.vidispine.generated.XMPJobType
-
- 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 XMPJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XMPJobType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<XMPReadOperation>
read
protected List<XMPWriteOperation>
write
-
Constructor Summary
Constructors Constructor Description XMPJobType()
-
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)
List<XMPReadOperation>
getRead()
Gets the value of the read property.List<XMPWriteOperation>
getWrite()
Gets the value of the write property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetRead()
boolean
isSetWrite()
void
unsetRead()
void
unsetWrite()
XMPJobType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
XMPJobType
withRead(XMPReadOperation... values)
XMPJobType
withRead(Collection<XMPReadOperation> values)
XMPJobType
withWrite(XMPWriteOperation... values)
XMPJobType
withWrite(Collection<XMPWriteOperation> values)
-
-
-
Field Detail
-
read
protected List<XMPReadOperation> read
-
write
protected List<XMPWriteOperation> write
-
-
Method Detail
-
getRead
public List<XMPReadOperation> getRead()
Gets the value of the read 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 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
-
isSetRead
public boolean isSetRead()
-
unsetRead
public void unsetRead()
-
getWrite
public List<XMPWriteOperation> getWrite()
Gets the value of the write 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 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
-
isSetWrite
public boolean isSetWrite()
-
unsetWrite
public void unsetWrite()
-
clone
public Object clone()
- Overrides:
clone
in classTranscoderJobType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTranscoderJobType
-
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
- Overrides:
copyTo
in classTranscoderJobType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTranscoderJobType
-
withRead
public XMPJobType withRead(XMPReadOperation... values)
-
withRead
public XMPJobType withRead(Collection<XMPReadOperation> values)
-
withWrite
public XMPJobType withWrite(XMPWriteOperation... values)
-
withWrite
public XMPJobType withWrite(Collection<XMPWriteOperation> values)
-
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
- Overrides:
equals
in classTranscoderJobType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTranscoderJobType
-
visit
public XMPJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTranscoderJobType
-
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
- Overrides:
hashCode
in classTranscoderJobType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTranscoderJobType
-
-