public class TrackSegmentType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TrackSegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackSegmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="effect" type="{http://xml.vidispine.com/schema/vidispine}EffectType" maxOccurs="unbounded" minOccurs="0"/> <element name="transition" type="{http://xml.vidispine.com/schema/vidispine}NLEJobTransitionType" minOccurs="0"/> </sequence> <attribute name="fillerLength" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="subClip" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TrackSegmentType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<EffectType> |
effect |
protected Long |
fillerLength |
protected Integer |
subClip |
protected NLEJobTransitionType |
transition |
Constructor and Description |
---|
TrackSegmentType() |
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() |
List<EffectType> |
getEffect()
Gets the value of the effect property.
|
long |
getFillerLength()
Gets the value of the fillerLength property.
|
int |
getSubClip()
Gets the value of the subClip property.
|
NLEJobTransitionType |
getTransition()
Gets the value of the transition property.
|
boolean |
isSetEffect() |
boolean |
isSetFillerLength() |
boolean |
isSetSubClip() |
boolean |
isSetTransition() |
void |
setFillerLength(long value)
Sets the value of the fillerLength property.
|
void |
setSubClip(int value)
Sets the value of the subClip property.
|
void |
setTransition(NLEJobTransitionType value)
Sets the value of the transition property.
|
void |
unsetEffect() |
void |
unsetFillerLength() |
void |
unsetSubClip() |
TrackSegmentType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TrackSegmentType |
withEffect(Collection<EffectType> values) |
TrackSegmentType |
withEffect(EffectType... values) |
TrackSegmentType |
withFillerLength(long value) |
TrackSegmentType |
withSubClip(int value) |
TrackSegmentType |
withTransition(NLEJobTransitionType value) |
protected List<EffectType> effect
protected NLEJobTransitionType transition
protected Long fillerLength
protected Integer subClip
public List<EffectType> getEffect()
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 effect property.
For example, to add a new item, do as follows:
getEffect().add(newItem);
Objects of the following type(s) are allowed in the list
EffectType
public boolean isSetEffect()
public void unsetEffect()
public NLEJobTransitionType getTransition()
NLEJobTransitionType
public void setTransition(NLEJobTransitionType value)
value
- allowed object is
NLEJobTransitionType
public boolean isSetTransition()
public long getFillerLength()
Long
public void setFillerLength(long value)
value
- allowed object is
Long
public boolean isSetFillerLength()
public void unsetFillerLength()
public int getSubClip()
Integer
public void setSubClip(int value)
value
- allowed object is
Integer
public boolean isSetSubClip()
public void unsetSubClip()
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 TrackSegmentType withEffect(EffectType... values)
public TrackSegmentType withEffect(Collection<EffectType> values)
public TrackSegmentType withTransition(NLEJobTransitionType value)
public TrackSegmentType withFillerLength(long value)
public TrackSegmentType withSubClip(int value)
public TrackSegmentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.