org.plutext.jaxb.svg11
Class Cursor

java.lang.Object
  extended by org.plutext.jaxb.svg11.SVGCursorContent
      extended by org.plutext.jaxb.svg11.Cursor

public class Cursor
extends SVGCursorContent

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

x

protected String x

y

protected String y

externalResourcesRequired

protected BooleanDatatype externalResourcesRequired

type

protected String type

href

protected String href

role

protected String role

arcrole

protected String arcrole

title

protected String title

actuate

protected String actuate

show

protected String show

requiredFeatures

protected String requiredFeatures

requiredExtensions

protected String requiredExtensions

systemLanguage

protected String systemLanguage

id

protected String id

base

protected String base

space

protected String space

lang

protected String lang
Constructor Detail

Cursor

public Cursor()
Method Detail

getX

public String getX()
Gets the value of the x property.

Returns:
possible object is String

setX

public void setX(String value)
Sets the value of the x property.

Parameters:
value - allowed object is String

getY

public String getY()
Gets the value of the y property.

Returns:
possible object is String

setY

public void setY(String value)
Sets the value of the y property.

Parameters:
value - allowed object is String

getExternalResourcesRequired

public BooleanDatatype getExternalResourcesRequired()
Gets the value of the externalResourcesRequired property.

Returns:
possible object is BooleanDatatype

setExternalResourcesRequired

public void setExternalResourcesRequired(BooleanDatatype value)
Sets the value of the externalResourcesRequired property.

Parameters:
value - allowed object is BooleanDatatype

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getArcrole

public String getArcrole()
Gets the value of the arcrole property.

Returns:
possible object is String

setArcrole

public void setArcrole(String value)
Sets the value of the arcrole property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getActuate

public String getActuate()
Gets the value of the actuate property.

Returns:
possible object is String

setActuate

public void setActuate(String value)
Sets the value of the actuate property.

Parameters:
value - allowed object is String

getShow

public String getShow()
Gets the value of the show property.

Returns:
possible object is String

setShow

public void setShow(String value)
Sets the value of the show property.

Parameters:
value - allowed object is String

getRequiredFeatures

public String getRequiredFeatures()
Gets the value of the requiredFeatures property.

Returns:
possible object is String

setRequiredFeatures

public void setRequiredFeatures(String value)
Sets the value of the requiredFeatures property.

Parameters:
value - allowed object is String

getRequiredExtensions

public String getRequiredExtensions()
Gets the value of the requiredExtensions property.

Returns:
possible object is String

setRequiredExtensions

public void setRequiredExtensions(String value)
Sets the value of the requiredExtensions property.

Parameters:
value - allowed object is String

getSystemLanguage

public String getSystemLanguage()
Gets the value of the systemLanguage property.

Returns:
possible object is String

setSystemLanguage

public void setSystemLanguage(String value)
Sets the value of the systemLanguage property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getBase

public String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getSpace

public String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.