public class PackageTrackType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for PackageTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageTrackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="isPicture" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="is50FPS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="frameRate" type="{http://xml.vidispine.com/schema/vidispine}FrameRateType" minOccurs="0"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FrameRateType |
frameRate |
protected Boolean |
is50FPS |
protected boolean |
isPicture |
protected int |
length |
protected String |
name |
protected int |
number |
| Constructor and Description |
|---|
PackageTrackType() |
| 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() |
FrameRateType |
getFrameRate()
Gets the value of the frameRate property.
|
int |
getLength()
Gets the value of the length property.
|
String |
getName()
Gets the value of the name property.
|
int |
getNumber()
Gets the value of the number property.
|
Boolean |
isIs50FPS()
Gets the value of the is50FPS property.
|
boolean |
isIsPicture()
Gets the value of the isPicture property.
|
boolean |
isSetFrameRate() |
boolean |
isSetIs50FPS() |
boolean |
isSetIsPicture() |
boolean |
isSetLength() |
boolean |
isSetName() |
boolean |
isSetNumber() |
void |
setFrameRate(FrameRateType value)
Sets the value of the frameRate property.
|
void |
setIs50FPS(Boolean value)
Sets the value of the is50FPS property.
|
void |
setIsPicture(boolean value)
Sets the value of the isPicture property.
|
void |
setLength(int value)
Sets the value of the length property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
PackageTrackType |
withFrameRate(FrameRateType value) |
PackageTrackType |
withIs50FPS(Boolean value) |
PackageTrackType |
withIsPicture(boolean value) |
PackageTrackType |
withLength(int value) |
PackageTrackType |
withName(String value) |
PackageTrackType |
withNumber(int value) |
protected String name
protected int number
protected boolean isPicture
protected Boolean is50FPS
protected FrameRateType frameRate
protected int length
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public int getNumber()
public void setNumber(int value)
public boolean isSetNumber()
public boolean isIsPicture()
public void setIsPicture(boolean value)
public boolean isSetIsPicture()
public Boolean isIs50FPS()
Booleanpublic void setIs50FPS(Boolean value)
value - allowed object is
Booleanpublic boolean isSetIs50FPS()
public FrameRateType getFrameRate()
FrameRateTypepublic void setFrameRate(FrameRateType value)
value - allowed object is
FrameRateTypepublic boolean isSetFrameRate()
public int getLength()
public void setLength(int value)
public boolean isSetLength()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic PackageTrackType withName(String value)
public PackageTrackType withNumber(int value)
public PackageTrackType withIsPicture(boolean value)
public PackageTrackType withIs50FPS(Boolean value)
public PackageTrackType withFrameRate(FrameRateType value)
public PackageTrackType withLength(int value)
Copyright © 2015. All rights reserved.