public class Csubmap extends Object implements Serializable
Constructor and Description |
---|
Csubmap() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAddwithoutelements() |
void |
deleteX() |
void |
deleteY() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
boolean |
getAddwithoutelements()
Returns the value of field 'addwithoutelements'.
|
String |
getIcon()
Returns the value of field 'icon'.
|
String |
getLabel()
Returns the value of field 'label'.
|
String |
getName()
Returns the value of field 'name'.
|
int |
getX()
Returns the value of field 'x'.
|
int |
getY()
Returns the value of field 'y'.
|
boolean |
hasAddwithoutelements()
Method hasAddwithoutelements.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
hasX()
Method hasX.
|
boolean |
hasY()
Method hasY.
|
boolean |
isAddwithoutelements()
Returns the value of field 'addwithoutelements'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setAddwithoutelements(boolean addwithoutelements)
Sets the value of field 'addwithoutelements'.
|
void |
setIcon(String icon)
Sets the value of field 'icon'.
|
void |
setLabel(String label)
Sets the value of field 'label'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setX(int x)
Sets the value of field 'x'.
|
void |
setY(int y)
Sets the value of field 'y'.
|
static Csubmap |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteAddwithoutelements()
public void deleteX()
public void deleteY()
public boolean equals(Object obj)
public boolean getAddwithoutelements()
public String getIcon()
public String getLabel()
public String getName()
public int getX()
public int getY()
public boolean hasAddwithoutelements()
public boolean hasX()
public boolean hasY()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isAddwithoutelements()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setAddwithoutelements(boolean addwithoutelements)
addwithoutelements
- the value of field
'addwithoutelements'.public void setIcon(String icon)
icon
- the value of field 'icon'.public void setLabel(String label)
label
- the value of field 'label'.public void setName(String name)
name
- the value of field 'name'.public void setX(int x)
x
- the value of field 'x'.public void setY(int y)
y
- the value of field 'y'.public static Csubmap unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2015. All rights reserved.