|
||||||||||
| 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>
| Field Summary | |
|---|---|
static java.lang.String |
E_ACCOUNT_LIMIT_EXCEEDED
|
static java.lang.String |
E_ASSERTION_NOT_FOUND
|
static java.lang.String |
E_AUTH_TOKEN_EXPIRED
|
static java.lang.String |
E_AUTH_TOKEN_REQUIRED
|
static java.lang.String |
E_BUSY
|
static java.lang.String |
E_CATEGORIZATION_NOT_ALLOWED
|
static java.lang.String |
E_FATAL_ERROR
|
static java.lang.String |
E_INVALID_CATEGORY
|
static java.lang.String |
E_INVALID_COMBINATION
|
static java.lang.String |
E_INVALID_COMPLETION_STATUS
|
static java.lang.String |
E_INVALID_KEY_PASSED
|
static java.lang.String |
E_INVALID_PROJECTION
|
static java.lang.String |
E_INVALID_TIME
|
static java.lang.String |
E_INVALID_URL_PASSED
|
static java.lang.String |
E_INVALID_VALUE
|
static java.lang.String |
E_KEY_RETIRED
|
static java.lang.String |
E_KEY_UNAVAILABLE
|
static java.lang.String |
E_LANGUAGE_ERROR
|
static java.lang.String |
E_MESSAGE_TOO_LARGE
|
static java.lang.String |
E_NAME_TOO_LONG
|
static java.lang.String |
E_OPERATOR_MISMATCH
|
static java.lang.String |
E_PUBLISHER_CANCELLED
|
static java.lang.String |
E_REQUEST_DENIED
|
static java.lang.String |
E_REQUEST_TIMEOUT
|
static java.lang.String |
E_RESULT_SET_TOO_LARGE
|
static java.lang.String |
E_SECRET_UNKNOWN
|
static java.lang.String |
E_SUCCESS
|
static java.lang.String |
E_TOKEN_ALREADY_EXISTS
|
static java.lang.String |
E_TOO_MANY_OPTIONS
|
static java.lang.String |
E_TRANSFER_ABORTED
|
static java.lang.String |
E_TRANSFER_NOT_ALLOWED
|
static java.lang.String |
E_UNKNOWN_USER
|
static java.lang.String |
E_UNRECOGNIZED_VERSION
|
static java.lang.String |
E_UNSUPPORTED
|
static java.lang.String |
E_UNVALIDATABLE
|
static java.lang.String |
E_USER_MISMATCH
|
static java.lang.String |
E_VALUE_NOT_ALLOWED
|
protected java.util.List<Result> |
result
|
protected java.lang.Boolean |
truncated
|
| Constructor Summary | |
|---|---|
DispositionReport()
|
|
DispositionReport(org.w3c.dom.Node node)
|
|
| Method Summary | |
|---|---|
boolean |
countainsErrorCode(java.lang.String errCodeKey)
Determines if one of the Results in the this DispositionReport has a Error Code that matches the errCodeKey passed in. |
java.util.List<Result> |
getResult()
Gets the value of the result property. |
java.lang.Boolean |
isTruncated()
Gets the value of the truncated property. |
void |
setTruncated(java.lang.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 java.util.List<Result> result
protected java.lang.Boolean truncated
public static final transient java.lang.String E_ACCOUNT_LIMIT_EXCEEDED
public static final transient java.lang.String E_ASSERTION_NOT_FOUND
public static final transient java.lang.String E_AUTH_TOKEN_EXPIRED
public static final transient java.lang.String E_AUTH_TOKEN_REQUIRED
public static final transient java.lang.String E_BUSY
public static final transient java.lang.String E_CATEGORIZATION_NOT_ALLOWED
public static final transient java.lang.String E_FATAL_ERROR
public static final transient java.lang.String E_INVALID_COMBINATION
public static final transient java.lang.String E_INVALID_CATEGORY
public static final transient java.lang.String E_INVALID_COMPLETION_STATUS
public static final transient java.lang.String E_INVALID_KEY_PASSED
public static final transient java.lang.String E_KEY_UNAVAILABLE
public static final transient java.lang.String E_INVALID_PROJECTION
public static final transient java.lang.String E_INVALID_TIME
public static final transient java.lang.String E_INVALID_URL_PASSED
public static final transient java.lang.String E_INVALID_VALUE
public static final transient java.lang.String E_KEY_RETIRED
public static final transient java.lang.String E_LANGUAGE_ERROR
public static final transient java.lang.String E_MESSAGE_TOO_LARGE
public static final transient java.lang.String E_NAME_TOO_LONG
public static final transient java.lang.String E_OPERATOR_MISMATCH
public static final transient java.lang.String E_PUBLISHER_CANCELLED
public static final transient java.lang.String E_REQUEST_DENIED
public static final transient java.lang.String E_REQUEST_TIMEOUT
public static final transient java.lang.String E_RESULT_SET_TOO_LARGE
public static final transient java.lang.String E_SECRET_UNKNOWN
public static final transient java.lang.String E_SUCCESS
public static final transient java.lang.String E_TOO_MANY_OPTIONS
public static final transient java.lang.String E_TRANSFER_ABORTED
public static final transient java.lang.String E_UNKNOWN_USER
public static final transient java.lang.String E_UNRECOGNIZED_VERSION
public static final transient java.lang.String E_UNSUPPORTED
public static final transient java.lang.String E_UNVALIDATABLE
public static final transient java.lang.String E_USER_MISMATCH
public static final transient java.lang.String E_VALUE_NOT_ALLOWED
public static final transient java.lang.String E_TOKEN_ALREADY_EXISTS
public static final transient java.lang.String E_TRANSFER_NOT_ALLOWED
| Constructor Detail |
|---|
public DispositionReport()
public DispositionReport(org.w3c.dom.Node node)
throws javax.xml.bind.JAXBException
node -
javax.xml.bind.JAXBException| Method Detail |
|---|
public java.util.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 java.lang.Boolean isTruncated()
Booleanpublic void setTruncated(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean countainsErrorCode(java.lang.String errCodeKey)
errCodeKey -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||