org.uddi.api_v3
Class DispositionReport

java.lang.Object
  extended by org.uddi.api_v3.DispositionReport
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
static String E_ACCOUNT_LIMIT_EXCEEDED
           
static String E_ASSERTION_NOT_FOUND
           
static String E_AUTH_TOKEN_EXPIRED
           
static String E_AUTH_TOKEN_REQUIRED
           
static String E_BUSY
           
static String E_CATEGORIZATION_NOT_ALLOWED
           
static String E_FATAL_ERROR
           
static String E_INVALID_CATEGORY
           
static String E_INVALID_COMBINATION
           
static String E_INVALID_COMPLETION_STATUS
           
static String E_INVALID_KEY_PASSED
           
static String E_INVALID_PROJECTION
           
static String E_INVALID_TIME
           
static String E_INVALID_URL_PASSED
           
static String E_INVALID_VALUE
           
static String E_KEY_RETIRED
           
static String E_KEY_UNAVAILABLE
           
static String E_LANGUAGE_ERROR
           
static String E_MESSAGE_TOO_LARGE
           
static String E_NAME_TOO_LONG
           
static String E_OPERATOR_MISMATCH
           
static String E_PUBLISHER_CANCELLED
           
static String E_REQUEST_DENIED
           
static String E_REQUEST_TIMEOUT
           
static String E_RESULT_SET_TOO_LARGE
           
static String E_SECRET_UNKNOWN
           
static String E_SUCCESS
           
static String E_TOKEN_ALREADY_EXISTS
           
static String E_TOO_MANY_OPTIONS
           
static String E_TRANSFER_ABORTED
           
static String E_TRANSFER_NOT_ALLOWED
           
static String E_UNKNOWN_USER
           
static String E_UNRECOGNIZED_VERSION
           
static String E_UNSUPPORTED
           
static String E_UNVALIDATABLE
           
static String E_USER_MISMATCH
           
static String E_VALUE_NOT_ALLOWED
           
protected  List<Result> result
           
protected  Boolean truncated
           
 
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

result

protected List<Result> result

truncated

protected Boolean truncated

E_ACCOUNT_LIMIT_EXCEEDED

public static final transient String E_ACCOUNT_LIMIT_EXCEEDED
See Also:
Constant Field Values

E_ASSERTION_NOT_FOUND

public static final transient String E_ASSERTION_NOT_FOUND
See Also:
Constant Field Values

E_AUTH_TOKEN_EXPIRED

public static final transient String E_AUTH_TOKEN_EXPIRED
See Also:
Constant Field Values

E_AUTH_TOKEN_REQUIRED

public static final transient String E_AUTH_TOKEN_REQUIRED
See Also:
Constant Field Values

E_BUSY

public static final transient String E_BUSY
See Also:
Constant Field Values

E_CATEGORIZATION_NOT_ALLOWED

public static final transient String E_CATEGORIZATION_NOT_ALLOWED
See Also:
Constant Field Values

E_FATAL_ERROR

public static final transient String E_FATAL_ERROR
See Also:
Constant Field Values

E_INVALID_COMBINATION

public static final transient String E_INVALID_COMBINATION
See Also:
Constant Field Values

E_INVALID_CATEGORY

public static final transient String E_INVALID_CATEGORY
See Also:
Constant Field Values

E_INVALID_COMPLETION_STATUS

public static final transient String E_INVALID_COMPLETION_STATUS
See Also:
Constant Field Values

E_INVALID_KEY_PASSED

public static final transient String E_INVALID_KEY_PASSED
See Also:
Constant Field Values

E_KEY_UNAVAILABLE

public static final transient String E_KEY_UNAVAILABLE
See Also:
Constant Field Values

E_INVALID_PROJECTION

public static final transient String E_INVALID_PROJECTION
See Also:
Constant Field Values

E_INVALID_TIME

public static final transient String E_INVALID_TIME
See Also:
Constant Field Values

E_INVALID_URL_PASSED

public static final transient String E_INVALID_URL_PASSED
See Also:
Constant Field Values

E_INVALID_VALUE

public static final transient String E_INVALID_VALUE
See Also:
Constant Field Values

E_KEY_RETIRED

public static final transient String E_KEY_RETIRED
See Also:
Constant Field Values

E_LANGUAGE_ERROR

public static final transient String E_LANGUAGE_ERROR
See Also:
Constant Field Values

E_MESSAGE_TOO_LARGE

public static final transient String E_MESSAGE_TOO_LARGE
See Also:
Constant Field Values

E_NAME_TOO_LONG

public static final transient String E_NAME_TOO_LONG
See Also:
Constant Field Values

E_OPERATOR_MISMATCH

public static final transient String E_OPERATOR_MISMATCH
See Also:
Constant Field Values

E_PUBLISHER_CANCELLED

public static final transient String E_PUBLISHER_CANCELLED
See Also:
Constant Field Values

E_REQUEST_DENIED

public static final transient String E_REQUEST_DENIED
See Also:
Constant Field Values

E_REQUEST_TIMEOUT

public static final transient String E_REQUEST_TIMEOUT
See Also:
Constant Field Values

E_RESULT_SET_TOO_LARGE

public static final transient String E_RESULT_SET_TOO_LARGE
See Also:
Constant Field Values

E_SECRET_UNKNOWN

public static final transient String E_SECRET_UNKNOWN
See Also:
Constant Field Values

E_SUCCESS

public static final transient String E_SUCCESS
See Also:
Constant Field Values

E_TOO_MANY_OPTIONS

public static final transient String E_TOO_MANY_OPTIONS
See Also:
Constant Field Values

E_TRANSFER_ABORTED

public static final transient String E_TRANSFER_ABORTED
See Also:
Constant Field Values

E_UNKNOWN_USER

public static final transient String E_UNKNOWN_USER
See Also:
Constant Field Values

E_UNRECOGNIZED_VERSION

public static final transient String E_UNRECOGNIZED_VERSION
See Also:
Constant Field Values

E_UNSUPPORTED

public static final transient String E_UNSUPPORTED
See Also:
Constant Field Values

E_UNVALIDATABLE

public static final transient String E_UNVALIDATABLE
See Also:
Constant Field Values

E_USER_MISMATCH

public static final transient String E_USER_MISMATCH
See Also:
Constant Field Values

E_VALUE_NOT_ALLOWED

public static final transient String E_VALUE_NOT_ALLOWED
See Also:
Constant Field Values

E_TOKEN_ALREADY_EXISTS

public static final transient String E_TOKEN_ALREADY_EXISTS
See Also:
Constant Field Values

E_TRANSFER_NOT_ALLOWED

public static final transient String E_TRANSFER_NOT_ALLOWED
See Also:
Constant Field Values
Constructor Detail

DispositionReport

public DispositionReport()

DispositionReport

public DispositionReport(Node node)
                  throws javax.xml.bind.JAXBException
Parameters:
node -
Throws:
javax.xml.bind.JAXBException
Method Detail

getResult

public List<Result> getResult()
Gets the value of the result property.

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


isTruncated

public Boolean isTruncated()
Gets the value of the truncated property.

Returns:
possible object is Boolean

setTruncated

public void setTruncated(Boolean value)
Sets the value of the truncated property.

Parameters:
value - allowed object is Boolean

countainsErrorCode

public boolean countainsErrorCode(String errCodeKey)
Determines if one of the Results in the this DispositionReport has a Error Code that matches the errCodeKey passed in. The errCodeKey should be one of the

Parameters:
errCodeKey -
Returns:
true if the errCodeKey matches with a code in the Results.


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.