public class NLEJobTransitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NLEJobTransitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobTransitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="border" type="{http://xml.vidispine.com/schema/vidispine}BorderType" minOccurs="0"/>
</sequence>
<attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="wipe" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="transition" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="horizRepeat" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="vertRepeat" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="startPercentage" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="endPercentage" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="reverse" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="delta" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BorderType |
border |
protected Long |
delta |
protected Integer |
endPercentage |
protected Integer |
horizRepeat |
protected long |
length |
protected Boolean |
reverse |
protected Integer |
startPercentage |
protected String |
transition |
protected Integer |
vertRepeat |
protected Integer |
wipe |
| Constructor and Description |
|---|
NLEJobTransitionType() |
| 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.
|
long |
getDelta()
Gets the value of the delta property.
|
int |
getEndPercentage()
Gets the value of the endPercentage property.
|
int |
getHorizRepeat()
Gets the value of the horizRepeat property.
|
long |
getLength()
Gets the value of the length property.
|
int |
getStartPercentage()
Gets the value of the startPercentage property.
|
String |
getTransition()
Gets the value of the transition property.
|
int |
getVertRepeat()
Gets the value of the vertRepeat property.
|
int |
getWipe()
Gets the value of the wipe property.
|
boolean |
isReverse()
Gets the value of the reverse property.
|
boolean |
isSetBorder() |
boolean |
isSetDelta() |
boolean |
isSetEndPercentage() |
boolean |
isSetHorizRepeat() |
boolean |
isSetLength() |
boolean |
isSetReverse() |
boolean |
isSetStartPercentage() |
boolean |
isSetTransition() |
boolean |
isSetVertRepeat() |
boolean |
isSetWipe() |
void |
setBorder(BorderType value)
Sets the value of the border property.
|
void |
setDelta(long value)
Sets the value of the delta property.
|
void |
setEndPercentage(int value)
Sets the value of the endPercentage property.
|
void |
setHorizRepeat(int value)
Sets the value of the horizRepeat property.
|
void |
setLength(long value)
Sets the value of the length property.
|
void |
setReverse(boolean value)
Sets the value of the reverse property.
|
void |
setStartPercentage(int value)
Sets the value of the startPercentage property.
|
void |
setTransition(String value)
Sets the value of the transition property.
|
void |
setVertRepeat(int value)
Sets the value of the vertRepeat property.
|
void |
setWipe(int value)
Sets the value of the wipe property.
|
void |
unsetDelta() |
void |
unsetEndPercentage() |
void |
unsetHorizRepeat() |
void |
unsetReverse() |
void |
unsetStartPercentage() |
void |
unsetVertRepeat() |
void |
unsetWipe() |
NLEJobTransitionType |
withBorder(BorderType value) |
NLEJobTransitionType |
withDelta(long value) |
NLEJobTransitionType |
withEndPercentage(int value) |
NLEJobTransitionType |
withHorizRepeat(int value) |
NLEJobTransitionType |
withLength(long value) |
NLEJobTransitionType |
withReverse(boolean value) |
NLEJobTransitionType |
withStartPercentage(int value) |
NLEJobTransitionType |
withTransition(String value) |
NLEJobTransitionType |
withVertRepeat(int value) |
NLEJobTransitionType |
withWipe(int value) |
protected BorderType border
protected long length
protected Integer wipe
protected String transition
protected Integer horizRepeat
protected Integer vertRepeat
protected Integer startPercentage
protected Integer endPercentage
protected Boolean reverse
protected Long delta
public BorderType getBorder()
BorderTypepublic void setBorder(BorderType value)
value - allowed object is
BorderTypepublic boolean isSetBorder()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
public int getWipe()
Integerpublic void setWipe(int value)
value - allowed object is
Integerpublic boolean isSetWipe()
public void unsetWipe()
public String getTransition()
Stringpublic void setTransition(String value)
value - allowed object is
Stringpublic boolean isSetTransition()
public int getHorizRepeat()
Integerpublic void setHorizRepeat(int value)
value - allowed object is
Integerpublic boolean isSetHorizRepeat()
public void unsetHorizRepeat()
public int getVertRepeat()
Integerpublic void setVertRepeat(int value)
value - allowed object is
Integerpublic boolean isSetVertRepeat()
public void unsetVertRepeat()
public int getStartPercentage()
Integerpublic void setStartPercentage(int value)
value - allowed object is
Integerpublic boolean isSetStartPercentage()
public void unsetStartPercentage()
public int getEndPercentage()
Integerpublic void setEndPercentage(int value)
value - allowed object is
Integerpublic boolean isSetEndPercentage()
public void unsetEndPercentage()
public boolean isReverse()
Booleanpublic void setReverse(boolean value)
value - allowed object is
Booleanpublic boolean isSetReverse()
public void unsetReverse()
public long getDelta()
Longpublic void setDelta(long value)
value - allowed object is
Longpublic boolean isSetDelta()
public void unsetDelta()
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 NLEJobTransitionType withBorder(BorderType value)
public NLEJobTransitionType withLength(long value)
public NLEJobTransitionType withWipe(int value)
public NLEJobTransitionType withTransition(String value)
public NLEJobTransitionType withHorizRepeat(int value)
public NLEJobTransitionType withVertRepeat(int value)
public NLEJobTransitionType withStartPercentage(int value)
public NLEJobTransitionType withEndPercentage(int value)
public NLEJobTransitionType withReverse(boolean value)
public NLEJobTransitionType withDelta(long value)
Copyright © 2015. All rights reserved.