public class DispositionReport extends Object implements Serializable
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 and Description |
|---|
DispositionReport() |
DispositionReport(Node node) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
public DispositionReport()
public DispositionReport(Node node) throws JAXBException
node - JAXBExceptionpublic 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 - Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.