Package com.vidispine.generated
Class MaterialPackageType
java.lang.Object
com.vidispine.generated.PackageType
com.vidispine.generated.MaterialPackageType
- 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 MaterialPackageType
extends PackageType
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 MaterialPackageType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MaterialPackageType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}PackageType">
<sequence>
<element name="track" type="{http://xml.vidispine.com/schema/vidispine}MaterialPackageTrackType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.PackageType
timestamp, umid
-
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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getTrack()
Gets the value of the track property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withTimestamp
(MXFTimestampType value) Sets the value of the timestamp property.withTrack
(MaterialPackageTrackType... values) Adds objects to the list of Track using add methodwithTrack
(Collection<MaterialPackageTrackType> values) Adds objects to the list of Track using addAll methodwithUmid
(byte[] value) Sets the value of the umid property.Methods inherited from class com.vidispine.generated.PackageType
getTimestamp, getUmid, isSetTimestamp, isSetUmid, setTimestamp, setUmid
-
Field Details
-
track
-
-
Constructor Details
-
MaterialPackageType
public MaterialPackageType()
-
-
Method Details
-
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
MaterialPackageTrackType
- Returns:
- The value of the track property.
-
isSetTrack
public boolean isSetTrack() -
unsetTrack
public void unsetTrack() -
clone
- Overrides:
clone
in classPackageType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classPackageType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classPackageType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classPackageType
-
withTrack
Adds objects to the list of Track using add method- Parameters:
values
- objects to add to the list Track- Returns:
- The class instance
-
withTrack
Adds objects to the list of Track using addAll method- Parameters:
values
- objects to add to the list Track- Returns:
- The class instance
-
withUmid
Sets the value of the umid property.- Overrides:
withUmid
in classPackageType
- Parameters:
value
- allowed object is byte[]- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Overrides:
withTimestamp
in classPackageType
- Parameters:
value
- allowed object isMXFTimestampType
- 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classPackageType
-
equals
- Overrides:
equals
in classPackageType
-
visit
- Overrides:
visit
in classPackageType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classPackageType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPackageType
-
toString
- Overrides:
toString
in classPackageType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classPackageType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classPackageType
-