public static class ComplexJobType.Input extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> <element name="range" type="{http://xml.vidispine.com/schema/vidispine}SequenceRangeType" maxOccurs="unbounded"/> <element name="partialFile" type="{http://xml.vidispine.com/schema/vidispine}PartialFileDemuxerInfoType" minOccurs="0"/> <element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType" minOccurs="0"/> <element name="intervalIsDts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dms1TargetUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="faststartDuration" minOccurs="0"> <complexType> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"> <attribute name="override" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType> </element> <element name="bulkyMetadataRequest" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobBulkyMetadataRequestType" minOccurs="0"/> <element name="scanForStartPTS" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="doubleDurationHack" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="demuxerSetting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="analyze" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAnalyzeType" minOccurs="0"/> <element name="pageno" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobType.Input.FaststartDuration
Java class for anonymous complex type.
|
static class |
ComplexJobType.Input.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected ComplexJobAnalyzeType |
analyze |
protected ComplexJobBulkyMetadataRequestType |
bulkyMetadataRequest |
protected List<KeyValuePairType> |
demuxerSetting |
protected String |
dms1TargetUri |
protected Integer |
doubleDurationHack |
protected ComplexJobType.Input.FaststartDuration |
faststartDuration |
protected int |
id |
protected TimeIntervalType |
interval |
protected Boolean |
intervalIsDts |
protected Integer |
pageno |
protected PartialFileDemuxerInfoType |
partialFile |
protected List<SequenceRangeType> |
range |
protected Integer |
scanForStartPTS |
protected List<String> |
uri |
Constructor and Description |
---|
Input() |
protected int id
protected List<SequenceRangeType> range
protected PartialFileDemuxerInfoType partialFile
protected TimeIntervalType interval
protected Boolean intervalIsDts
protected String dms1TargetUri
protected ComplexJobType.Input.FaststartDuration faststartDuration
protected ComplexJobBulkyMetadataRequestType bulkyMetadataRequest
protected Integer scanForStartPTS
protected Integer doubleDurationHack
protected List<KeyValuePairType> demuxerSetting
protected ComplexJobAnalyzeType analyze
protected Integer pageno
public int getId()
public void setId(int value)
public boolean isSetId()
public List<String> getUri()
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 uri property.
For example, to add a new item, do as follows:
getUri().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUri()
public void unsetUri()
public List<SequenceRangeType> getRange()
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 range property.
For example, to add a new item, do as follows:
getRange().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceRangeType
public boolean isSetRange()
public void unsetRange()
public PartialFileDemuxerInfoType getPartialFile()
PartialFileDemuxerInfoType
public void setPartialFile(PartialFileDemuxerInfoType value)
value
- allowed object is
PartialFileDemuxerInfoType
public boolean isSetPartialFile()
public TimeIntervalType getInterval()
TimeIntervalType
public void setInterval(TimeIntervalType value)
value
- allowed object is
TimeIntervalType
public boolean isSetInterval()
public Boolean isIntervalIsDts()
Boolean
public void setIntervalIsDts(Boolean value)
value
- allowed object is
Boolean
public boolean isSetIntervalIsDts()
public String getDms1TargetUri()
String
public void setDms1TargetUri(String value)
value
- allowed object is
String
public boolean isSetDms1TargetUri()
public ComplexJobType.Input.FaststartDuration getFaststartDuration()
ComplexJobType.Input.FaststartDuration
public void setFaststartDuration(ComplexJobType.Input.FaststartDuration value)
value
- allowed object is
ComplexJobType.Input.FaststartDuration
public boolean isSetFaststartDuration()
public ComplexJobBulkyMetadataRequestType getBulkyMetadataRequest()
ComplexJobBulkyMetadataRequestType
public void setBulkyMetadataRequest(ComplexJobBulkyMetadataRequestType value)
value
- allowed object is
ComplexJobBulkyMetadataRequestType
public boolean isSetBulkyMetadataRequest()
public Integer getScanForStartPTS()
Integer
public void setScanForStartPTS(Integer value)
value
- allowed object is
Integer
public boolean isSetScanForStartPTS()
public Integer getDoubleDurationHack()
Integer
public void setDoubleDurationHack(Integer value)
value
- allowed object is
Integer
public boolean isSetDoubleDurationHack()
public List<KeyValuePairType> getDemuxerSetting()
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 demuxerSetting property.
For example, to add a new item, do as follows:
getDemuxerSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetDemuxerSetting()
public void unsetDemuxerSetting()
public ComplexJobAnalyzeType getAnalyze()
ComplexJobAnalyzeType
public void setAnalyze(ComplexJobAnalyzeType value)
value
- allowed object is
ComplexJobAnalyzeType
public boolean isSetAnalyze()
public Integer getPageno()
Integer
public void setPageno(Integer value)
value
- allowed object is
Integer
public boolean isSetPageno()
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
public ComplexJobType.Input withId(int value)
public ComplexJobType.Input withUri(String... values)
public ComplexJobType.Input withUri(Collection<String> values)
public ComplexJobType.Input withRange(SequenceRangeType... values)
public ComplexJobType.Input withRange(Collection<SequenceRangeType> values)
public ComplexJobType.Input withPartialFile(PartialFileDemuxerInfoType value)
public ComplexJobType.Input withInterval(TimeIntervalType value)
public ComplexJobType.Input withIntervalIsDts(Boolean value)
public ComplexJobType.Input withDms1TargetUri(String value)
public ComplexJobType.Input withFaststartDuration(ComplexJobType.Input.FaststartDuration value)
public ComplexJobType.Input withBulkyMetadataRequest(ComplexJobBulkyMetadataRequestType value)
public ComplexJobType.Input withScanForStartPTS(Integer value)
public ComplexJobType.Input withDoubleDurationHack(Integer value)
public ComplexJobType.Input withDemuxerSetting(KeyValuePairType... values)
public ComplexJobType.Input withDemuxerSetting(Collection<KeyValuePairType> values)
public ComplexJobType.Input withAnalyze(ComplexJobAnalyzeType value)
public ComplexJobType.Input withPageno(Integer value)
public ComplexJobType.Input visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.