|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.DispositionReport
public class DispositionReport
Java class for dispositionReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dispositionReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}result" maxOccurs="unbounded"/>
</sequence>
<attribute name="truncated" type="{urn:uddi-org:api_v3}truncated" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DispositionReport()
|
|
DispositionReport(Node node)
|
|
| Method Summary | |
|---|---|
boolean |
countainsErrorCode(String errCodeKey)
Determines if one of the Results in the this DispositionReport has a Error Code that matches the errCodeKey passed in. |
List<Result> |
getResult()
Gets the value of the result property. |
Boolean |
isTruncated()
Gets the value of the truncated property. |
void |
setTruncated(Boolean value)
Sets the value of the truncated property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Result> result
protected Boolean truncated
public static final transient String E_ACCOUNT_LIMIT_EXCEEDED
public static final transient String E_ASSERTION_NOT_FOUND
public static final transient String E_AUTH_TOKEN_EXPIRED
public static final transient String E_AUTH_TOKEN_REQUIRED
public static final transient String E_BUSY
public static final transient String E_CATEGORIZATION_NOT_ALLOWED
public static final transient String E_FATAL_ERROR
public static final transient String E_INVALID_COMBINATION
public static final transient String E_INVALID_CATEGORY
public static final transient String E_INVALID_COMPLETION_STATUS
public static final transient String E_INVALID_KEY_PASSED
public static final transient String E_KEY_UNAVAILABLE
public static final transient String E_INVALID_PROJECTION
public static final transient String E_INVALID_TIME
public static final transient String E_INVALID_URL_PASSED
public static final transient String E_INVALID_VALUE
public static final transient String E_KEY_RETIRED
public static final transient String E_LANGUAGE_ERROR
public static final transient String E_MESSAGE_TOO_LARGE
public static final transient String E_NAME_TOO_LONG
public static final transient String E_OPERATOR_MISMATCH
public static final transient String E_PUBLISHER_CANCELLED
public static final transient String E_REQUEST_DENIED
public static final transient String E_REQUEST_TIMEOUT
public static final transient String E_RESULT_SET_TOO_LARGE
public static final transient String E_SECRET_UNKNOWN
public static final transient String E_SUCCESS
public static final transient String E_TOO_MANY_OPTIONS
public static final transient String E_TRANSFER_ABORTED
public static final transient String E_UNKNOWN_USER
public static final transient String E_UNRECOGNIZED_VERSION
public static final transient String E_UNSUPPORTED
public static final transient String E_UNVALIDATABLE
public static final transient String E_USER_MISMATCH
public static final transient String E_VALUE_NOT_ALLOWED
public static final transient String E_TOKEN_ALREADY_EXISTS
public static final transient String E_TRANSFER_NOT_ALLOWED
| Constructor Detail |
|---|
public DispositionReport()
public DispositionReport(Node node)
throws javax.xml.bind.JAXBException
node -
javax.xml.bind.JAXBException| Method Detail |
|---|
public List<Result> getResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the result property.
For example, to add a new item, do as follows:
getResult().add(newItem);
Objects of the following type(s) are allowed in the list
Result
public Boolean isTruncated()
Booleanpublic void setTruncated(Boolean value)
value - allowed object is
Booleanpublic boolean countainsErrorCode(String errCodeKey)
errCodeKey -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||