Class PasswordLifeTimeType

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

    public class PasswordLifeTimeType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    <p>Java class for PasswordLifeTimeType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PasswordLifeTimeType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="expiration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="warnBeforeExpiration" minOccurs="0"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}int"&gt; &lt;minInclusive value="0"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="lockAfterExpiration" minOccurs="0"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}int"&gt; &lt;minInclusive value="0"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="minPasswordAge" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="passwordHistoryLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • expiration

        protected Integer expiration
      • warnBeforeExpiration

        protected Integer warnBeforeExpiration
      • lockAfterExpiration

        protected Integer lockAfterExpiration
      • minPasswordAge

        protected Integer minPasswordAge
      • passwordHistoryLength

        protected Integer passwordHistoryLength
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_EXPIRATION

        public static final ItemName F_EXPIRATION
      • F_WARN_BEFORE_EXPIRATION

        public static final ItemName F_WARN_BEFORE_EXPIRATION
      • F_LOCK_AFTER_EXPIRATION

        public static final ItemName F_LOCK_AFTER_EXPIRATION
      • F_MIN_PASSWORD_AGE

        public static final ItemName F_MIN_PASSWORD_AGE
      • F_PASSWORD_HISTORY_LENGTH

        public static final ItemName F_PASSWORD_HISTORY_LENGTH
    • Constructor Detail

      • PasswordLifeTimeType

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

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

      • getExpiration

        public Integer getExpiration()
        Gets the value of the expiration property.
        Returns:
        possible object is Integer
      • setExpiration

        public void setExpiration​(Integer value)
        Sets the value of the expiration property.
        Parameters:
        value - allowed object is Integer
      • getWarnBeforeExpiration

        public Integer getWarnBeforeExpiration()
        Gets the value of the warnBeforeExpiration property.
        Returns:
        possible object is Integer
      • setWarnBeforeExpiration

        public void setWarnBeforeExpiration​(Integer value)
        Sets the value of the warnBeforeExpiration property.
        Parameters:
        value - allowed object is Integer
      • getLockAfterExpiration

        public Integer getLockAfterExpiration()
        Gets the value of the lockAfterExpiration property.
        Returns:
        possible object is Integer
      • setLockAfterExpiration

        public void setLockAfterExpiration​(Integer value)
        Sets the value of the lockAfterExpiration property.
        Parameters:
        value - allowed object is Integer
      • getMinPasswordAge

        public Integer getMinPasswordAge()
        Gets the value of the minPasswordAge property.
        Returns:
        possible object is Integer
      • setMinPasswordAge

        public void setMinPasswordAge​(Integer value)
        Sets the value of the minPasswordAge property.
        Parameters:
        value - allowed object is Integer
      • getPasswordHistoryLength

        public Integer getPasswordHistoryLength()
        Gets the value of the passwordHistoryLength property.
        Returns:
        possible object is Integer
      • setPasswordHistoryLength

        public void setPasswordHistoryLength​(Integer value)
        Sets the value of the passwordHistoryLength property.
        Parameters:
        value - allowed object is Integer
      • 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 Object
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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
      • clone

        public PasswordLifeTimeType clone()
        Creates and returns a deep copy of this object.
        Overrides:
        clone in class Object
        Returns:
        A deep copy of this object.