public class NLEJobSequenceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NLEJobSequenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobSequenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="track" type="{http://xml.vidispine.com/schema/vidispine}TrackType" maxOccurs="unbounded"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected long |
length |
protected List<TrackType> |
track |
Constructor and Description |
---|
NLEJobSequenceType() |
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() |
int |
getId()
Gets the value of the id property.
|
long |
getLength()
Gets the value of the length property.
|
List<TrackType> |
getTrack()
Gets the value of the track property.
|
boolean |
isSetId() |
boolean |
isSetLength() |
boolean |
isSetTrack() |
void |
setId(int value)
Sets the value of the id property.
|
void |
setLength(long value)
Sets the value of the length property.
|
void |
unsetTrack() |
public List<TrackType> getTrack()
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 track property.
For example, to add a new item, do as follows:
getTrack().add(newItem);
Objects of the following type(s) are allowed in the list
TrackType
public boolean isSetTrack()
public void unsetTrack()
public int getId()
public void setId(int value)
public boolean isSetId()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
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 © 2015. All rights reserved.