Class DMS1Type.Partition.MaterialPackage
- java.lang.Object
-
- com.vidispine.generated.DMS1Type.Partition.MaterialPackage
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- DMS1Type.Partition
public static class DMS1Type.Partition.MaterialPackage 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="staticTrack" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dms1Framework" type="{http://xml.vidispine.com/schema/vidispine}MDObjectNode"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="eventTrack" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="segment" type="{http://xml.vidispine.com/schema/vidispine}MDSegment" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DMS1Type.Partition.MaterialPackage.EventTrack
Java class for anonymous complex type.static class
DMS1Type.Partition.MaterialPackage.PropInfo
static class
DMS1Type.Partition.MaterialPackage.StaticTrack
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<DMS1Type.Partition.MaterialPackage.EventTrack>
eventTrack
protected List<DMS1Type.Partition.MaterialPackage.StaticTrack>
staticTrack
-
Constructor Summary
Constructors Constructor Description MaterialPackage()
-
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<DMS1Type.Partition.MaterialPackage.EventTrack>
getEventTrack()
Gets the value of the eventTrack property.List<DMS1Type.Partition.MaterialPackage.StaticTrack>
getStaticTrack()
Gets the value of the staticTrack property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetEventTrack()
boolean
isSetStaticTrack()
void
unsetEventTrack()
void
unsetStaticTrack()
DMS1Type.Partition.MaterialPackage
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DMS1Type.Partition.MaterialPackage
withEventTrack(DMS1Type.Partition.MaterialPackage.EventTrack... values)
DMS1Type.Partition.MaterialPackage
withEventTrack(Collection<DMS1Type.Partition.MaterialPackage.EventTrack> values)
DMS1Type.Partition.MaterialPackage
withStaticTrack(DMS1Type.Partition.MaterialPackage.StaticTrack... values)
DMS1Type.Partition.MaterialPackage
withStaticTrack(Collection<DMS1Type.Partition.MaterialPackage.StaticTrack> values)
-
-
-
Field Detail
-
staticTrack
protected List<DMS1Type.Partition.MaterialPackage.StaticTrack> staticTrack
-
eventTrack
protected List<DMS1Type.Partition.MaterialPackage.EventTrack> eventTrack
-
-
Method Detail
-
getStaticTrack
public List<DMS1Type.Partition.MaterialPackage.StaticTrack> getStaticTrack()
Gets the value of the staticTrack 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 staticTrack property.For example, to add a new item, do as follows:
getStaticTrack().add(newItem);
Objects of the following type(s) are allowed in the list
DMS1Type.Partition.MaterialPackage.StaticTrack
-
isSetStaticTrack
public boolean isSetStaticTrack()
-
unsetStaticTrack
public void unsetStaticTrack()
-
getEventTrack
public List<DMS1Type.Partition.MaterialPackage.EventTrack> getEventTrack()
Gets the value of the eventTrack 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 eventTrack property.For example, to add a new item, do as follows:
getEventTrack().add(newItem);
Objects of the following type(s) are allowed in the list
DMS1Type.Partition.MaterialPackage.EventTrack
-
isSetEventTrack
public boolean isSetEventTrack()
-
unsetEventTrack
public void unsetEventTrack()
-
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
-
withStaticTrack
public DMS1Type.Partition.MaterialPackage withStaticTrack(DMS1Type.Partition.MaterialPackage.StaticTrack... values)
-
withStaticTrack
public DMS1Type.Partition.MaterialPackage withStaticTrack(Collection<DMS1Type.Partition.MaterialPackage.StaticTrack> values)
-
withEventTrack
public DMS1Type.Partition.MaterialPackage withEventTrack(DMS1Type.Partition.MaterialPackage.EventTrack... values)
-
withEventTrack
public DMS1Type.Partition.MaterialPackage withEventTrack(Collection<DMS1Type.Partition.MaterialPackage.EventTrack> values)
-
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 DMS1Type.Partition.MaterialPackage 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
-
-