Class CapabilityCollectionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, 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. <p>Java class for CapabilityCollectionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CapabilityCollectionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form