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

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

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

Class RestrictionModelType.

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

Constructor Summary
RestrictionModelType()
           
 
Method Summary
 void addEnum(int index, java.lang.Object vEnum)
          Method addEnum
 void addEnum(java.lang.Object vEnum)
          Method addEnum
 java.util.Enumeration enumerateEnum()
          Method enumerateEnum
 java.lang.Object[] getEnum()
          Method getEnum
 java.lang.Object getEnum(int index)
          Method getEnum
 int getEnumCount()
          Method getEnumCount
 java.lang.Object getMaxValue()
          Returns the value of field 'maxValue'.
 java.lang.Object getMinValue()
          Returns the value of field 'minValue'.
 RestrictionType getRestrictionType()
          Returns the value of field 'restrictionType'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllEnum()
          Method removeAllEnum
 java.lang.Object removeEnum(int index)
          Method removeEnum
 void setEnum(int index, java.lang.Object vEnum)
          Method setEnum
 void setEnum(java.lang.Object[] enumArray)
          Method setEnum
 void setMaxValue(java.lang.Object maxValue)
          Sets the value of field 'maxValue'.
 void setMinValue(java.lang.Object minValue)
          Sets the value of field 'minValue'.
 void setRestrictionType(RestrictionType restrictionType)
          Sets the value of field 'restrictionType'.
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

RestrictionModelType

public RestrictionModelType()
Method Detail

addEnum

public void addEnum(java.lang.Object vEnum)
             throws java.lang.IndexOutOfBoundsException
Method addEnum

Parameters:
vEnum -
Throws:
java.lang.IndexOutOfBoundsException

addEnum

public void addEnum(int index,
                    java.lang.Object vEnum)
             throws java.lang.IndexOutOfBoundsException
Method addEnum

Parameters:
index -
vEnum -
Throws:
java.lang.IndexOutOfBoundsException

enumerateEnum

public java.util.Enumeration enumerateEnum()
Method enumerateEnum

Returns:
Enumeration

getEnum

public java.lang.Object getEnum(int index)
                         throws java.lang.IndexOutOfBoundsException
Method getEnum

Parameters:
index -
Returns:
Object
Throws:
java.lang.IndexOutOfBoundsException

getEnum

public java.lang.Object[] getEnum()
Method getEnum

Returns:
Object

getEnumCount

public int getEnumCount()
Method getEnumCount

Returns:
int

getMaxValue

public java.lang.Object getMaxValue()
Returns the value of field 'maxValue'.

Returns:
Object

getMinValue

public java.lang.Object getMinValue()
Returns the value of field 'minValue'.

Returns:
Object

getRestrictionType

public RestrictionType getRestrictionType()
Returns the value of field 'restrictionType'.

Returns:
RestrictionType

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

removeAllEnum

public void removeAllEnum()
Method removeAllEnum


removeEnum

public java.lang.Object removeEnum(int index)
Method removeEnum

Parameters:
index -
Returns:
Object

setEnum

public void setEnum(int index,
                    java.lang.Object vEnum)
             throws java.lang.IndexOutOfBoundsException
Method setEnum

Parameters:
index -
vEnum -
Throws:
java.lang.IndexOutOfBoundsException

setEnum

public void setEnum(java.lang.Object[] enumArray)
Method setEnum

Parameters:
enumArray -

setMaxValue

public void setMaxValue(java.lang.Object maxValue)
Sets the value of field 'maxValue'.

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

setMinValue

public void setMinValue(java.lang.Object minValue)
Sets the value of field 'minValue'.

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

setRestrictionType

public void setRestrictionType(RestrictionType restrictionType)
Sets the value of field 'restrictionType'.

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

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.