Class CDAArray

  • All Implemented Interfaces:
    java.io.Serializable

    public class CDAArray
    extends ArrayResource
    Collection of CDA resources.
    See Also:
    Serialized Form
    • Constructor Detail

      • CDAArray

        public CDAArray()
    • Method Detail

      • total

        public int total()
        Returns:
        total number of resources (linked excluded).
      • skip

        public int skip()
        Returns:
        number of resources to be skipped.
      • limit

        public int limit()
        Returns:
        limit attribute. How many max resources got requested?
      • getErrors

        public java.util.List<CDAError> getErrors()
        Returns:
        a list of errors if any present
      • setErrors

        public void setErrors​(java.util.List<CDAError> errors)