public class RequestSummary extends Object implements Serializable
| Constructor and Description |
|---|
RequestSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeSummary(int index,
TypeSummary vTypeSummary)
Method addTypeSummary
|
void |
addTypeSummary(TypeSummary vTypeSummary)
Method addTypeSummary
|
void |
clearTypeSummary()
Method clearTypeSummary
|
Enumeration |
enumerateTypeSummary()
Method enumerateTypeSummary
|
TypeSummary[] |
getTypeSummary()
Method getTypeSummary
|
TypeSummary |
getTypeSummary(int index)
Method getTypeSummary
|
int |
getTypeSummaryCount()
Method getTypeSummaryCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeTypeSummary(TypeSummary vTypeSummary)
Method removeTypeSummary
|
void |
setTypeSummary(int index,
TypeSummary vTypeSummary)
Method setTypeSummary
|
void |
setTypeSummary(TypeSummary[] typeSummaryArray)
Method setTypeSummary
|
static RequestSummary |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addTypeSummary(TypeSummary vTypeSummary) throws IndexOutOfBoundsException
vTypeSummary - IndexOutOfBoundsExceptionpublic void addTypeSummary(int index,
TypeSummary vTypeSummary)
throws IndexOutOfBoundsException
index - vTypeSummary - IndexOutOfBoundsExceptionpublic void clearTypeSummary()
public Enumeration enumerateTypeSummary()
public TypeSummary getTypeSummary(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic TypeSummary[] getTypeSummary()
public int getTypeSummaryCount()
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 removeTypeSummary(TypeSummary vTypeSummary)
vTypeSummary - public void setTypeSummary(int index,
TypeSummary vTypeSummary)
throws IndexOutOfBoundsException
index - vTypeSummary - IndexOutOfBoundsExceptionpublic void setTypeSummary(TypeSummary[] typeSummaryArray)
typeSummaryArray - public static RequestSummary 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 © 2015. All rights reserved.