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