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 | Class and Description |
---|---|
static class |
PackageTrackType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
String
public void setName(String value)
value
- allowed object is
String
public 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()
Boolean
public void setIs50FPS(Boolean value)
value
- allowed object is
Boolean
public boolean isSetIs50FPS()
public FrameRateType getFrameRate()
FrameRateType
public void setFrameRate(FrameRateType value)
value
- allowed object is
FrameRateType
public 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.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 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)
public PackageTrackType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.