Package com.vidispine.generated
Class MXFPackagesType
- java.lang.Object
-
- com.vidispine.generated.MXFPackagesType
-
- 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 MXFPackagesType 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 MXFPackagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MXFPackagesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="materialPackage" type="{http://xml.vidispine.com/schema/vidispine}MaterialPackageType"/> <element name="tapePackage" type="{http://xml.vidispine.com/schema/vidispine}TapePackageType" minOccurs="0"/> <element name="materialTrackName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tapeTrackName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="projectEditRate" type="{http://xml.vidispine.com/schema/vidispine}FrameRateType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MXFPackagesType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected MaterialPackageType
materialPackage
protected String
materialTrackName
protected FrameRateType
projectEditRate
protected TapePackageType
tapePackage
protected String
tapeTrackName
-
Constructor Summary
Constructors Constructor Description MXFPackagesType()
-
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)
MaterialPackageType
getMaterialPackage()
Gets the value of the materialPackage property.String
getMaterialTrackName()
Gets the value of the materialTrackName property.FrameRateType
getProjectEditRate()
Gets the value of the projectEditRate property.TapePackageType
getTapePackage()
Gets the value of the tapePackage property.String
getTapeTrackName()
Gets the value of the tapeTrackName property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetMaterialPackage()
boolean
isSetMaterialTrackName()
boolean
isSetProjectEditRate()
boolean
isSetTapePackage()
boolean
isSetTapeTrackName()
void
setMaterialPackage(MaterialPackageType value)
Sets the value of the materialPackage property.void
setMaterialTrackName(String value)
Sets the value of the materialTrackName property.void
setProjectEditRate(FrameRateType value)
Sets the value of the projectEditRate property.void
setTapePackage(TapePackageType value)
Sets the value of the tapePackage property.void
setTapeTrackName(String value)
Sets the value of the tapeTrackName property.MXFPackagesType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MXFPackagesType
withMaterialPackage(MaterialPackageType value)
MXFPackagesType
withMaterialTrackName(String value)
MXFPackagesType
withProjectEditRate(FrameRateType value)
MXFPackagesType
withTapePackage(TapePackageType value)
MXFPackagesType
withTapeTrackName(String value)
-
-
-
Field Detail
-
materialPackage
protected MaterialPackageType materialPackage
-
tapePackage
protected TapePackageType tapePackage
-
materialTrackName
protected String materialTrackName
-
tapeTrackName
protected String tapeTrackName
-
projectEditRate
protected FrameRateType projectEditRate
-
-
Method Detail
-
getMaterialPackage
public MaterialPackageType getMaterialPackage()
Gets the value of the materialPackage property.- Returns:
- possible object is
MaterialPackageType
-
setMaterialPackage
public void setMaterialPackage(MaterialPackageType value)
Sets the value of the materialPackage property.- Parameters:
value
- allowed object isMaterialPackageType
-
isSetMaterialPackage
public boolean isSetMaterialPackage()
-
getTapePackage
public TapePackageType getTapePackage()
Gets the value of the tapePackage property.- Returns:
- possible object is
TapePackageType
-
setTapePackage
public void setTapePackage(TapePackageType value)
Sets the value of the tapePackage property.- Parameters:
value
- allowed object isTapePackageType
-
isSetTapePackage
public boolean isSetTapePackage()
-
getMaterialTrackName
public String getMaterialTrackName()
Gets the value of the materialTrackName property.- Returns:
- possible object is
String
-
setMaterialTrackName
public void setMaterialTrackName(String value)
Sets the value of the materialTrackName property.- Parameters:
value
- allowed object isString
-
isSetMaterialTrackName
public boolean isSetMaterialTrackName()
-
getTapeTrackName
public String getTapeTrackName()
Gets the value of the tapeTrackName property.- Returns:
- possible object is
String
-
setTapeTrackName
public void setTapeTrackName(String value)
Sets the value of the tapeTrackName property.- Parameters:
value
- allowed object isString
-
isSetTapeTrackName
public boolean isSetTapeTrackName()
-
getProjectEditRate
public FrameRateType getProjectEditRate()
Gets the value of the projectEditRate property.- Returns:
- possible object is
FrameRateType
-
setProjectEditRate
public void setProjectEditRate(FrameRateType value)
Sets the value of the projectEditRate property.- Parameters:
value
- allowed object isFrameRateType
-
isSetProjectEditRate
public boolean isSetProjectEditRate()
-
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
-
withMaterialPackage
public MXFPackagesType withMaterialPackage(MaterialPackageType value)
-
withTapePackage
public MXFPackagesType withTapePackage(TapePackageType value)
-
withMaterialTrackName
public MXFPackagesType withMaterialTrackName(String value)
-
withTapeTrackName
public MXFPackagesType withTapeTrackName(String value)
-
withProjectEditRate
public MXFPackagesType withProjectEditRate(FrameRateType 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 MXFPackagesType 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
-
-