Class ThumbnailSpriteSheetType
- 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
Java class for ThumbnailSpriteSheetType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ThumbnailSpriteSheetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="etag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="thumbnail" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classJava class for anonymous complex type -
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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getEtag()Gets the value of the etag property.getPath()Gets the value of the path property.Gets the value of the thumbnail property.getUrl()Gets the value of the url property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanisSetUrl()voidSets the value of the etag property.toString()voidvoidvoidunsetUrl()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the etag property.Adds objects to the list of Path using add methodwithPath(Collection<String> values) Adds objects to the list of Path using addAll methodwithThumbnail(ThumbnailSpriteSheetType.Thumbnail... values) Adds objects to the list of Thumbnail using add methodAdds objects to the list of Thumbnail using addAll methodAdds objects to the list of Url using add methodwithUrl(Collection<String> values) Adds objects to the list of Url using addAll method
-
Field Details
-
etag
-
url
-
path
-
thumbnail
-
-
Constructor Details
-
ThumbnailSpriteSheetType
public ThumbnailSpriteSheetType()
-
-
Method Details
-
getEtag
Gets the value of the etag property.- Returns:
- possible object is
String
-
setEtag
Sets the value of the etag property.- Parameters:
value- allowed object isString
-
isSetEtag
public boolean isSetEtag() -
getUrl
Gets the value of the url property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the url property.For example, to add a new item, do as follows:
getUrl().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the url property.
-
isSetUrl
public boolean isSetUrl() -
unsetUrl
public void unsetUrl() -
getPath
Gets the value of the path property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the path property.For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the path property.
-
isSetPath
public boolean isSetPath() -
unsetPath
public void unsetPath() -
getThumbnail
Gets the value of the thumbnail property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the thumbnail property.For example, to add a new item, do as follows:
getThumbnail().add(newItem);
Objects of the following type(s) are allowed in the list
ThumbnailSpriteSheetType.Thumbnail- Returns:
- The value of the thumbnail property.
-
isSetThumbnail
public boolean isSetThumbnail() -
unsetThumbnail
public void unsetThumbnail() -
clone
-
copyTo
- Specified by:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withEtag
Sets the value of the etag property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withUrl
Adds objects to the list of Url using add method- Parameters:
values- objects to add to the list Url- Returns:
- The class instance
-
withUrl
Adds objects to the list of Url using addAll method- Parameters:
values- objects to add to the list Url- Returns:
- The class instance
-
withPath
Adds objects to the list of Path using add method- Parameters:
values- objects to add to the list Path- Returns:
- The class instance
-
withPath
Adds objects to the list of Path using addAll method- Parameters:
values- objects to add to the list Path- Returns:
- The class instance
-
withThumbnail
Adds objects to the list of Thumbnail using add method- Parameters:
values- objects to add to the list Thumbnail- Returns:
- The class instance
-
withThumbnail
public ThumbnailSpriteSheetType withThumbnail(Collection<ThumbnailSpriteSheetType.Thumbnail> values) Adds objects to the list of Thumbnail using addAll method- Parameters:
values- objects to add to the list Thumbnail- 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-