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 | Class and Description |
---|---|
static class |
NLEJobTransitionType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
BorderType
public void setBorder(BorderType value)
value
- allowed object is
BorderType
public boolean isSetBorder()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
public int getWipe()
Integer
public void setWipe(int value)
value
- allowed object is
Integer
public boolean isSetWipe()
public void unsetWipe()
public String getTransition()
String
public void setTransition(String value)
value
- allowed object is
String
public boolean isSetTransition()
public int getHorizRepeat()
Integer
public void setHorizRepeat(int value)
value
- allowed object is
Integer
public boolean isSetHorizRepeat()
public void unsetHorizRepeat()
public int getVertRepeat()
Integer
public void setVertRepeat(int value)
value
- allowed object is
Integer
public boolean isSetVertRepeat()
public void unsetVertRepeat()
public int getStartPercentage()
Integer
public void setStartPercentage(int value)
value
- allowed object is
Integer
public boolean isSetStartPercentage()
public void unsetStartPercentage()
public int getEndPercentage()
Integer
public void setEndPercentage(int value)
value
- allowed object is
Integer
public boolean isSetEndPercentage()
public void unsetEndPercentage()
public boolean isReverse()
Boolean
public void setReverse(boolean value)
value
- allowed object is
Boolean
public boolean isSetReverse()
public void unsetReverse()
public long getDelta()
Long
public void setDelta(long value)
value
- allowed object is
Long
public boolean isSetDelta()
public void unsetDelta()
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
public 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)
public NLEJobTransitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.