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.
|
JobRequestChoiceType |
withComplexRequest(ComplexJobType value) |
JobRequestChoiceType |
withDurationRequest(DurationJobType value) |
JobRequestChoiceType |
withHashRequest(HashJobType value) |
JobRequestChoiceType |
withMovIndexRequest(MOVIndexJobType value) |
JobRequestChoiceType |
withMxfOp1BRequest(MXFOp1BJobType value) |
JobRequestChoiceType |
withMxfTimecodeExtractionRequest(MXFTimecodeExtractionJobType value) |
JobRequestChoiceType |
withNleRequest(NLEJobType value) |
JobRequestChoiceType |
withQueueRequest(QueueJobType value) |
JobRequestChoiceType |
withSegmentationRequest(SegmentationJobType value) |
JobRequestChoiceType |
withShapeDeductionRequest(ShapeDeductionJobType value) |
JobRequestChoiceType |
withTimelineRequest(TimelineJobRequestType value) |
JobRequestChoiceType |
withTransferRequest(TransferJobType value) |
JobRequestChoiceType |
withXmpRequest(XMPJobType value) |
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()
TimelineJobRequestTypepublic void setTimelineRequest(TimelineJobRequestType value)
value - allowed object is
TimelineJobRequestTypepublic boolean isSetTimelineRequest()
public ComplexJobType getComplexRequest()
ComplexJobTypepublic void setComplexRequest(ComplexJobType value)
value - allowed object is
ComplexJobTypepublic boolean isSetComplexRequest()
public MOVIndexJobType getMovIndexRequest()
MOVIndexJobTypepublic void setMovIndexRequest(MOVIndexJobType value)
value - allowed object is
MOVIndexJobTypepublic boolean isSetMovIndexRequest()
public MXFTimecodeExtractionJobType getMxfTimecodeExtractionRequest()
MXFTimecodeExtractionJobTypepublic void setMxfTimecodeExtractionRequest(MXFTimecodeExtractionJobType value)
value - allowed object is
MXFTimecodeExtractionJobTypepublic boolean isSetMxfTimecodeExtractionRequest()
public MXFOp1BJobType getMxfOp1BRequest()
MXFOp1BJobTypepublic void setMxfOp1BRequest(MXFOp1BJobType value)
value - allowed object is
MXFOp1BJobTypepublic boolean isSetMxfOp1BRequest()
public SegmentationJobType getSegmentationRequest()
SegmentationJobTypepublic void setSegmentationRequest(SegmentationJobType value)
value - allowed object is
SegmentationJobTypepublic boolean isSetSegmentationRequest()
public NLEJobType getNleRequest()
NLEJobTypepublic void setNleRequest(NLEJobType value)
value - allowed object is
NLEJobTypepublic boolean isSetNleRequest()
public QueueJobType getQueueRequest()
QueueJobTypepublic void setQueueRequest(QueueJobType value)
value - allowed object is
QueueJobTypepublic boolean isSetQueueRequest()
public DurationJobType getDurationRequest()
DurationJobTypepublic void setDurationRequest(DurationJobType value)
value - allowed object is
DurationJobTypepublic boolean isSetDurationRequest()
public ShapeDeductionJobType getShapeDeductionRequest()
ShapeDeductionJobTypepublic void setShapeDeductionRequest(ShapeDeductionJobType value)
value - allowed object is
ShapeDeductionJobTypepublic boolean isSetShapeDeductionRequest()
public XMPJobType getXmpRequest()
XMPJobTypepublic void setXmpRequest(XMPJobType value)
value - allowed object is
XMPJobTypepublic boolean isSetXmpRequest()
public HashJobType getHashRequest()
HashJobTypepublic void setHashRequest(HashJobType value)
value - allowed object is
HashJobTypepublic boolean isSetHashRequest()
public TransferJobType getTransferRequest()
TransferJobTypepublic void setTransferRequest(TransferJobType value)
value - allowed object is
TransferJobTypepublic boolean isSetTransferRequest()
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 JobRequestChoiceType withTimelineRequest(TimelineJobRequestType value)
public JobRequestChoiceType withComplexRequest(ComplexJobType value)
public JobRequestChoiceType withMovIndexRequest(MOVIndexJobType value)
public JobRequestChoiceType withMxfTimecodeExtractionRequest(MXFTimecodeExtractionJobType value)
public JobRequestChoiceType withMxfOp1BRequest(MXFOp1BJobType value)
public JobRequestChoiceType withSegmentationRequest(SegmentationJobType value)
public JobRequestChoiceType withNleRequest(NLEJobType value)
public JobRequestChoiceType withQueueRequest(QueueJobType value)
public JobRequestChoiceType withDurationRequest(DurationJobType value)
public JobRequestChoiceType withShapeDeductionRequest(ShapeDeductionJobType value)
public JobRequestChoiceType withXmpRequest(XMPJobType value)
public JobRequestChoiceType withHashRequest(HashJobType value)
public JobRequestChoiceType withTransferRequest(TransferJobType value)
Copyright © 2015. All rights reserved.