org.gxos.schema
Class ResolutionType
java.lang.Object
|
+--org.gxos.schema.ResolutionType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Resolution
- public abstract class ResolutionType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolutionType
public ResolutionType()
deleteX
public void deleteX()
deleteY
public void deleteY()
deleteZ
public void deleteZ()
getColor
public java.lang.String getColor()
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
hasX
public boolean hasX()
hasY
public boolean hasY()
hasZ
public boolean hasZ()
isValid
public boolean isValid()
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setColor
public void setColor(java.lang.String color)
- Parameters:
color
-
setX
public void setX(float x)
- Parameters:
x
-
setY
public void setY(float y)
- Parameters:
y
-
setZ
public void setZ(float z)
- Parameters:
z
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException