public class ResultFormatType extends Object implements Serializable
| Constructor and Description |
|---|
ResultFormatType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResultFormatTypeItem(int index,
ResultFormatTypeItem vResultFormatTypeItem)
Method addResultFormatTypeItem
|
void |
addResultFormatTypeItem(ResultFormatTypeItem vResultFormatTypeItem)
Method addResultFormatTypeItem
|
void |
clearResultFormatTypeItem()
Method clearResultFormatTypeItem
|
Enumeration |
enumerateResultFormatTypeItem()
Method enumerateResultFormatTypeItem
|
ResultFormatTypeItem[] |
getResultFormatTypeItem()
Method getResultFormatTypeItem
|
ResultFormatTypeItem |
getResultFormatTypeItem(int index)
Method getResultFormatTypeItem
|
int |
getResultFormatTypeItemCount()
Method getResultFormatTypeItemCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeResultFormatTypeItem(ResultFormatTypeItem vResultFormatTypeItem)
Method removeResultFormatTypeItem
|
void |
setResultFormatTypeItem(int index,
ResultFormatTypeItem vResultFormatTypeItem)
Method setResultFormatTypeItem
|
void |
setResultFormatTypeItem(ResultFormatTypeItem[] resultFormatTypeItemArray)
Method setResultFormatTypeItem
|
static ResultFormatType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addResultFormatTypeItem(ResultFormatTypeItem vResultFormatTypeItem) throws IndexOutOfBoundsException
vResultFormatTypeItem - IndexOutOfBoundsExceptionpublic void addResultFormatTypeItem(int index,
ResultFormatTypeItem vResultFormatTypeItem)
throws IndexOutOfBoundsException
index - vResultFormatTypeItem - IndexOutOfBoundsExceptionpublic void clearResultFormatTypeItem()
public Enumeration enumerateResultFormatTypeItem()
public ResultFormatTypeItem getResultFormatTypeItem(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic ResultFormatTypeItem[] getResultFormatTypeItem()
public int getResultFormatTypeItemCount()
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 removeResultFormatTypeItem(ResultFormatTypeItem vResultFormatTypeItem)
vResultFormatTypeItem - public void setResultFormatTypeItem(int index,
ResultFormatTypeItem vResultFormatTypeItem)
throws IndexOutOfBoundsException
index - vResultFormatTypeItem - IndexOutOfBoundsExceptionpublic void setResultFormatTypeItem(ResultFormatTypeItem[] resultFormatTypeItemArray)
resultFormatTypeItemArray - public static ResultFormatType 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 © 2021 B3Partners B.V.. All rights reserved.