public class JobRequestChoiceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for JobRequestChoiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobRequestChoiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="timelineRequest" type="{http://xml.vidispine.com/schema/vidispine}TimelineJobRequestType"/> <element name="complexRequest" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobType"/> <element name="movIndexRequest" type="{http://xml.vidispine.com/schema/vidispine}MOVIndexJobType"/> <element name="mxfTimecodeExtractionRequest" type="{http://xml.vidispine.com/schema/vidispine}MXFTimecodeExtractionJobType"/> <element name="mxfOp1bRequest" type="{http://xml.vidispine.com/schema/vidispine}MXFOp1bJobType"/> <element name="segmentationRequest" type="{http://xml.vidispine.com/schema/vidispine}SegmentationJobType"/> <element name="nleRequest" type="{http://xml.vidispine.com/schema/vidispine}NLEJobType"/> <element name="queueRequest" type="{http://xml.vidispine.com/schema/vidispine}QueueJobType"/> <element name="durationRequest" type="{http://xml.vidispine.com/schema/vidispine}DurationJobType"/> <element name="shapeDeductionRequest" type="{http://xml.vidispine.com/schema/vidispine}ShapeDeductionJobType"/> <element name="xmpRequest" type="{http://xml.vidispine.com/schema/vidispine}XMPJobType"/> <element name="hashRequest" type="{http://xml.vidispine.com/schema/vidispine}HashJobType"/> <element name="transferRequest" type="{http://xml.vidispine.com/schema/vidispine}TransferJobType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ComplexJobType |
complexRequest |
protected DurationJobType |
durationRequest |
protected HashJobType |
hashRequest |
protected MOVIndexJobType |
movIndexRequest |
protected MXFOp1BJobType |
mxfOp1BRequest |
protected MXFTimecodeExtractionJobType |
mxfTimecodeExtractionRequest |
protected NLEJobType |
nleRequest |
protected QueueJobType |
queueRequest |
protected SegmentationJobType |
segmentationRequest |
protected ShapeDeductionJobType |
shapeDeductionRequest |
protected TimelineJobRequestType |
timelineRequest |
protected TransferJobType |
transferRequest |
protected XMPJobType |
xmpRequest |
Constructor and Description |
---|
JobRequestChoiceType() |
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() |
ComplexJobType |
getComplexRequest()
Gets the value of the complexRequest property.
|
DurationJobType |
getDurationRequest()
Gets the value of the durationRequest property.
|
HashJobType |
getHashRequest()
Gets the value of the hashRequest property.
|
MOVIndexJobType |
getMovIndexRequest()
Gets the value of the movIndexRequest property.
|
MXFOp1BJobType |
getMxfOp1BRequest()
Gets the value of the mxfOp1BRequest property.
|
MXFTimecodeExtractionJobType |
getMxfTimecodeExtractionRequest()
Gets the value of the mxfTimecodeExtractionRequest property.
|
NLEJobType |
getNleRequest()
Gets the value of the nleRequest property.
|
QueueJobType |
getQueueRequest()
Gets the value of the queueRequest property.
|
SegmentationJobType |
getSegmentationRequest()
Gets the value of the segmentationRequest property.
|
ShapeDeductionJobType |
getShapeDeductionRequest()
Gets the value of the shapeDeductionRequest property.
|
TimelineJobRequestType |
getTimelineRequest()
Gets the value of the timelineRequest property.
|
TransferJobType |
getTransferRequest()
Gets the value of the transferRequest property.
|
XMPJobType |
getXmpRequest()
Gets the value of the xmpRequest property.
|
boolean |
isSetComplexRequest() |
boolean |
isSetDurationRequest() |
boolean |
isSetHashRequest() |
boolean |
isSetMovIndexRequest() |
boolean |
isSetMxfOp1BRequest() |
boolean |
isSetMxfTimecodeExtractionRequest() |
boolean |
isSetNleRequest() |
boolean |
isSetQueueRequest() |
boolean |
isSetSegmentationRequest() |
boolean |
isSetShapeDeductionRequest() |
boolean |
isSetTimelineRequest() |
boolean |
isSetTransferRequest() |
boolean |
isSetXmpRequest() |
void |
setComplexRequest(ComplexJobType value)
Sets the value of the complexRequest property.
|
void |
setDurationRequest(DurationJobType value)
Sets the value of the durationRequest property.
|
void |
setHashRequest(HashJobType value)
Sets the value of the hashRequest property.
|
void |
setMovIndexRequest(MOVIndexJobType value)
Sets the value of the movIndexRequest property.
|
void |
setMxfOp1BRequest(MXFOp1BJobType value)
Sets the value of the mxfOp1BRequest property.
|
void |
setMxfTimecodeExtractionRequest(MXFTimecodeExtractionJobType value)
Sets the value of the mxfTimecodeExtractionRequest property.
|
void |
setNleRequest(NLEJobType value)
Sets the value of the nleRequest property.
|
void |
setQueueRequest(QueueJobType value)
Sets the value of the queueRequest property.
|
void |
setSegmentationRequest(SegmentationJobType value)
Sets the value of the segmentationRequest property.
|
void |
setShapeDeductionRequest(ShapeDeductionJobType value)
Sets the value of the shapeDeductionRequest property.
|
void |
setTimelineRequest(TimelineJobRequestType value)
Sets the value of the timelineRequest property.
|
void |
setTransferRequest(TransferJobType value)
Sets the value of the transferRequest property.
|
void |
setXmpRequest(XMPJobType value)
Sets the value of the xmpRequest property.
|
protected TimelineJobRequestType timelineRequest
protected ComplexJobType complexRequest
protected MOVIndexJobType movIndexRequest
protected MXFTimecodeExtractionJobType mxfTimecodeExtractionRequest
protected MXFOp1BJobType mxfOp1BRequest
protected SegmentationJobType segmentationRequest
protected NLEJobType nleRequest
protected QueueJobType queueRequest
protected DurationJobType durationRequest
protected ShapeDeductionJobType shapeDeductionRequest
protected XMPJobType xmpRequest
protected HashJobType hashRequest
protected TransferJobType transferRequest
public TimelineJobRequestType getTimelineRequest()
TimelineJobRequestType
public void setTimelineRequest(TimelineJobRequestType value)
value
- allowed object is
TimelineJobRequestType
public boolean isSetTimelineRequest()
public ComplexJobType getComplexRequest()
ComplexJobType
public void setComplexRequest(ComplexJobType value)
value
- allowed object is
ComplexJobType
public boolean isSetComplexRequest()
public MOVIndexJobType getMovIndexRequest()
MOVIndexJobType
public void setMovIndexRequest(MOVIndexJobType value)
value
- allowed object is
MOVIndexJobType
public boolean isSetMovIndexRequest()
public MXFTimecodeExtractionJobType getMxfTimecodeExtractionRequest()
MXFTimecodeExtractionJobType
public void setMxfTimecodeExtractionRequest(MXFTimecodeExtractionJobType value)
value
- allowed object is
MXFTimecodeExtractionJobType
public boolean isSetMxfTimecodeExtractionRequest()
public MXFOp1BJobType getMxfOp1BRequest()
MXFOp1BJobType
public void setMxfOp1BRequest(MXFOp1BJobType value)
value
- allowed object is
MXFOp1BJobType
public boolean isSetMxfOp1BRequest()
public SegmentationJobType getSegmentationRequest()
SegmentationJobType
public void setSegmentationRequest(SegmentationJobType value)
value
- allowed object is
SegmentationJobType
public boolean isSetSegmentationRequest()
public NLEJobType getNleRequest()
NLEJobType
public void setNleRequest(NLEJobType value)
value
- allowed object is
NLEJobType
public boolean isSetNleRequest()
public QueueJobType getQueueRequest()
QueueJobType
public void setQueueRequest(QueueJobType value)
value
- allowed object is
QueueJobType
public boolean isSetQueueRequest()
public DurationJobType getDurationRequest()
DurationJobType
public void setDurationRequest(DurationJobType value)
value
- allowed object is
DurationJobType
public boolean isSetDurationRequest()
public ShapeDeductionJobType getShapeDeductionRequest()
ShapeDeductionJobType
public void setShapeDeductionRequest(ShapeDeductionJobType value)
value
- allowed object is
ShapeDeductionJobType
public boolean isSetShapeDeductionRequest()
public XMPJobType getXmpRequest()
XMPJobType
public void setXmpRequest(XMPJobType value)
value
- allowed object is
XMPJobType
public boolean isSetXmpRequest()
public HashJobType getHashRequest()
HashJobType
public void setHashRequest(HashJobType value)
value
- allowed object is
HashJobType
public boolean isSetHashRequest()
public TransferJobType getTransferRequest()
TransferJobType
public void setTransferRequest(TransferJobType value)
value
- allowed object is
TransferJobType
public boolean isSetTransferRequest()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.