public class DispositionReport extends Object
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_v2}result" maxOccurs="unbounded"/> </sequence> <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="operator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="truncated" type="{urn:uddi-org:api_v2}truncated" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static String |
E_ACCOUNT_LIMIT_EXCEEDED
E_accountLimitExceeded: (10160) Signifies that a save request exceeded
the quantity limits for a given data type.
|
static String |
E_ASSERTION_NOT_FOUND
(30000) Signifies that a particular publisher assertion (consisting of
two businessKey values, and a keyed reference with three components)
cannot be identified in a save or delete operation.
|
static String |
E_AUTH_TOKEN_EXPIRED
E_authTokenExpired: (10110) Signifies that the authentication token
information has timed out.
|
static String |
E_AUTH_TOKEN_REQUIRED
E_authTokenRequired: (10120) Signifies that an invalid authentication
token was passed to an API call that requires authentication.
|
static String |
E_BUSY
E_busy: (10400) Signifies that the request cannot be processed at the
current time.
|
static String |
E_CATEGORIZATION_NOT_ALLOWED
E_categorizationNotAllowed: (20100) RETIRED.
|
static String |
E_FATAL_ERROR
E_fatalError: (10500) Signifies that a serious technical error has
occurred while processing the request.
|
static String |
E_INVALID_CATEGORY
Deprecated.
|
static String |
E_INVALID_COMPLETION_STATUS
E_invalidCompletionStatus: (30100) signifies that one of the assertion
status values passed is unrecognized.
|
static String |
E_INVALID_KEY_PASSED
E_invalidKeyPassed: (10210) Signifies that the uuid_key value passed did
not match with any known key values.
|
static String |
E_INVALID_PROJECTION
E_invalidProjection: (20230) Signifies that an attempt was made to save
a businessEntity containing a service projection that does not match the
businessService being projected.
|
static String |
E_INVALID_URL_PASSED
E_invalidURLPassed: (10220) DO NOT USE.
|
static String |
E_INVALID_VALUE
E_invalidValue: (20200) A value that was passed in a keyValue attribute
did not pass validation.
|
static String |
E_KEY_RETIRED
E_keyRetired: (10310) DO NOT USE.
|
static String |
E_LANGUAGE_ERROR
E_languageError: (10060) Signifies that an error was detected while
processing elements that were annotated with xml:lang qualifiers.
|
static String |
E_MESSAGE_TOO_LARGE
E_messageTooLarge: (30110) Signifies that the message is too large.
|
static String |
E_NAME_TOO_LONG
E_nameTooLong: (10020) RETIRED.
|
static String |
E_OPERATOR_MISMATCH
E_operatorMismatch: (10130) DO NOT USE.
|
static String |
E_PUBLISHER_CANCELLED
E_publisherCancelled: (30220) The target publisher cancelled the custody
transfer operation.
|
static String |
E_REQUEST_DENIED
E_requestDenied: (30210) A custody transfer request has been refused.
|
static String |
E_REQUEST_TIMEOUT
E_requestTimeout: (20240) Signifies that the request could not be
carried out because a needed web service, such as validate_values, did
not respond in a reasonable amount of time.
|
static String |
E_SECRET_UNKNOWN
E_secretUnknown: (30230) The target publisher was unable to match the
shared secret and the five (5) attempt limit was exhausted.
|
static String |
E_SUCCESS
E_success: (0) Signifies no failure occurred.
|
static String |
E_TOO_MANY_OPTIONS
E_tooManyOptions: (10030) Signifies that too many or incompatible
arguments were passed.
|
static String |
E_TRANSFER_ABORTED
E_transferAborted: (30200) Signifies that a custody transfer request
will not succeed.
|
static String |
E_UNKNOWN_USER
E_unknownUser: (10150) Signifies that the user ID and password pair
passed in a get_authToken message is not known to the Operator Site or
is not valid.
|
static String |
E_UNRECOGNIZED_VERSION
E_unrecognizedVersion: (10040) Signifies that the value of the generic
attribute passed is unsupported by the Operator Instance being queried.
|
static String |
E_UNSUPPORTED
E_unsupported: (10050) Signifies that the implementer does not support a
feature or API.
|
static String |
E_UNVALIDATABLE
E_unvalidatable: (20220) Signifies that an attempt was made to reference
a taxonomy or identifier system in a keyedReference whose tModel is
categorized with the unvalidatable categorization.
|
static String |
E_USER_MISMATCH
E_userMismatch: (10140) Signifies that an attempt was made to use the
publishing API to change data that is controlled by another party.
|
static String |
E_VALUE_NOT_ALLOWED
E_valueNotAllowed: (20210) Signifies that a value did not pass
validation because of contextual issues.
|
protected String |
generic |
protected String |
operator |
protected List<Result> |
result |
protected Truncated |
truncated |
Constructor and Description |
---|
DispositionReport() |
DispositionReport(Node firstChild) |
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.
|
String |
getGeneric()
Gets the value of the generic property.
|
String |
getOperator()
Gets the value of the operator property.
|
List<Result> |
getResult()
Gets the value of the result property.
|
Truncated |
getTruncated()
Gets the value of the truncated property.
|
void |
setGeneric(String value)
Sets the value of the generic property.
|
void |
setOperator(String value)
Sets the value of the operator property.
|
void |
setTruncated(Truncated value)
Sets the value of the truncated property.
|
protected String generic
protected String operator
protected Truncated truncated
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_ACCOUNT_LIMIT_EXCEEDED
public static final transient String E_BUSY
public static final transient String E_CATEGORIZATION_NOT_ALLOWED
public static final transient String E_FATAL_ERROR
@Deprecated 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_INVALID_PROJECTION
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_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 DispositionReport(Node firstChild) throws JAXBException
JAXBException
public DispositionReport()
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 String getGeneric()
String
public void setGeneric(String value)
value
- allowed object is String
public String getOperator()
String
public void setOperator(String value)
value
- allowed object is String
public Truncated getTruncated()
Truncated
public void setTruncated(Truncated value)
value
- allowed object is Truncated
public boolean countainsErrorCode(String errCodeKey)
errCodeKey
- Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.