public class TimelineJobRequestType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for TimelineJobRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimelineJobRequestType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
<sequence>
<element name="outputUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="containerFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="stream" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="input" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineJobRequestType.PropInfo |
static class |
TimelineJobRequestType.Stream
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerFormat |
protected String |
outputUri |
protected List<TimelineJobRequestType.Stream> |
stream |
| Constructor and Description |
|---|
TimelineJobRequestType() |
| 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() |
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.EqualsStrategy strategy) |
String |
getContainerFormat()
Gets the value of the containerFormat property.
|
String |
getOutputUri()
Gets the value of the outputUri property.
|
List<TimelineJobRequestType.Stream> |
getStream()
Gets the value of the stream property.
|
boolean |
isSetContainerFormat() |
boolean |
isSetOutputUri() |
boolean |
isSetStream() |
void |
setContainerFormat(String value)
Sets the value of the containerFormat property.
|
void |
setOutputUri(String value)
Sets the value of the outputUri property.
|
void |
unsetStream() |
TimelineJobRequestType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TimelineJobRequestType |
withContainerFormat(String value) |
TimelineJobRequestType |
withOutputUri(String value) |
TimelineJobRequestType |
withStream(Collection<TimelineJobRequestType.Stream> values) |
TimelineJobRequestType |
withStream(TimelineJobRequestType.Stream... values) |
protected String outputUri
protected String containerFormat
protected List<TimelineJobRequestType.Stream> stream
public String getOutputUri()
Stringpublic void setOutputUri(String value)
value - allowed object is
Stringpublic boolean isSetOutputUri()
public String getContainerFormat()
Stringpublic void setContainerFormat(String value)
value - allowed object is
Stringpublic boolean isSetContainerFormat()
public List<TimelineJobRequestType.Stream> getStream()
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 stream property.
For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
TimelineJobRequestType.Stream
public boolean isSetStream()
public void unsetStream()
public Object clone()
clone in class TranscoderJobTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TranscoderJobTypepublic 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.CopyTocopyTo in class TranscoderJobTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TranscoderJobTypepublic TimelineJobRequestType withOutputUri(String value)
public TimelineJobRequestType withContainerFormat(String value)
public TimelineJobRequestType withStream(TimelineJobRequestType.Stream... values)
public TimelineJobRequestType withStream(Collection<TimelineJobRequestType.Stream> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TranscoderJobTypepublic boolean equals(Object object)
equals in class TranscoderJobTypepublic TimelineJobRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class TranscoderJobTypeCopyright © 2019. All rights reserved.