Class CapabilityCollectionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CapabilityCollectionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Collection of resource capabilities. Each element in this collection defines a specific resource capability. Standard midpoint capabilities are defined in a separate namespace. But that is not a closed set. Resource may also specify additional capabilities. If the code that is processing capabilities encounters unknown capability it must ignore it.

    Java class for CapabilityCollectionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CapabilityCollectionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form