Package com.vidispine.generated
Class NLEJobTransitionType
- java.lang.Object
-
- com.vidispine.generated.NLEJobTransitionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class NLEJobTransitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="color" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="delta" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NLEJobTransitionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected BorderType
border
protected String
color
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 Summary
Constructors Constructor Description NLEJobTransitionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
BorderType
getBorder()
Gets the value of the border property.String
getColor()
Gets the value of the color 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isReverse()
Gets the value of the reverse property.boolean
isSetBorder()
boolean
isSetColor()
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
setColor(String value)
Sets the value of the color 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
withColor(String 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)
-
-
-
Field Detail
-
border
protected BorderType border
-
length
protected long length
-
wipe
protected Integer wipe
-
transition
protected String transition
-
horizRepeat
protected Integer horizRepeat
-
vertRepeat
protected Integer vertRepeat
-
startPercentage
protected Integer startPercentage
-
endPercentage
protected Integer endPercentage
-
reverse
protected Boolean reverse
-
color
protected String color
-
delta
protected Long delta
-
-
Method Detail
-
getBorder
public BorderType getBorder()
Gets the value of the border property.- Returns:
- possible object is
BorderType
-
setBorder
public void setBorder(BorderType value)
Sets the value of the border property.- Parameters:
value
- allowed object isBorderType
-
isSetBorder
public boolean isSetBorder()
-
getLength
public long getLength()
Gets the value of the length property.
-
setLength
public void setLength(long value)
Sets the value of the length property.
-
isSetLength
public boolean isSetLength()
-
getWipe
public int getWipe()
Gets the value of the wipe property.- Returns:
- possible object is
Integer
-
setWipe
public void setWipe(int value)
Sets the value of the wipe property.- Parameters:
value
- allowed object isInteger
-
isSetWipe
public boolean isSetWipe()
-
unsetWipe
public void unsetWipe()
-
getTransition
public String getTransition()
Gets the value of the transition property.- Returns:
- possible object is
String
-
setTransition
public void setTransition(String value)
Sets the value of the transition property.- Parameters:
value
- allowed object isString
-
isSetTransition
public boolean isSetTransition()
-
getHorizRepeat
public int getHorizRepeat()
Gets the value of the horizRepeat property.- Returns:
- possible object is
Integer
-
setHorizRepeat
public void setHorizRepeat(int value)
Sets the value of the horizRepeat property.- Parameters:
value
- allowed object isInteger
-
isSetHorizRepeat
public boolean isSetHorizRepeat()
-
unsetHorizRepeat
public void unsetHorizRepeat()
-
getVertRepeat
public int getVertRepeat()
Gets the value of the vertRepeat property.- Returns:
- possible object is
Integer
-
setVertRepeat
public void setVertRepeat(int value)
Sets the value of the vertRepeat property.- Parameters:
value
- allowed object isInteger
-
isSetVertRepeat
public boolean isSetVertRepeat()
-
unsetVertRepeat
public void unsetVertRepeat()
-
getStartPercentage
public int getStartPercentage()
Gets the value of the startPercentage property.- Returns:
- possible object is
Integer
-
setStartPercentage
public void setStartPercentage(int value)
Sets the value of the startPercentage property.- Parameters:
value
- allowed object isInteger
-
isSetStartPercentage
public boolean isSetStartPercentage()
-
unsetStartPercentage
public void unsetStartPercentage()
-
getEndPercentage
public int getEndPercentage()
Gets the value of the endPercentage property.- Returns:
- possible object is
Integer
-
setEndPercentage
public void setEndPercentage(int value)
Sets the value of the endPercentage property.- Parameters:
value
- allowed object isInteger
-
isSetEndPercentage
public boolean isSetEndPercentage()
-
unsetEndPercentage
public void unsetEndPercentage()
-
isReverse
public boolean isReverse()
Gets the value of the reverse property.- Returns:
- possible object is
Boolean
-
setReverse
public void setReverse(boolean value)
Sets the value of the reverse property.- Parameters:
value
- allowed object isBoolean
-
isSetReverse
public boolean isSetReverse()
-
unsetReverse
public void unsetReverse()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value
- allowed object isString
-
isSetColor
public boolean isSetColor()
-
getDelta
public long getDelta()
Gets the value of the delta property.- Returns:
- possible object is
Long
-
setDelta
public void setDelta(long value)
Sets the value of the delta property.- Parameters:
value
- allowed object isLong
-
isSetDelta
public boolean isSetDelta()
-
unsetDelta
public void unsetDelta()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withBorder
public NLEJobTransitionType withBorder(BorderType value)
-
withLength
public NLEJobTransitionType withLength(long value)
-
withWipe
public NLEJobTransitionType withWipe(int value)
-
withTransition
public NLEJobTransitionType withTransition(String value)
-
withHorizRepeat
public NLEJobTransitionType withHorizRepeat(int value)
-
withVertRepeat
public NLEJobTransitionType withVertRepeat(int value)
-
withStartPercentage
public NLEJobTransitionType withStartPercentage(int value)
-
withEndPercentage
public NLEJobTransitionType withEndPercentage(int value)
-
withReverse
public NLEJobTransitionType withReverse(boolean value)
-
withColor
public NLEJobTransitionType withColor(String value)
-
withDelta
public NLEJobTransitionType withDelta(long value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public NLEJobTransitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-