public class ServiceExceptionReport extends Object implements Serializable
| Constructor and Description |
|---|
ServiceExceptionReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceException(int index,
ServiceException vServiceException)
Method addServiceException
|
void |
addServiceException(ServiceException vServiceException)
Method addServiceException
|
void |
clearServiceException()
Method clearServiceException
|
Enumeration |
enumerateServiceException()
Method enumerateServiceException
|
ServiceException[] |
getServiceException()
Method getServiceException
|
ServiceException |
getServiceException(int index)
Method getServiceException
|
int |
getServiceExceptionCount()
Method getServiceExceptionCount
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeServiceException(ServiceException vServiceException)
Method removeServiceException
|
void |
setServiceException(int index,
ServiceException vServiceException)
Method setServiceException
|
void |
setServiceException(ServiceException[] serviceExceptionArray)
Method setServiceException
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static ServiceExceptionReport |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addServiceException(ServiceException vServiceException) throws IndexOutOfBoundsException
vServiceException - IndexOutOfBoundsExceptionpublic void addServiceException(int index,
ServiceException vServiceException)
throws IndexOutOfBoundsException
index - vServiceException - IndexOutOfBoundsExceptionpublic void clearServiceException()
public Enumeration enumerateServiceException()
public ServiceException getServiceException(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic ServiceException[] getServiceException()
public int getServiceExceptionCount()
public String getVersion()
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 removeServiceException(ServiceException vServiceException)
vServiceException - public void setServiceException(int index,
ServiceException vServiceException)
throws IndexOutOfBoundsException
index - vServiceException - IndexOutOfBoundsExceptionpublic void setServiceException(ServiceException[] serviceExceptionArray)
serviceExceptionArray - public void setVersion(String version)
version - the value of field 'version'.public static ServiceExceptionReport 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.