public class DescriptionType extends Object implements Serializable
| Constructor and Description |
|---|
DescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeywords(int index,
Keywords vKeywords)
Method addKeywords
|
void |
addKeywords(Keywords vKeywords)
Method addKeywords
|
void |
clearKeywords()
Method clearKeywords
|
Enumeration |
enumerateKeywords()
Method enumerateKeywords
|
String |
getAbstract()
Returns the value of field 'abstract'.
|
Keywords[] |
getKeywords()
Method getKeywords
|
Keywords |
getKeywords(int index)
Method getKeywords
|
int |
getKeywordsCount()
Method getKeywordsCount
|
String |
getTitle()
Returns the value of field 'title'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeKeywords(Keywords vKeywords)
Method removeKeywords
|
void |
setAbstract(String _abstract)
Sets the value of field 'abstract'.
|
void |
setKeywords(int index,
Keywords vKeywords)
Method setKeywords
|
void |
setKeywords(Keywords[] keywordsArray)
Method setKeywords
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
static DescriptionType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addKeywords(Keywords vKeywords) throws IndexOutOfBoundsException
vKeywords - IndexOutOfBoundsExceptionpublic void addKeywords(int index,
Keywords vKeywords)
throws IndexOutOfBoundsException
index - vKeywords - IndexOutOfBoundsExceptionpublic void clearKeywords()
public Enumeration enumerateKeywords()
public String getAbstract()
public Keywords getKeywords(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Keywords[] getKeywords()
public int getKeywordsCount()
public String getTitle()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeKeywords(Keywords vKeywords)
vKeywords - public void setAbstract(String _abstract)
_abstract - abstract - the value of field 'abstract'.public void setKeywords(int index,
Keywords vKeywords)
throws IndexOutOfBoundsException
index - vKeywords - IndexOutOfBoundsExceptionpublic void setKeywords(Keywords[] keywordsArray)
keywordsArray - public void setTitle(String title)
title - the value of field 'title'.public static DescriptionType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.