Package com.vidispine.generated
Class SequenceTransitionType
java.lang.Object
com.vidispine.generated.SequenceTransitionType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class SequenceTransitionType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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"/>
<element name="color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the borderColor property.Gets the value of the borderWidth property.getColor()
Gets the value of the color property.Gets the value of the endPercentage property.Gets the value of the horizRepeat property.getIn()
Gets the value of the in property.getOut()
Gets the value of the out property.Gets the value of the startPercentage property.Gets the value of the transition property.Gets the value of the vertRepeat property.getWipe()
Gets the value of the wipe property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the reverse property.boolean
boolean
boolean
boolean
boolean
boolean
isSetIn()
boolean
isSetOut()
boolean
boolean
boolean
boolean
boolean
void
setBorderColor
(String value) Sets the value of the borderColor property.void
setBorderWidth
(Integer value) Sets the value of the borderWidth property.void
Sets the value of the color 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
Sets the value of the wipe property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBorderColor
(String value) Sets the value of the borderColor property.withBorderWidth
(Integer value) Sets the value of the borderWidth property.Sets the value of the color property.withEndPercentage
(Integer value) Sets the value of the endPercentage property.withHorizRepeat
(Integer value) Sets the value of the horizRepeat property.withIn
(TimeCodeType value) Sets the value of the in property.withOut
(TimeCodeType value) Sets the value of the out property.withReverse
(Boolean value) Sets the value of the reverse property.withStartPercentage
(Integer value) Sets the value of the startPercentage property.withTransition
(String value) Sets the value of the transition property.withVertRepeat
(Integer value) Sets the value of the vertRepeat property.Sets the value of the wipe property.
-
Field Details
-
in
-
out
-
wipe
-
transition
-
horizRepeat
-
vertRepeat
-
startPercentage
-
endPercentage
-
reverse
-
borderWidth
-
borderColor
-
color
-
-
Constructor Details
-
SequenceTransitionType
public SequenceTransitionType()
-
-
Method Details
-
getIn
Gets the value of the in property.- Returns:
- possible object is
TimeCodeType
-
setIn
Sets the value of the in property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetIn
public boolean isSetIn() -
getOut
Gets the value of the out property.- Returns:
- possible object is
TimeCodeType
-
setOut
Sets the value of the out property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetOut
public boolean isSetOut() -
getWipe
Gets the value of the wipe property.- Returns:
- possible object is
Integer
-
setWipe
Sets the value of the wipe property.- Parameters:
value
- allowed object isInteger
-
isSetWipe
public boolean isSetWipe() -
getTransition
Gets the value of the transition property.- Returns:
- possible object is
String
-
setTransition
Sets the value of the transition property.- Parameters:
value
- allowed object isString
-
isSetTransition
public boolean isSetTransition() -
getHorizRepeat
Gets the value of the horizRepeat property.- Returns:
- possible object is
Integer
-
setHorizRepeat
Sets the value of the horizRepeat property.- Parameters:
value
- allowed object isInteger
-
isSetHorizRepeat
public boolean isSetHorizRepeat() -
getVertRepeat
Gets the value of the vertRepeat property.- Returns:
- possible object is
Integer
-
setVertRepeat
Sets the value of the vertRepeat property.- Parameters:
value
- allowed object isInteger
-
isSetVertRepeat
public boolean isSetVertRepeat() -
getStartPercentage
Gets the value of the startPercentage property.- Returns:
- possible object is
Integer
-
setStartPercentage
Sets the value of the startPercentage property.- Parameters:
value
- allowed object isInteger
-
isSetStartPercentage
public boolean isSetStartPercentage() -
getEndPercentage
Gets the value of the endPercentage property.- Returns:
- possible object is
Integer
-
setEndPercentage
Sets the value of the endPercentage property.- Parameters:
value
- allowed object isInteger
-
isSetEndPercentage
public boolean isSetEndPercentage() -
isReverse
Gets the value of the reverse property.- Returns:
- possible object is
Boolean
-
setReverse
Sets the value of the reverse property.- Parameters:
value
- allowed object isBoolean
-
isSetReverse
public boolean isSetReverse() -
getBorderWidth
Gets the value of the borderWidth property.- Returns:
- possible object is
Integer
-
setBorderWidth
Sets the value of the borderWidth property.- Parameters:
value
- allowed object isInteger
-
isSetBorderWidth
public boolean isSetBorderWidth() -
getBorderColor
Gets the value of the borderColor property.- Returns:
- possible object is
String
-
setBorderColor
Sets the value of the borderColor property.- Parameters:
value
- allowed object isString
-
isSetBorderColor
public boolean isSetBorderColor() -
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value
- allowed object isString
-
isSetColor
public boolean isSetColor() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withIn
Sets the value of the in property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withOut
Sets the value of the out property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withWipe
Sets the value of the wipe property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withTransition
Sets the value of the transition property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withHorizRepeat
Sets the value of the horizRepeat property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withVertRepeat
Sets the value of the vertRepeat property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withStartPercentage
Sets the value of the startPercentage property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withEndPercentage
Sets the value of the endPercentage property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withReverse
Sets the value of the reverse property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withBorderWidth
Sets the value of the borderWidth property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withBorderColor
Sets the value of the borderColor property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withColor
Sets the value of the color property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-