SigPath

org.sigpath.bioimport.xml
Class AliasesType

java.lang.Object
  extended by org.sigpath.bioimport.xml.AliasesType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Aliases

public class AliasesType
extends Object
implements Serializable

Class AliasesType.

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

Constructor Summary
AliasesType()
           
 
Method Summary
 void addAlias(int index, String vAlias)
          Method addAlias
 void addAlias(String vAlias)
          Method addAlias
 void clearAlias()
          Method clearAlias
 Enumeration enumerateAlias()
          Method enumerateAlias
 String[] getAlias()
          Method getAlias
 String getAlias(int index)
          Method getAlias
 int getAliasCount()
          Method getAliasCount
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 boolean removeAlias(String vAlias)
          Method removeAlias
 void setAlias(int index, String vAlias)
          Method setAlias
 void setAlias(String[] aliasArray)
          Method setAlias
static AliasesType unmarshal(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

AliasesType

public AliasesType()
Method Detail

addAlias

public void addAlias(String vAlias)
              throws IndexOutOfBoundsException
Method addAlias

Parameters:
vAlias -
Throws:
IndexOutOfBoundsException

addAlias

public void addAlias(int index,
                     String vAlias)
              throws IndexOutOfBoundsException
Method addAlias

Parameters:
index -
vAlias -
Throws:
IndexOutOfBoundsException

clearAlias

public void clearAlias()
Method clearAlias


enumerateAlias

public Enumeration enumerateAlias()
Method enumerateAlias

Returns:
Enumeration

getAlias

public String getAlias(int index)
                throws IndexOutOfBoundsException
Method getAlias

Parameters:
index -
Returns:
String
Throws:
IndexOutOfBoundsException

getAlias

public String[] getAlias()
Method getAlias

Returns:
String

getAliasCount

public int getAliasCount()
Method getAliasCount

Returns:
int

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

removeAlias

public boolean removeAlias(String vAlias)
Method removeAlias

Parameters:
vAlias -
Returns:
boolean

setAlias

public void setAlias(int index,
                     String vAlias)
              throws IndexOutOfBoundsException
Method setAlias

Parameters:
index -
vAlias -
Throws:
IndexOutOfBoundsException

setAlias

public void setAlias(String[] aliasArray)
Method setAlias

Parameters:
aliasArray -

unmarshal

public static AliasesType unmarshal(Reader reader)
                             throws MarshalException,
                                    ValidationException
Method unmarshal

Parameters:
reader -
Returns:
AliasesType
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.