Package com.vidispine.generated
Class ThumbnailSpriteSheetType.Thumbnail
- java.lang.Object
-
- com.vidispine.generated.ThumbnailSpriteSheetType.Thumbnail
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ThumbnailSpriteSheetType
public static class ThumbnailSpriteSheetType.Thumbnail 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="timecode" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/> <element name="endTimecode" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThumbnailSpriteSheetType.Thumbnail.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected TimeCodeType
endTimecode
protected int
height
protected TimeCodeType
timecode
protected int
width
protected int
x
protected int
y
-
Constructor Summary
Constructors Constructor Description Thumbnail()
-
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)
TimeCodeType
getEndTimecode()
Gets the value of the endTimecode property.int
getHeight()
Gets the value of the height property.TimeCodeType
getTimecode()
Gets the value of the timecode property.int
getWidth()
Gets the value of the width property.int
getX()
Gets the value of the x property.int
getY()
Gets the value of the y property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetEndTimecode()
boolean
isSetHeight()
boolean
isSetTimecode()
boolean
isSetWidth()
boolean
isSetX()
boolean
isSetY()
void
setEndTimecode(TimeCodeType value)
Sets the value of the endTimecode property.void
setHeight(int value)
Sets the value of the height property.void
setTimecode(TimeCodeType value)
Sets the value of the timecode property.void
setWidth(int value)
Sets the value of the width property.void
setX(int value)
Sets the value of the x property.void
setY(int value)
Sets the value of the y property.ThumbnailSpriteSheetType.Thumbnail
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ThumbnailSpriteSheetType.Thumbnail
withEndTimecode(TimeCodeType value)
ThumbnailSpriteSheetType.Thumbnail
withHeight(int value)
ThumbnailSpriteSheetType.Thumbnail
withTimecode(TimeCodeType value)
ThumbnailSpriteSheetType.Thumbnail
withWidth(int value)
ThumbnailSpriteSheetType.Thumbnail
withX(int value)
ThumbnailSpriteSheetType.Thumbnail
withY(int value)
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
x
protected int x
-
y
protected int y
-
timecode
protected TimeCodeType timecode
-
endTimecode
protected TimeCodeType endTimecode
-
-
Method Detail
-
getWidth
public int getWidth()
Gets the value of the width property.
-
setWidth
public void setWidth(int value)
Sets the value of the width property.
-
isSetWidth
public boolean isSetWidth()
-
getHeight
public int getHeight()
Gets the value of the height property.
-
setHeight
public void setHeight(int value)
Sets the value of the height property.
-
isSetHeight
public boolean isSetHeight()
-
getX
public int getX()
Gets the value of the x property.
-
setX
public void setX(int value)
Sets the value of the x property.
-
isSetX
public boolean isSetX()
-
getY
public int getY()
Gets the value of the y property.
-
setY
public void setY(int value)
Sets the value of the y property.
-
isSetY
public boolean isSetY()
-
getTimecode
public TimeCodeType getTimecode()
Gets the value of the timecode property.- Returns:
- possible object is
TimeCodeType
-
setTimecode
public void setTimecode(TimeCodeType value)
Sets the value of the timecode property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetTimecode
public boolean isSetTimecode()
-
getEndTimecode
public TimeCodeType getEndTimecode()
Gets the value of the endTimecode property.- Returns:
- possible object is
TimeCodeType
-
setEndTimecode
public void setEndTimecode(TimeCodeType value)
Sets the value of the endTimecode property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetEndTimecode
public boolean isSetEndTimecode()
-
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
-
withWidth
public ThumbnailSpriteSheetType.Thumbnail withWidth(int value)
-
withHeight
public ThumbnailSpriteSheetType.Thumbnail withHeight(int value)
-
withX
public ThumbnailSpriteSheetType.Thumbnail withX(int value)
-
withY
public ThumbnailSpriteSheetType.Thumbnail withY(int value)
-
withTimecode
public ThumbnailSpriteSheetType.Thumbnail withTimecode(TimeCodeType value)
-
withEndTimecode
public ThumbnailSpriteSheetType.Thumbnail withEndTimecode(TimeCodeType 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 ThumbnailSpriteSheetType.Thumbnail 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
-
-