public class TransitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TransitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="duration" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/> <choice> <element name="wipe" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="transition" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="horizRepeat" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="vertRepeat" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="startPercentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="endPercentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="reverse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="border" type="{http://xml.vidispine.com/schema/vidispine}BorderType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BorderType |
border |
protected TimeCodeType |
duration |
protected Integer |
endPercentage |
protected Integer |
horizRepeat |
protected Boolean |
reverse |
protected Integer |
startPercentage |
protected String |
transition |
protected Integer |
vertRepeat |
protected Integer |
wipe |
Constructor and Description |
---|
TransitionType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
BorderType |
getBorder()
Gets the value of the border property.
|
TimeCodeType |
getDuration()
Gets the value of the duration property.
|
Integer |
getEndPercentage()
Gets the value of the endPercentage property.
|
Integer |
getHorizRepeat()
Gets the value of the horizRepeat property.
|
Integer |
getStartPercentage()
Gets the value of the startPercentage property.
|
String |
getTransition()
Gets the value of the transition property.
|
Integer |
getVertRepeat()
Gets the value of the vertRepeat property.
|
Integer |
getWipe()
Gets the value of the wipe property.
|
Boolean |
isReverse()
Gets the value of the reverse property.
|
boolean |
isSetBorder() |
boolean |
isSetDuration() |
boolean |
isSetEndPercentage() |
boolean |
isSetHorizRepeat() |
boolean |
isSetReverse() |
boolean |
isSetStartPercentage() |
boolean |
isSetTransition() |
boolean |
isSetVertRepeat() |
boolean |
isSetWipe() |
void |
setBorder(BorderType value)
Sets the value of the border property.
|
void |
setDuration(TimeCodeType value)
Sets the value of the duration property.
|
void |
setEndPercentage(Integer value)
Sets the value of the endPercentage property.
|
void |
setHorizRepeat(Integer value)
Sets the value of the horizRepeat property.
|
void |
setReverse(Boolean value)
Sets the value of the reverse property.
|
void |
setStartPercentage(Integer value)
Sets the value of the startPercentage property.
|
void |
setTransition(String value)
Sets the value of the transition property.
|
void |
setVertRepeat(Integer value)
Sets the value of the vertRepeat property.
|
void |
setWipe(Integer value)
Sets the value of the wipe property.
|
protected TimeCodeType duration
protected Integer wipe
protected String transition
protected Integer horizRepeat
protected Integer vertRepeat
protected Integer startPercentage
protected Integer endPercentage
protected Boolean reverse
protected BorderType border
public TimeCodeType getDuration()
TimeCodeType
public void setDuration(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetDuration()
public Integer getWipe()
Integer
public void setWipe(Integer value)
value
- allowed object is
Integer
public boolean isSetWipe()
public String getTransition()
String
public void setTransition(String value)
value
- allowed object is
String
public boolean isSetTransition()
public Integer getHorizRepeat()
Integer
public void setHorizRepeat(Integer value)
value
- allowed object is
Integer
public boolean isSetHorizRepeat()
public Integer getVertRepeat()
Integer
public void setVertRepeat(Integer value)
value
- allowed object is
Integer
public boolean isSetVertRepeat()
public Integer getStartPercentage()
Integer
public void setStartPercentage(Integer value)
value
- allowed object is
Integer
public boolean isSetStartPercentage()
public Integer getEndPercentage()
Integer
public void setEndPercentage(Integer value)
value
- allowed object is
Integer
public boolean isSetEndPercentage()
public Boolean isReverse()
Boolean
public void setReverse(Boolean value)
value
- allowed object is
Boolean
public boolean isSetReverse()
public BorderType getBorder()
BorderType
public void setBorder(BorderType value)
value
- allowed object is
BorderType
public boolean isSetBorder()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.