Package com.vidispine.generated
Class SequenceMediaType
java.lang.Object
com.vidispine.generated.SequenceMediaType
- 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 SequenceMediaType
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 SequenceMediaType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceMediaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="externalVideoMedia" type="{http://xml.vidispine.com/schema/vidispine}ExternalVideoMediaType"/>
<element name="item" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
</choice>
<element name="sourceTrack" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="in" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
<element name="out" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
<element name="sourceIn" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
<element name="sourceOut" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
<element name="effect" type="{http://xml.vidispine.com/schema/vidispine}EffectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<EffectType>
protected ExternalVideoMediaType
protected TimeCodeType
protected String
protected TimeCodeType
protected String
protected TimeCodeType
protected TimeCodeType
protected int
-
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) Gets the value of the effect property.Gets the value of the externalVideoMedia property.getIn()
Gets the value of the in property.getItem()
Gets the value of the item property.getOut()
Gets the value of the out property.Gets the value of the reference property.Gets the value of the sourceIn property.Gets the value of the sourceOut property.int
Gets the value of the sourceTrack property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
isSetIn()
boolean
boolean
isSetOut()
boolean
boolean
boolean
boolean
void
Sets the value of the externalVideoMedia property.void
setIn
(TimeCodeType value) Sets the value of the in property.void
Sets the value of the item property.void
setOut
(TimeCodeType value) Sets the value of the out property.void
setReference
(String value) Sets the value of the reference property.void
setSourceIn
(TimeCodeType value) Sets the value of the sourceIn property.void
setSourceOut
(TimeCodeType value) Sets the value of the sourceOut property.void
setSourceTrack
(int value) Sets the value of the sourceTrack property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEffect
(EffectType... values) Adds objects to the list of Effect using add methodwithEffect
(Collection<EffectType> values) Adds objects to the list of Effect using addAll methodSets the value of the externalVideoMedia property.withIn
(TimeCodeType value) Sets the value of the in property.Sets the value of the item property.withOut
(TimeCodeType value) Sets the value of the out property.withReference
(String value) Sets the value of the reference property.withSourceIn
(TimeCodeType value) Sets the value of the sourceIn property.withSourceOut
(TimeCodeType value) Sets the value of the sourceOut property.withSourceTrack
(int value) Sets the value of the sourceTrack property.
-
Field Details
-
externalVideoMedia
-
item
-
sourceTrack
protected int sourceTrack -
in
-
out
-
sourceIn
-
sourceOut
-
effect
-
reference
-
-
Constructor Details
-
SequenceMediaType
public SequenceMediaType()
-
-
Method Details
-
getExternalVideoMedia
Gets the value of the externalVideoMedia property.- Returns:
- possible object is
ExternalVideoMediaType
-
setExternalVideoMedia
Sets the value of the externalVideoMedia property.- Parameters:
value
- allowed object isExternalVideoMediaType
-
isSetExternalVideoMedia
public boolean isSetExternalVideoMedia() -
getItem
Gets the value of the item property.- Returns:
- possible object is
String
-
setItem
Sets the value of the item property.- Parameters:
value
- allowed object isString
-
isSetItem
public boolean isSetItem() -
getSourceTrack
public int getSourceTrack()Gets the value of the sourceTrack property. -
setSourceTrack
public void setSourceTrack(int value) Sets the value of the sourceTrack property. -
isSetSourceTrack
public boolean isSetSourceTrack() -
getIn
Gets the value of the in property.- Returns:
- possible object is
TimeCodeType
-
setIn
Sets the value of the in property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetIn
public boolean isSetIn() -
getOut
Gets the value of the out property.- Returns:
- possible object is
TimeCodeType
-
setOut
Sets the value of the out property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetOut
public boolean isSetOut() -
getSourceIn
Gets the value of the sourceIn property.- Returns:
- possible object is
TimeCodeType
-
setSourceIn
Sets the value of the sourceIn property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetSourceIn
public boolean isSetSourceIn() -
getSourceOut
Gets the value of the sourceOut property.- Returns:
- possible object is
TimeCodeType
-
setSourceOut
Sets the value of the sourceOut property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetSourceOut
public boolean isSetSourceOut() -
getEffect
Gets the value of the effect 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 effect property.For example, to add a new item, do as follows:
getEffect().add(newItem);
Objects of the following type(s) are allowed in the list
EffectType
- Returns:
- The value of the effect property.
-
isSetEffect
public boolean isSetEffect() -
unsetEffect
public void unsetEffect() -
getReference
Gets the value of the reference property.- Returns:
- possible object is
String
-
setReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
-
isSetReference
public boolean isSetReference() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withExternalVideoMedia
Sets the value of the externalVideoMedia property.- Parameters:
value
- allowed object isExternalVideoMediaType
- Returns:
- The class instance
-
withItem
Sets the value of the item property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceTrack
Sets the value of the sourceTrack property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withIn
Sets the value of the in property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withOut
Sets the value of the out property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withSourceIn
Sets the value of the sourceIn property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withSourceOut
Sets the value of the sourceOut property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withEffect
Adds objects to the list of Effect using add method- Parameters:
values
- objects to add to the list Effect- Returns:
- The class instance
-
withEffect
Adds objects to the list of Effect using addAll method- Parameters:
values
- objects to add to the list Effect- Returns:
- The class instance
-
withReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
- 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
-
equals
-
visit
-
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
-
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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-