Class ConformType
- java.lang.Object
-
- com.vidispine.generated.ConformType
-
- 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 ConformType 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 ConformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConformType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/> <element name="timeline" type="{http://xml.vidispine.com/schema/vidispine}ConformTimelineType"/> <element name="overlay" type="{http://xml.vidispine.com/schema/vidispine}ConformOverlayType" maxOccurs="unbounded" minOccurs="0"/> <element name="textOverlay" type="{http://xml.vidispine.com/schema/vidispine}TextOverlayType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConformType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<ConformOverlayType>
overlay
protected List<TextOverlayType>
textOverlay
protected TimeBaseType
timeBase
protected ConformTimelineType
timeline
-
Constructor Summary
Constructors Constructor Description ConformType()
-
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<ConformOverlayType>
getOverlay()
Gets the value of the overlay property.List<TextOverlayType>
getTextOverlay()
Gets the value of the textOverlay property.TimeBaseType
getTimeBase()
Gets the value of the timeBase property.ConformTimelineType
getTimeline()
Gets the value of the timeline property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetOverlay()
boolean
isSetTextOverlay()
boolean
isSetTimeBase()
boolean
isSetTimeline()
void
setTimeBase(TimeBaseType value)
Sets the value of the timeBase property.void
setTimeline(ConformTimelineType value)
Sets the value of the timeline property.void
unsetOverlay()
void
unsetTextOverlay()
ConformType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ConformType
withOverlay(ConformOverlayType... values)
ConformType
withOverlay(Collection<ConformOverlayType> values)
ConformType
withTextOverlay(TextOverlayType... values)
ConformType
withTextOverlay(Collection<TextOverlayType> values)
ConformType
withTimeBase(TimeBaseType value)
ConformType
withTimeline(ConformTimelineType value)
-
-
-
Field Detail
-
timeBase
protected TimeBaseType timeBase
-
timeline
protected ConformTimelineType timeline
-
overlay
protected List<ConformOverlayType> overlay
-
textOverlay
protected List<TextOverlayType> textOverlay
-
-
Method Detail
-
getTimeBase
public TimeBaseType getTimeBase()
Gets the value of the timeBase property.- Returns:
- possible object is
TimeBaseType
-
setTimeBase
public void setTimeBase(TimeBaseType value)
Sets the value of the timeBase property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetTimeBase
public boolean isSetTimeBase()
-
getTimeline
public ConformTimelineType getTimeline()
Gets the value of the timeline property.- Returns:
- possible object is
ConformTimelineType
-
setTimeline
public void setTimeline(ConformTimelineType value)
Sets the value of the timeline property.- Parameters:
value
- allowed object isConformTimelineType
-
isSetTimeline
public boolean isSetTimeline()
-
getOverlay
public List<ConformOverlayType> getOverlay()
Gets the value of the overlay 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 overlay property.For example, to add a new item, do as follows:
getOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
ConformOverlayType
-
isSetOverlay
public boolean isSetOverlay()
-
unsetOverlay
public void unsetOverlay()
-
getTextOverlay
public List<TextOverlayType> getTextOverlay()
Gets the value of the textOverlay 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 textOverlay property.For example, to add a new item, do as follows:
getTextOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
TextOverlayType
-
isSetTextOverlay
public boolean isSetTextOverlay()
-
unsetTextOverlay
public void unsetTextOverlay()
-
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
-
withTimeBase
public ConformType withTimeBase(TimeBaseType value)
-
withTimeline
public ConformType withTimeline(ConformTimelineType value)
-
withOverlay
public ConformType withOverlay(ConformOverlayType... values)
-
withOverlay
public ConformType withOverlay(Collection<ConformOverlayType> values)
-
withTextOverlay
public ConformType withTextOverlay(TextOverlayType... values)
-
withTextOverlay
public ConformType withTextOverlay(Collection<TextOverlayType> 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 ConformType 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
-
-