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

Constructor Summary
ResolutionType()
           
 
Method Summary
 void deleteX()
           
 void deleteY()
           
 void deleteZ()
           
 java.lang.String getColor()
           
 float getX()
           
 float getY()
           
 float getZ()
           
 boolean hasX()
           
 boolean hasY()
           
 boolean hasZ()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setColor(java.lang.String _color)
           
 void setX(float _x)
           
 void setY(float _y)
           
 void setZ(float _z)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionType

public ResolutionType()
Method Detail

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