public class KeywordsType extends Object implements Serializable
| Constructor and Description |
|---|
KeywordsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyword(int index,
String vKeyword)
Method addKeyword
|
void |
addKeyword(String vKeyword)
Method addKeyword
|
void |
clearKeyword()
Method clearKeyword
|
Enumeration |
enumerateKeyword()
Method enumerateKeyword
|
String[] |
getKeyword()
Method getKeyword
|
String |
getKeyword(int index)
Method getKeyword
|
int |
getKeywordCount()
Method getKeywordCount
|
Type |
getType()
Returns the value of field 'type'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeKeyword(String vKeyword)
Method removeKeyword
|
void |
setKeyword(int index,
String vKeyword)
Method setKeyword
|
void |
setKeyword(String[] keywordArray)
Method setKeyword
|
void |
setType(Type type)
Sets the value of field 'type'.
|
static KeywordsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addKeyword(String vKeyword) throws IndexOutOfBoundsException
vKeyword - IndexOutOfBoundsExceptionpublic void addKeyword(int index,
String vKeyword)
throws IndexOutOfBoundsException
index - vKeyword - IndexOutOfBoundsExceptionpublic void clearKeyword()
public Enumeration enumerateKeyword()
public String getKeyword(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getKeyword()
public int getKeywordCount()
public Type getType()
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 removeKeyword(String vKeyword)
vKeyword - public void setKeyword(int index,
String vKeyword)
throws IndexOutOfBoundsException
index - vKeyword - IndexOutOfBoundsExceptionpublic void setKeyword(String[] keywordArray)
keywordArray - public void setType(Type type)
type - the value of field 'type'.public static KeywordsType 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 © 2020 B3Partners B.V.. All rights reserved.