Package com.vidispine.generated
Class TapePackageType
- java.lang.Object
-
- com.vidispine.generated.PackageType
-
- com.vidispine.generated.TapePackageType
-
- 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 TapePackageType extends PackageType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TapePackageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TapePackageType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}PackageType"> <sequence> <element name="track" type="{http://xml.vidispine.com/schema/vidispine}TapePackageTrackType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TapePackageType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<TapePackageTrackType>
track
-
Fields inherited from class com.vidispine.generated.PackageType
timestamp, umid
-
-
Constructor Summary
Constructors Constructor Description TapePackageType()
-
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<TapePackageTrackType>
getTrack()
Gets the value of the track property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetTrack()
void
unsetTrack()
TapePackageType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TapePackageType
withTimestamp(MXFTimestampType value)
TapePackageType
withTrack(TapePackageTrackType... values)
TapePackageType
withTrack(Collection<TapePackageTrackType> values)
TapePackageType
withUmid(byte[] value)
-
Methods inherited from class com.vidispine.generated.PackageType
getTimestamp, getUmid, isSetTimestamp, isSetUmid, setTimestamp, setUmid
-
-
-
-
Field Detail
-
track
protected List<TapePackageTrackType> track
-
-
Method Detail
-
getTrack
public List<TapePackageTrackType> getTrack()
Gets the value of the track 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 track property.For example, to add a new item, do as follows:
getTrack().add(newItem);
Objects of the following type(s) are allowed in the list
TapePackageTrackType
-
isSetTrack
public boolean isSetTrack()
-
unsetTrack
public void unsetTrack()
-
clone
public Object clone()
- Overrides:
clone
in classPackageType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classPackageType
-
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
- Overrides:
copyTo
in classPackageType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classPackageType
-
withTrack
public TapePackageType withTrack(TapePackageTrackType... values)
-
withTrack
public TapePackageType withTrack(Collection<TapePackageTrackType> values)
-
withUmid
public TapePackageType withUmid(byte[] value)
- Overrides:
withUmid
in classPackageType
-
withTimestamp
public TapePackageType withTimestamp(MXFTimestampType value)
- Overrides:
withTimestamp
in classPackageType
-
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
- Overrides:
equals
in classPackageType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classPackageType
-
visit
public TapePackageType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classPackageType
-
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
- Overrides:
hashCode
in classPackageType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPackageType
-
-