java.lang.Object
org.plutext.jaxb.svg11.SVGCursorContent
org.plutext.jaxb.svg11.Cursor
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2000/svg}SVG.cursor.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.External.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.XLinkRequired.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Conditional.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="x" type="{http://www.w3.org/2000/svg}Coordinate.datatype" />
<attribute name="y" type="{http://www.w3.org/2000/svg}Coordinate.datatype" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected BooleanDatatypeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGCursorContent
svgDescriptionClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actuate property.Gets the value of the arcrole property.getBase()Gets the value of the base property.Gets the value of the externalResourcesRequired property.getHref()Gets the value of the href property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the requiredExtensions property.Gets the value of the requiredFeatures property.getRole()Gets the value of the role property.getShow()Gets the value of the show property.getSpace()Gets the value of the space property.Gets the value of the systemLanguage property.getTitle()Gets the value of the title property.getType()Gets the value of the type property.getX()Gets the value of the x property.getY()Gets the value of the y property.voidsetActuate(String value) Sets the value of the actuate property.voidsetArcrole(String value) Sets the value of the arcrole property.voidSets the value of the base property.voidSets the value of the externalResourcesRequired property.voidSets the value of the href property.voidSets the value of the id property.voidSets the value of the lang property.voidsetRequiredExtensions(String value) Sets the value of the requiredExtensions property.voidsetRequiredFeatures(String value) Sets the value of the requiredFeatures property.voidSets the value of the role property.voidSets the value of the show property.voidSets the value of the space property.voidsetSystemLanguage(String value) Sets the value of the systemLanguage property.voidSets the value of the title property.voidSets the value of the type property.voidSets the value of the x property.voidSets the value of the y property.Methods inherited from class org.plutext.jaxb.svg11.SVGCursorContent
getSVGDescriptionClass
-
Field Details
-
x
-
y
-
externalResourcesRequired
-
type
-
href
-
role
-
arcrole
-
title
-
actuate
-
show
-
requiredFeatures
-
requiredExtensions
-
systemLanguage
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
Cursor
public Cursor()
-
-
Method Details
-
getX
Gets the value of the x property.- Returns:
- possible object is
String
-
setX
Sets the value of the x property.- Parameters:
value- allowed object isString
-
getY
Gets the value of the y property.- Returns:
- possible object is
String
-
setY
Sets the value of the y property.- Parameters:
value- allowed object isString
-
getExternalResourcesRequired
Gets the value of the externalResourcesRequired property.- Returns:
- possible object is
BooleanDatatype
-
setExternalResourcesRequired
Sets the value of the externalResourcesRequired property.- Parameters:
value- allowed object isBooleanDatatype
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getArcrole
Gets the value of the arcrole property.- Returns:
- possible object is
String
-
setArcrole
Sets the value of the arcrole property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getActuate
Gets the value of the actuate property.- Returns:
- possible object is
String
-
setActuate
Sets the value of the actuate property.- Parameters:
value- allowed object isString
-
getShow
Gets the value of the show property.- Returns:
- possible object is
String
-
setShow
Sets the value of the show property.- Parameters:
value- allowed object isString
-
getRequiredFeatures
Gets the value of the requiredFeatures property.- Returns:
- possible object is
String
-
setRequiredFeatures
Sets the value of the requiredFeatures property.- Parameters:
value- allowed object isString
-
getRequiredExtensions
Gets the value of the requiredExtensions property.- Returns:
- possible object is
String
-
setRequiredExtensions
Sets the value of the requiredExtensions property.- Parameters:
value- allowed object isString
-
getSystemLanguage
Gets the value of the systemLanguage property.- Returns:
- possible object is
String
-
setSystemLanguage
Sets the value of the systemLanguage property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-