Class UpdateCapabilityType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class UpdateCapabilityType
    extends AbstractWriteCapabilityType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Describes update capability. <p>Java class for UpdateCapabilityType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="UpdateCapabilityType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}AbstractWriteCapabilityType"&gt; &lt;sequence&gt; &lt;element name="delta" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="addRemoveAttributeValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="attributeContentRequirement" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}AttributeContentRequirementType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form