org.iids.aos.systemservices.datatypes.wsagreement
Class VariableType

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.VariableType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Variable

public class VariableType
extends java.lang.Object
implements java.io.Serializable

Class VariableType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
VariableType()
           
 
Method Summary
 java.lang.Object getLocation()
          Returns the value of field 'location'.
 java.lang.String getMetric()
          Returns the value of field 'metric'.
 java.lang.String getName()
          Returns the value of field 'name'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setLocation(java.lang.Object location)
          Sets the value of field 'location'.
 void setMetric(java.lang.String metric)
          Sets the value of field 'metric'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableType

public VariableType()
Method Detail

getLocation

public java.lang.Object getLocation()
Returns the value of field 'location'.

Returns:
Object

getMetric

public java.lang.String getMetric()
Returns the value of field 'metric'.

Returns:
String

getName

public java.lang.String getName()
Returns the value of field 'name'.

Returns:
String

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setLocation

public void setLocation(java.lang.Object location)
Sets the value of field 'location'.

Parameters:
location - the value of field 'location'.

setMetric

public void setMetric(java.lang.String metric)
Sets the value of field 'metric'.

Parameters:
metric - the value of field 'metric'.

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.

Parameters:
name - the value of field 'name'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.