Package com.vidispine.generated
Class SequenceTransitionType
- java.lang.Object
-
- com.vidispine.generated.SequenceTransitionType
-
- 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 SequenceTransitionType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SequenceTransitionType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description SequenceTransitionType()
-
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)
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.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
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
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)
-
-
-
Field Detail
-
in
protected TimeCodeType in
-
out
protected TimeCodeType out
-
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
-
borderWidth
protected Integer borderWidth
-
borderColor
protected String borderColor
-
-
Method Detail
-
getIn
public TimeCodeType getIn()
Gets the value of the in property.- Returns:
- possible object is
TimeCodeType
-
setIn
public void setIn(TimeCodeType value)
Sets the value of the in property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetIn
public boolean isSetIn()
-
getOut
public TimeCodeType getOut()
Gets the value of the out property.- Returns:
- possible object is
TimeCodeType
-
setOut
public void setOut(TimeCodeType value)
Sets the value of the out property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetOut
public boolean isSetOut()
-
getWipe
public Integer getWipe()
Gets the value of the wipe property.- Returns:
- possible object is
Integer
-
setWipe
public void setWipe(Integer value)
Sets the value of the wipe property.- Parameters:
value
- allowed object isInteger
-
isSetWipe
public boolean isSetWipe()
-
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 Integer getHorizRepeat()
Gets the value of the horizRepeat property.- Returns:
- possible object is
Integer
-
setHorizRepeat
public void setHorizRepeat(Integer value)
Sets the value of the horizRepeat property.- Parameters:
value
- allowed object isInteger
-
isSetHorizRepeat
public boolean isSetHorizRepeat()
-
getVertRepeat
public Integer getVertRepeat()
Gets the value of the vertRepeat property.- Returns:
- possible object is
Integer
-
setVertRepeat
public void setVertRepeat(Integer value)
Sets the value of the vertRepeat property.- Parameters:
value
- allowed object isInteger
-
isSetVertRepeat
public boolean isSetVertRepeat()
-
getStartPercentage
public Integer getStartPercentage()
Gets the value of the startPercentage property.- Returns:
- possible object is
Integer
-
setStartPercentage
public void setStartPercentage(Integer value)
Sets the value of the startPercentage property.- Parameters:
value
- allowed object isInteger
-
isSetStartPercentage
public boolean isSetStartPercentage()
-
getEndPercentage
public Integer getEndPercentage()
Gets the value of the endPercentage property.- Returns:
- possible object is
Integer
-
setEndPercentage
public void setEndPercentage(Integer value)
Sets the value of the endPercentage property.- Parameters:
value
- allowed object isInteger
-
isSetEndPercentage
public boolean isSetEndPercentage()
-
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()
-
getBorderWidth
public Integer getBorderWidth()
Gets the value of the borderWidth property.- Returns:
- possible object is
Integer
-
setBorderWidth
public void setBorderWidth(Integer value)
Sets the value of the borderWidth property.- Parameters:
value
- allowed object isInteger
-
isSetBorderWidth
public boolean isSetBorderWidth()
-
getBorderColor
public String getBorderColor()
Gets the value of the borderColor property.- Returns:
- possible object is
String
-
setBorderColor
public void setBorderColor(String value)
Sets the value of the borderColor property.- Parameters:
value
- allowed object isString
-
isSetBorderColor
public boolean isSetBorderColor()
-
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
-
withIn
public SequenceTransitionType withIn(TimeCodeType value)
-
withOut
public SequenceTransitionType withOut(TimeCodeType value)
-
withWipe
public SequenceTransitionType withWipe(Integer value)
-
withTransition
public SequenceTransitionType withTransition(String value)
-
withHorizRepeat
public SequenceTransitionType withHorizRepeat(Integer value)
-
withVertRepeat
public SequenceTransitionType withVertRepeat(Integer value)
-
withStartPercentage
public SequenceTransitionType withStartPercentage(Integer value)
-
withEndPercentage
public SequenceTransitionType withEndPercentage(Integer value)
-
withReverse
public SequenceTransitionType withReverse(Boolean value)
-
withBorderWidth
public SequenceTransitionType withBorderWidth(Integer value)
-
withBorderColor
public SequenceTransitionType withBorderColor(String 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 SequenceTransitionType 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
-
-