Package com.vidispine.generated
Class TrackSegmentType
- java.lang.Object
-
- com.vidispine.generated.TrackSegmentType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class TrackSegmentType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrackSegmentType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<EffectType>
effect
protected Long
fillerLength
protected Integer
subClip
protected NLEJobTransitionType
transition
-
Constructor Summary
Constructors Constructor Description TrackSegmentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(EffectType... values)
TrackSegmentType
withEffect(Collection<EffectType> values)
TrackSegmentType
withFillerLength(long value)
TrackSegmentType
withSubClip(int value)
TrackSegmentType
withTransition(NLEJobTransitionType value)
-
-
-
Field Detail
-
effect
protected List<EffectType> effect
-
transition
protected NLEJobTransitionType transition
-
fillerLength
protected Long fillerLength
-
subClip
protected Integer subClip
-
-
Method Detail
-
getEffect
public List<EffectType> getEffect()
Gets the value of the effect property.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
-
isSetEffect
public boolean isSetEffect()
-
unsetEffect
public void unsetEffect()
-
getTransition
public NLEJobTransitionType getTransition()
Gets the value of the transition property.- Returns:
- possible object is
NLEJobTransitionType
-
setTransition
public void setTransition(NLEJobTransitionType value)
Sets the value of the transition property.- Parameters:
value
- allowed object isNLEJobTransitionType
-
isSetTransition
public boolean isSetTransition()
-
getFillerLength
public long getFillerLength()
Gets the value of the fillerLength property.- Returns:
- possible object is
Long
-
setFillerLength
public void setFillerLength(long value)
Sets the value of the fillerLength property.- Parameters:
value
- allowed object isLong
-
isSetFillerLength
public boolean isSetFillerLength()
-
unsetFillerLength
public void unsetFillerLength()
-
getSubClip
public int getSubClip()
Gets the value of the subClip property.- Returns:
- possible object is
Integer
-
setSubClip
public void setSubClip(int value)
Sets the value of the subClip property.- Parameters:
value
- allowed object isInteger
-
isSetSubClip
public boolean isSetSubClip()
-
unsetSubClip
public void unsetSubClip()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withEffect
public TrackSegmentType withEffect(EffectType... values)
-
withEffect
public TrackSegmentType withEffect(Collection<EffectType> values)
-
withTransition
public TrackSegmentType withTransition(NLEJobTransitionType value)
-
withFillerLength
public TrackSegmentType withFillerLength(long value)
-
withSubClip
public TrackSegmentType withSubClip(int value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public TrackSegmentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-