Class ActivationStatusCapabilityType

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

    public class ActivationStatusCapabilityType
    extends CapabilityType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Describes capability to provide activation status (e.g. account enable and disable). <p>Java class for ActivationStatusCapabilityType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ActivationStatusCapabilityType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"&gt; &lt;sequence&gt; &lt;element name="returnedByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="attribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="enableValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="disableValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="ignoreAttribute" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • returnedByDefault

        protected Boolean returnedByDefault
      • attribute

        protected QName attribute
      • disableValue

        protected List<String> disableValue
      • ignoreAttribute

        protected Boolean ignoreAttribute
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_RETURNED_BY_DEFAULT

        public static final ItemName F_RETURNED_BY_DEFAULT
      • F_ATTRIBUTE

        public static final ItemName F_ATTRIBUTE
      • F_ENABLE_VALUE

        public static final ItemName F_ENABLE_VALUE
      • F_DISABLE_VALUE

        public static final ItemName F_DISABLE_VALUE
      • F_IGNORE_ATTRIBUTE

        public static final ItemName F_IGNORE_ATTRIBUTE
    • Constructor Detail

      • ActivationStatusCapabilityType

        public ActivationStatusCapabilityType()
        Creates a new {@code ActivationStatusCapabilityType} instance.
      • ActivationStatusCapabilityType

        public ActivationStatusCapabilityType​(ActivationStatusCapabilityType o)
        Creates a new {@code ActivationStatusCapabilityType} instance by deeply copying a given {@code ActivationStatusCapabilityType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • isReturnedByDefault

        public Boolean isReturnedByDefault()
        Gets the value of the returnedByDefault property.
        Returns:
        possible object is Boolean
      • setReturnedByDefault

        public void setReturnedByDefault​(Boolean value)
        Sets the value of the returnedByDefault property.
        Parameters:
        value - allowed object is Boolean
      • getAttribute

        public QName getAttribute()
        Gets the value of the attribute property.
        Returns:
        possible object is QName
      • setAttribute

        public void setAttribute​(QName value)
        Sets the value of the attribute property.
        Parameters:
        value - allowed object is QName
      • getEnableValue

        public List<String> getEnableValue()
        Gets the value of the enableValue property. <p> 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 <CODE>set</CODE> method for the enableValue property. <p> For example, to add a new item, do as follows: <pre> getEnableValue().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list String
      • getDisableValue

        public List<String> getDisableValue()
        Gets the value of the disableValue property. <p> 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 <CODE>set</CODE> method for the disableValue property. <p> For example, to add a new item, do as follows: <pre> getDisableValue().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list String
      • isIgnoreAttribute

        public Boolean isIgnoreAttribute()
        Gets the value of the ignoreAttribute property.
        Returns:
        possible object is Boolean
      • setIgnoreAttribute

        public void setIgnoreAttribute​(Boolean value)
        Sets the value of the ignoreAttribute property.
        Parameters:
        value - allowed object is Boolean
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class CapabilityType
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
        Overrides:
        hashCode in class CapabilityType
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals
        Overrides:
        equals in class CapabilityType