Package com.vidispine.generated
Class JobRequestChoiceType
java.lang.Object
com.vidispine.generated.JobRequestChoiceType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class JobRequestChoiceType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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"/>
<element name="aafGeneratorRequest" type="{http://xml.vidispine.com/schema/vidispine}AAFGeneratorJobType"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AAFGeneratorJobType
protected ComplexJobType
protected DurationJobType
protected HashJobType
protected MOVIndexJobType
protected MXFOp1BJobType
protected MXFTimecodeExtractionJobType
protected NLEJobType
protected QueueJobType
protected SegmentationJobType
protected ShapeDeductionJobType
protected TimelineJobRequestType
protected TransferJobType
protected XMPJobType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the aafGeneratorRequest property.Gets the value of the complexRequest property.Gets the value of the durationRequest property.Gets the value of the hashRequest property.Gets the value of the movIndexRequest property.Gets the value of the mxfOp1BRequest property.Gets the value of the mxfTimecodeExtractionRequest property.Gets the value of the nleRequest property.Gets the value of the queueRequest property.Gets the value of the segmentationRequest property.Gets the value of the shapeDeductionRequest property.Gets the value of the timelineRequest property.Gets the value of the transferRequest property.Gets the value of the xmpRequest property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the aafGeneratorRequest property.void
setComplexRequest
(ComplexJobType value) Sets the value of the complexRequest property.void
Sets the value of the durationRequest property.void
setHashRequest
(HashJobType value) Sets the value of the hashRequest property.void
Sets the value of the movIndexRequest property.void
setMxfOp1BRequest
(MXFOp1BJobType value) Sets the value of the mxfOp1BRequest property.void
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
Sets the value of the segmentationRequest property.void
Sets the value of the shapeDeductionRequest property.void
Sets the value of the timelineRequest property.void
Sets the value of the transferRequest property.void
setXmpRequest
(XMPJobType value) Sets the value of the xmpRequest property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the aafGeneratorRequest property.withComplexRequest
(ComplexJobType value) Sets the value of the complexRequest property.Sets the value of the durationRequest property.withHashRequest
(HashJobType value) Sets the value of the hashRequest property.Sets the value of the movIndexRequest property.withMxfOp1BRequest
(MXFOp1BJobType value) Sets the value of the mxfOp1BRequest property.Sets the value of the mxfTimecodeExtractionRequest property.withNleRequest
(NLEJobType value) Sets the value of the nleRequest property.withQueueRequest
(QueueJobType value) Sets the value of the queueRequest property.Sets the value of the segmentationRequest property.Sets the value of the shapeDeductionRequest property.Sets the value of the timelineRequest property.Sets the value of the transferRequest property.withXmpRequest
(XMPJobType value) Sets the value of the xmpRequest property.
-
Field Details
-
timelineRequest
-
complexRequest
-
movIndexRequest
-
mxfTimecodeExtractionRequest
-
mxfOp1BRequest
-
segmentationRequest
-
nleRequest
-
queueRequest
-
durationRequest
-
shapeDeductionRequest
-
xmpRequest
-
hashRequest
-
transferRequest
-
aafGeneratorRequest
-
-
Constructor Details
-
JobRequestChoiceType
public JobRequestChoiceType()
-
-
Method Details
-
getTimelineRequest
Gets the value of the timelineRequest property.- Returns:
- possible object is
TimelineJobRequestType
-
setTimelineRequest
Sets the value of the timelineRequest property.- Parameters:
value
- allowed object isTimelineJobRequestType
-
isSetTimelineRequest
public boolean isSetTimelineRequest() -
getComplexRequest
Gets the value of the complexRequest property.- Returns:
- possible object is
ComplexJobType
-
setComplexRequest
Sets the value of the complexRequest property.- Parameters:
value
- allowed object isComplexJobType
-
isSetComplexRequest
public boolean isSetComplexRequest() -
getMovIndexRequest
Gets the value of the movIndexRequest property.- Returns:
- possible object is
MOVIndexJobType
-
setMovIndexRequest
Sets the value of the movIndexRequest property.- Parameters:
value
- allowed object isMOVIndexJobType
-
isSetMovIndexRequest
public boolean isSetMovIndexRequest() -
getMxfTimecodeExtractionRequest
Gets the value of the mxfTimecodeExtractionRequest property.- Returns:
- possible object is
MXFTimecodeExtractionJobType
-
setMxfTimecodeExtractionRequest
Sets the value of the mxfTimecodeExtractionRequest property.- Parameters:
value
- allowed object isMXFTimecodeExtractionJobType
-
isSetMxfTimecodeExtractionRequest
public boolean isSetMxfTimecodeExtractionRequest() -
getMxfOp1BRequest
Gets the value of the mxfOp1BRequest property.- Returns:
- possible object is
MXFOp1BJobType
-
setMxfOp1BRequest
Sets the value of the mxfOp1BRequest property.- Parameters:
value
- allowed object isMXFOp1BJobType
-
isSetMxfOp1BRequest
public boolean isSetMxfOp1BRequest() -
getSegmentationRequest
Gets the value of the segmentationRequest property.- Returns:
- possible object is
SegmentationJobType
-
setSegmentationRequest
Sets the value of the segmentationRequest property.- Parameters:
value
- allowed object isSegmentationJobType
-
isSetSegmentationRequest
public boolean isSetSegmentationRequest() -
getNleRequest
Gets the value of the nleRequest property.- Returns:
- possible object is
NLEJobType
-
setNleRequest
Sets the value of the nleRequest property.- Parameters:
value
- allowed object isNLEJobType
-
isSetNleRequest
public boolean isSetNleRequest() -
getQueueRequest
Gets the value of the queueRequest property.- Returns:
- possible object is
QueueJobType
-
setQueueRequest
Sets the value of the queueRequest property.- Parameters:
value
- allowed object isQueueJobType
-
isSetQueueRequest
public boolean isSetQueueRequest() -
getDurationRequest
Gets the value of the durationRequest property.- Returns:
- possible object is
DurationJobType
-
setDurationRequest
Sets the value of the durationRequest property.- Parameters:
value
- allowed object isDurationJobType
-
isSetDurationRequest
public boolean isSetDurationRequest() -
getShapeDeductionRequest
Gets the value of the shapeDeductionRequest property.- Returns:
- possible object is
ShapeDeductionJobType
-
setShapeDeductionRequest
Sets the value of the shapeDeductionRequest property.- Parameters:
value
- allowed object isShapeDeductionJobType
-
isSetShapeDeductionRequest
public boolean isSetShapeDeductionRequest() -
getXmpRequest
Gets the value of the xmpRequest property.- Returns:
- possible object is
XMPJobType
-
setXmpRequest
Sets the value of the xmpRequest property.- Parameters:
value
- allowed object isXMPJobType
-
isSetXmpRequest
public boolean isSetXmpRequest() -
getHashRequest
Gets the value of the hashRequest property.- Returns:
- possible object is
HashJobType
-
setHashRequest
Sets the value of the hashRequest property.- Parameters:
value
- allowed object isHashJobType
-
isSetHashRequest
public boolean isSetHashRequest() -
getTransferRequest
Gets the value of the transferRequest property.- Returns:
- possible object is
TransferJobType
-
setTransferRequest
Sets the value of the transferRequest property.- Parameters:
value
- allowed object isTransferJobType
-
isSetTransferRequest
public boolean isSetTransferRequest() -
getAafGeneratorRequest
Gets the value of the aafGeneratorRequest property.- Returns:
- possible object is
AAFGeneratorJobType
-
setAafGeneratorRequest
Sets the value of the aafGeneratorRequest property.- Parameters:
value
- allowed object isAAFGeneratorJobType
-
isSetAafGeneratorRequest
public boolean isSetAafGeneratorRequest() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withTimelineRequest
Sets the value of the timelineRequest property.- Parameters:
value
- allowed object isTimelineJobRequestType
- Returns:
- The class instance
-
withComplexRequest
Sets the value of the complexRequest property.- Parameters:
value
- allowed object isComplexJobType
- Returns:
- The class instance
-
withMovIndexRequest
Sets the value of the movIndexRequest property.- Parameters:
value
- allowed object isMOVIndexJobType
- Returns:
- The class instance
-
withMxfTimecodeExtractionRequest
Sets the value of the mxfTimecodeExtractionRequest property.- Parameters:
value
- allowed object isMXFTimecodeExtractionJobType
- Returns:
- The class instance
-
withMxfOp1BRequest
Sets the value of the mxfOp1BRequest property.- Parameters:
value
- allowed object isMXFOp1BJobType
- Returns:
- The class instance
-
withSegmentationRequest
Sets the value of the segmentationRequest property.- Parameters:
value
- allowed object isSegmentationJobType
- Returns:
- The class instance
-
withNleRequest
Sets the value of the nleRequest property.- Parameters:
value
- allowed object isNLEJobType
- Returns:
- The class instance
-
withQueueRequest
Sets the value of the queueRequest property.- Parameters:
value
- allowed object isQueueJobType
- Returns:
- The class instance
-
withDurationRequest
Sets the value of the durationRequest property.- Parameters:
value
- allowed object isDurationJobType
- Returns:
- The class instance
-
withShapeDeductionRequest
Sets the value of the shapeDeductionRequest property.- Parameters:
value
- allowed object isShapeDeductionJobType
- Returns:
- The class instance
-
withXmpRequest
Sets the value of the xmpRequest property.- Parameters:
value
- allowed object isXMPJobType
- Returns:
- The class instance
-
withHashRequest
Sets the value of the hashRequest property.- Parameters:
value
- allowed object isHashJobType
- Returns:
- The class instance
-
withTransferRequest
Sets the value of the transferRequest property.- Parameters:
value
- allowed object isTransferJobType
- Returns:
- The class instance
-
withAafGeneratorRequest
Sets the value of the aafGeneratorRequest property.- Parameters:
value
- allowed object isAAFGeneratorJobType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-