public class Element
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | _package | 
| protected java.util.List<Attribute> | attribute | 
| protected java.lang.String | library | 
| protected java.lang.String | locked | 
| protected java.lang.String | name | 
| protected java.lang.String | populate | 
| protected java.lang.String | rot | 
| protected java.lang.String | smashed | 
| protected java.lang.String | value | 
| protected java.util.List<Variant> | variant | 
| protected java.lang.String | x | 
| protected java.lang.String | y | 
| Constructor and Description | 
|---|
| Element() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Attribute> | getAttribute()Gets the value of the attribute property. | 
| java.lang.String | getLibrary()Gets the value of the library property. | 
| java.lang.String | getLocked()Gets the value of the locked property. | 
| java.lang.String | getName()Gets the value of the name property. | 
| java.lang.String | getPackage()Gets the value of the package property. | 
| java.lang.String | getPopulate()Gets the value of the populate property. | 
| java.lang.String | getRot()Gets the value of the rot property. | 
| java.lang.String | getSmashed()Gets the value of the smashed property. | 
| java.lang.String | getValue()Gets the value of the value property. | 
| java.util.List<Variant> | getVariant()Gets the value of the variant property. | 
| java.lang.String | getX()Gets the value of the x property. | 
| java.lang.String | getY()Gets the value of the y property. | 
| void | setLibrary(java.lang.String value)Sets the value of the library property. | 
| void | setLocked(java.lang.String value)Sets the value of the locked property. | 
| void | setName(java.lang.String value)Sets the value of the name property. | 
| void | setPackage(java.lang.String value)Sets the value of the package property. | 
| void | setPopulate(java.lang.String value)Sets the value of the populate property. | 
| void | setRot(java.lang.String value)Sets the value of the rot property. | 
| void | setSmashed(java.lang.String value)Sets the value of the smashed property. | 
| void | setValue(java.lang.String value)Sets the value of the value property. | 
| void | setX(java.lang.String value)Sets the value of the x property. | 
| void | setY(java.lang.String value)Sets the value of the y property. | 
protected java.lang.String name
protected java.lang.String library
protected java.lang.String _package
protected java.lang.String value
protected java.lang.String x
protected java.lang.String y
protected java.lang.String locked
protected java.lang.String populate
protected java.lang.String smashed
protected java.lang.String rot
protected java.util.List<Attribute> attribute
protected java.util.List<Variant> variant
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLibrary()
Stringpublic void setLibrary(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPackage()
Stringpublic void setPackage(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getX()
Stringpublic void setX(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getY()
Stringpublic void setY(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLocked()
Stringpublic void setLocked(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPopulate()
Stringpublic void setPopulate(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSmashed()
Stringpublic void setSmashed(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getRot()
Stringpublic void setRot(java.lang.String value)
value - allowed object is Stringpublic java.util.List<Attribute> getAttribute()
 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 set method for the attribute property.
 
 
For example, to add a new item, do as follows:
getAttribute().add(newItem);
 Objects of the following type(s) are allowed in the list Attribute
public java.util.List<Variant> getVariant()
 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 set method for the variant property.
 
 
For example, to add a new item, do as follows:
getVariant().add(newItem);
 Objects of the following type(s) are allowed in the list Variant