|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.xml.pubmed.xml.Affiliation
public class Affiliation
Class Affiliation.
| Constructor Summary | |
|---|---|
Affiliation()
|
|
| Method Summary | |
|---|---|
void |
addAffiliationItem(AffiliationItem vAffiliationItem)
|
void |
addAffiliationItem(int index,
AffiliationItem vAffiliationItem)
|
Enumeration |
enumerateAffiliationItem()
Method enumerateAffiliationItem |
AffiliationItem[] |
getAffiliationItem()
Method getAffiliationItem |
AffiliationItem |
getAffiliationItem(int index)
Method getAffiliationItem |
int |
getAffiliationItemCount()
Method getAffiliationItemCount |
String |
getContent()
Returns the value of field 'content'. |
boolean |
isValid()
Method isValid |
Iterator |
iterateAffiliationItem()
Method iterateAffiliationItem |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
boolean |
removeAffiliationItem(AffiliationItem vAffiliationItem)
Method removeAffiliationItem |
AffiliationItem |
removeAffiliationItemAt(int index)
Method removeAffiliationItemAt |
void |
removeAllAffiliationItem()
|
void |
setAffiliationItem(AffiliationItem[] vAffiliationItemArray)
|
void |
setAffiliationItem(int index,
AffiliationItem vAffiliationItem)
|
void |
setContent(String content)
Sets the value of field 'content'. |
static Affiliation |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Affiliation()
| Method Detail |
|---|
public void addAffiliationItem(AffiliationItem vAffiliationItem)
throws IndexOutOfBoundsException
vAffiliationItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addAffiliationItem(int index,
AffiliationItem vAffiliationItem)
throws IndexOutOfBoundsException
index - vAffiliationItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateAffiliationItem()
public AffiliationItem getAffiliationItem(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic AffiliationItem[] getAffiliationItem()
public int getAffiliationItemCount()
public String getContent()
public boolean isValid()
public Iterator iterateAffiliationItem()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException - if an IOException occurs during
marshaling
ValidationException - if this
object is an invalid instance according to the schema
MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic boolean removeAffiliationItem(AffiliationItem vAffiliationItem)
vAffiliationItem -
public AffiliationItem removeAffiliationItemAt(int index)
index -
public void removeAllAffiliationItem()
public void setAffiliationItem(int index,
AffiliationItem vAffiliationItem)
throws IndexOutOfBoundsException
index - vAffiliationItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setAffiliationItem(AffiliationItem[] vAffiliationItemArray)
vAffiliationItemArray - public void setContent(String content)
content - the value of field 'content'.
public static Affiliation unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws ValidationException
ValidationException - if this
object is an invalid instance according to the schema
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||