public class StatusType extends Object implements Serializable
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getChoiceValue()
Returns the value of field 'choiceValue'.
|
FAILED |
getFAILED()
Returns the value of field 'FAILED'.
|
PARTIAL |
getPARTIAL()
Returns the value of field 'PARTIAL'.
|
SUCCESS |
getSUCCESS()
Returns the value of field 'SUCCESS'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setFAILED(FAILED FAILED)
Sets the value of field 'FAILED'.
|
void |
setPARTIAL(PARTIAL PARTIAL)
Sets the value of field 'PARTIAL'.
|
void |
setSUCCESS(SUCCESS SUCCESS)
Sets the value of field 'SUCCESS'.
|
static StatusType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public Object getChoiceValue()
public FAILED getFAILED()
public PARTIAL getPARTIAL()
public SUCCESS getSUCCESS()
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 void setFAILED(FAILED FAILED)
FAILED - the value of field 'FAILED'.public void setPARTIAL(PARTIAL PARTIAL)
PARTIAL - the value of field 'PARTIAL'.public void setSUCCESS(SUCCESS SUCCESS)
SUCCESS - the value of field 'SUCCESS'.public static StatusType 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.