|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.xml.AliasesType
public class AliasesType
Class AliasesType.
| 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 |
|---|
public AliasesType()
| Method Detail |
|---|
public void addAlias(String vAlias)
throws IndexOutOfBoundsException
vAlias -
IndexOutOfBoundsException
public void addAlias(int index,
String vAlias)
throws IndexOutOfBoundsException
index - vAlias -
IndexOutOfBoundsExceptionpublic void clearAlias()
public Enumeration enumerateAlias()
public String getAlias(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic String[] getAlias()
public int getAliasCount()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic boolean removeAlias(String vAlias)
vAlias -
public void setAlias(int index,
String vAlias)
throws IndexOutOfBoundsException
index - vAlias -
IndexOutOfBoundsExceptionpublic void setAlias(String[] aliasArray)
aliasArray -
public static AliasesType unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||