public class SequenceTransitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SequenceTransitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceTransitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="in" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="out" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="wipe" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="transition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="borderWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="borderColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
borderColor |
protected Integer |
borderWidth |
protected Integer |
endPercentage |
protected Integer |
horizRepeat |
protected TimeCodeType |
in |
protected TimeCodeType |
out |
protected Boolean |
reverse |
protected Integer |
startPercentage |
protected String |
transition |
protected Integer |
vertRepeat |
protected Integer |
wipe |
| Constructor and Description |
|---|
SequenceTransitionType() |
| 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() |
String |
getBorderColor()
Gets the value of the borderColor property.
|
Integer |
getBorderWidth()
Gets the value of the borderWidth property.
|
Integer |
getEndPercentage()
Gets the value of the endPercentage property.
|
Integer |
getHorizRepeat()
Gets the value of the horizRepeat property.
|
TimeCodeType |
getIn()
Gets the value of the in property.
|
TimeCodeType |
getOut()
Gets the value of the out 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 |
isSetBorderColor() |
boolean |
isSetBorderWidth() |
boolean |
isSetEndPercentage() |
boolean |
isSetHorizRepeat() |
boolean |
isSetIn() |
boolean |
isSetOut() |
boolean |
isSetReverse() |
boolean |
isSetStartPercentage() |
boolean |
isSetTransition() |
boolean |
isSetVertRepeat() |
boolean |
isSetWipe() |
void |
setBorderColor(String value)
Sets the value of the borderColor property.
|
void |
setBorderWidth(Integer value)
Sets the value of the borderWidth property.
|
void |
setEndPercentage(Integer value)
Sets the value of the endPercentage property.
|
void |
setHorizRepeat(Integer value)
Sets the value of the horizRepeat property.
|
void |
setIn(TimeCodeType value)
Sets the value of the in property.
|
void |
setOut(TimeCodeType value)
Sets the value of the out 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.
|
SequenceTransitionType |
withBorderColor(String value) |
SequenceTransitionType |
withBorderWidth(Integer value) |
SequenceTransitionType |
withEndPercentage(Integer value) |
SequenceTransitionType |
withHorizRepeat(Integer value) |
SequenceTransitionType |
withIn(TimeCodeType value) |
SequenceTransitionType |
withOut(TimeCodeType value) |
SequenceTransitionType |
withReverse(Boolean value) |
SequenceTransitionType |
withStartPercentage(Integer value) |
SequenceTransitionType |
withTransition(String value) |
SequenceTransitionType |
withVertRepeat(Integer value) |
SequenceTransitionType |
withWipe(Integer value) |
protected TimeCodeType in
protected TimeCodeType out
protected Integer wipe
protected String transition
protected Integer horizRepeat
protected Integer vertRepeat
protected Integer startPercentage
protected Integer endPercentage
protected Boolean reverse
protected Integer borderWidth
protected String borderColor
public TimeCodeType getIn()
TimeCodeTypepublic void setIn(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetIn()
public TimeCodeType getOut()
TimeCodeTypepublic void setOut(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetOut()
public Integer getWipe()
Integerpublic void setWipe(Integer value)
value - allowed object is
Integerpublic boolean isSetWipe()
public String getTransition()
Stringpublic void setTransition(String value)
value - allowed object is
Stringpublic boolean isSetTransition()
public Integer getHorizRepeat()
Integerpublic void setHorizRepeat(Integer value)
value - allowed object is
Integerpublic boolean isSetHorizRepeat()
public Integer getVertRepeat()
Integerpublic void setVertRepeat(Integer value)
value - allowed object is
Integerpublic boolean isSetVertRepeat()
public Integer getStartPercentage()
Integerpublic void setStartPercentage(Integer value)
value - allowed object is
Integerpublic boolean isSetStartPercentage()
public Integer getEndPercentage()
Integerpublic void setEndPercentage(Integer value)
value - allowed object is
Integerpublic boolean isSetEndPercentage()
public Boolean isReverse()
Booleanpublic void setReverse(Boolean value)
value - allowed object is
Booleanpublic boolean isSetReverse()
public Integer getBorderWidth()
Integerpublic void setBorderWidth(Integer value)
value - allowed object is
Integerpublic boolean isSetBorderWidth()
public String getBorderColor()
Stringpublic void setBorderColor(String value)
value - allowed object is
Stringpublic boolean isSetBorderColor()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SequenceTransitionType withIn(TimeCodeType value)
public SequenceTransitionType withOut(TimeCodeType value)
public SequenceTransitionType withWipe(Integer value)
public SequenceTransitionType withTransition(String value)
public SequenceTransitionType withHorizRepeat(Integer value)
public SequenceTransitionType withVertRepeat(Integer value)
public SequenceTransitionType withStartPercentage(Integer value)
public SequenceTransitionType withEndPercentage(Integer value)
public SequenceTransitionType withReverse(Boolean value)
public SequenceTransitionType withBorderWidth(Integer value)
public SequenceTransitionType withBorderColor(String value)
Copyright © 2015. All rights reserved.