|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.plutext.jaxb.svg11.SVGCursorContent
org.plutext.jaxb.svg11.Cursor
public class 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 | |
|---|---|
protected String |
actuate
|
protected String |
arcrole
|
protected String |
base
|
protected BooleanDatatype |
externalResourcesRequired
|
protected String |
href
|
protected String |
id
|
protected String |
lang
|
protected String |
requiredExtensions
|
protected String |
requiredFeatures
|
protected String |
role
|
protected String |
show
|
protected String |
space
|
protected String |
systemLanguage
|
protected String |
title
|
protected String |
type
|
protected String |
x
|
protected String |
y
|
| Fields inherited from class org.plutext.jaxb.svg11.SVGCursorContent |
|---|
svgDescriptionClass |
| Constructor Summary | |
|---|---|
Cursor()
|
|
| Method Summary | |
|---|---|
String |
getActuate()
Gets the value of the actuate property. |
String |
getArcrole()
Gets the value of the arcrole property. |
String |
getBase()
Gets the value of the base property. |
BooleanDatatype |
getExternalResourcesRequired()
Gets the value of the externalResourcesRequired property. |
String |
getHref()
Gets the value of the href property. |
String |
getId()
Gets the value of the id property. |
String |
getLang()
Gets the value of the lang property. |
String |
getRequiredExtensions()
Gets the value of the requiredExtensions property. |
String |
getRequiredFeatures()
Gets the value of the requiredFeatures property. |
String |
getRole()
Gets the value of the role property. |
String |
getShow()
Gets the value of the show property. |
String |
getSpace()
Gets the value of the space property. |
String |
getSystemLanguage()
Gets the value of the systemLanguage property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
String |
getX()
Gets the value of the x property. |
String |
getY()
Gets the value of the y property. |
void |
setActuate(String value)
Sets the value of the actuate property. |
void |
setArcrole(String value)
Sets the value of the arcrole property. |
void |
setBase(String value)
Sets the value of the base property. |
void |
setExternalResourcesRequired(BooleanDatatype value)
Sets the value of the externalResourcesRequired property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setRequiredExtensions(String value)
Sets the value of the requiredExtensions property. |
void |
setRequiredFeatures(String value)
Sets the value of the requiredFeatures property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setShow(String value)
Sets the value of the show property. |
void |
setSpace(String value)
Sets the value of the space property. |
void |
setSystemLanguage(String value)
Sets the value of the systemLanguage property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setX(String value)
Sets the value of the x property. |
void |
setY(String value)
Sets the value of the y property. |
| Methods inherited from class org.plutext.jaxb.svg11.SVGCursorContent |
|---|
getSVGDescriptionClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String x
protected String y
protected BooleanDatatype externalResourcesRequired
protected String type
protected String href
protected String role
protected String arcrole
protected String title
protected String actuate
protected String show
protected String requiredFeatures
protected String requiredExtensions
protected String systemLanguage
protected String id
protected String base
protected String space
protected String lang
| Constructor Detail |
|---|
public Cursor()
| Method Detail |
|---|
public String getX()
Stringpublic void setX(String value)
value - allowed object is
Stringpublic String getY()
Stringpublic void setY(String value)
value - allowed object is
Stringpublic BooleanDatatype getExternalResourcesRequired()
BooleanDatatypepublic void setExternalResourcesRequired(BooleanDatatype value)
value - allowed object is
BooleanDatatypepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getActuate()
Stringpublic void setActuate(String value)
value - allowed object is
Stringpublic String getShow()
Stringpublic void setShow(String value)
value - allowed object is
Stringpublic String getRequiredFeatures()
Stringpublic void setRequiredFeatures(String value)
value - allowed object is
Stringpublic String getRequiredExtensions()
Stringpublic void setRequiredExtensions(String value)
value - allowed object is
Stringpublic String getSystemLanguage()
Stringpublic void setSystemLanguage(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||