Package com.vidispine.generated
Class MXFPackagesType
java.lang.Object
com.vidispine.generated.MXFPackagesType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class MXFPackagesType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MaterialPackageTypeprotected Stringprotected FrameRateTypeprotected TapePackageTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the materialPackage property.Gets the value of the materialTrackName property.Gets the value of the projectEditRate property.Gets the value of the tapePackage property.Gets the value of the tapeTrackName property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanvoidSets the value of the materialPackage property.voidsetMaterialTrackName(String value) Sets the value of the materialTrackName property.voidsetProjectEditRate(FrameRateType value) Sets the value of the projectEditRate property.voidsetTapePackage(TapePackageType value) Sets the value of the tapePackage property.voidsetTapeTrackName(String value) Sets the value of the tapeTrackName property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the materialPackage property.withMaterialTrackName(String value) Sets the value of the materialTrackName property.withProjectEditRate(FrameRateType value) Sets the value of the projectEditRate property.withTapePackage(TapePackageType value) Sets the value of the tapePackage property.withTapeTrackName(String value) Sets the value of the tapeTrackName property.
-
Field Details
-
materialPackage
-
tapePackage
-
materialTrackName
-
tapeTrackName
-
projectEditRate
-
-
Constructor Details
-
MXFPackagesType
public MXFPackagesType()
-
-
Method Details
-
getMaterialPackage
Gets the value of the materialPackage property.- Returns:
- possible object is
MaterialPackageType
-
setMaterialPackage
Sets the value of the materialPackage property.- Parameters:
value- allowed object isMaterialPackageType
-
isSetMaterialPackage
public boolean isSetMaterialPackage() -
getTapePackage
Gets the value of the tapePackage property.- Returns:
- possible object is
TapePackageType
-
setTapePackage
Sets the value of the tapePackage property.- Parameters:
value- allowed object isTapePackageType
-
isSetTapePackage
public boolean isSetTapePackage() -
getMaterialTrackName
Gets the value of the materialTrackName property.- Returns:
- possible object is
String
-
setMaterialTrackName
Sets the value of the materialTrackName property.- Parameters:
value- allowed object isString
-
isSetMaterialTrackName
public boolean isSetMaterialTrackName() -
getTapeTrackName
Gets the value of the tapeTrackName property.- Returns:
- possible object is
String
-
setTapeTrackName
Sets the value of the tapeTrackName property.- Parameters:
value- allowed object isString
-
isSetTapeTrackName
public boolean isSetTapeTrackName() -
getProjectEditRate
Gets the value of the projectEditRate property.- Returns:
- possible object is
FrameRateType
-
setProjectEditRate
Sets the value of the projectEditRate property.- Parameters:
value- allowed object isFrameRateType
-
isSetProjectEditRate
public boolean isSetProjectEditRate() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withMaterialPackage
Sets the value of the materialPackage property.- Parameters:
value- allowed object isMaterialPackageType- Returns:
- The class instance
-
withTapePackage
Sets the value of the tapePackage property.- Parameters:
value- allowed object isTapePackageType- Returns:
- The class instance
-
withMaterialTrackName
Sets the value of the materialTrackName property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withTapeTrackName
Sets the value of the tapeTrackName property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withProjectEditRate
Sets the value of the projectEditRate property.- Parameters:
value- allowed object isFrameRateType- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-