Class UserAccountType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class UserAccountType
    extends Object
    implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
     <?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">User
                                            Account. Details</ccts:DictionaryEntryName>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Contains a
                                            set of information used to establish and maintain user accounts for an
                                            application or system.</ccts:DefinitionText>
     

    Java class for UserAccountType complex type.

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

     <complexType name="UserAccountType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.hr-xml.org/3}DocumentIDGroup" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}DocumentSequence" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}VersionID" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}Party" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}PartyReportingIDs" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}FreeFormEffectivePeriod" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}UserID" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}AccessCredential" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}PersonName" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}Communication" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}UserRole" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}AuthorizedWorkScope" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}ProhibitedWorkScope" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}AccountConfiguration" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}Notification" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}GoverningAgreementID" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}SecurityQuestionInformation" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}UserArea" minOccurs="0"/>
           </sequence>
           <attGroup ref="{http://www.hr-xml.org/3}EffectiveDateAttributeGroup"/>
           <attribute name="languageCode" type="{http://www.hr-xml.org/3}LanguageCodeContentType" />
         </restriction>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

    This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb22-plugin -Xph-tostring

    This class contains methods created by ph-jaxb22-plugin -Xph-list-extension

    This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb22-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Detail

      • UserAccountType

        public UserAccountType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • getAlternateDocumentID

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<IdentifierType> getAlternateDocumentID()
        Gets the value of the alternateDocumentID property.

        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 set method for the alternateDocumentID property.

        For example, to add a new item, do as follows:

            getAlternateDocumentID().add(newItem);
         

        Objects of the following type(s) are allowed in the list IdentifierType

      • getDocumentSequence

        @Nullable
        public BigInteger getDocumentSequence()
        Gets the value of the documentSequence property.
        Returns:
        possible object is BigInteger
      • setDocumentSequence

        public void setDocumentSequence​(@Nullable
                                        BigInteger value)
        Sets the value of the documentSequence property.
        Parameters:
        value - allowed object is BigInteger
      • setParty

        public void setParty​(@Nullable
                             PartyType value)
        Sets the value of the party property.
        Parameters:
        value - allowed object is PartyType
      • getPartyReportingIDs

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<IDSetType> getPartyReportingIDs()
        Gets the value of the partyReportingIDs property.

        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 set method for the partyReportingIDs property.

        For example, to add a new item, do as follows:

            getPartyReportingIDs().add(newItem);
         

        Objects of the following type(s) are allowed in the list IDSetType

      • getAccessCredential

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<AccessCredentialType> getAccessCredential()
        Contains a password or other token associated with the authentication of a user. This is used in pre-provisioning a partner system with user account information rather than in actual authentication processes (in which case the appropriate token would typically be passed in a SOAP security header). This component is repeatable to allow for multiple credentials or tokens. Gets the value of the accessCredential property.

        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 set method for the accessCredential property.

        For example, to add a new item, do as follows:

            getAccessCredential().add(newItem);
         

        Objects of the following type(s) are allowed in the list AccessCredentialType

      • getCommunication

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<CommunicationABIEType> getCommunication()
        Contact information related to the Users.Gets the value of the communication property.

        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 set method for the communication property.

        For example, to add a new item, do as follows:

            getCommunication().add(newItem);
         

        Objects of the following type(s) are allowed in the list CommunicationABIEType

      • getUserRole

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<UserRoleType> getUserRole()
        The designated role(s) associated with the user with regard to the account. For example, "recruiter," "compliance officer," "HR manager," etc.Gets the value of the userRole property.

        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 set method for the userRole property.

        For example, to add a new item, do as follows:

            getUserRole().add(newItem);
         

        Objects of the following type(s) are allowed in the list UserRoleType

      • getAuthorizedWorkScope

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<WorkScopeType> getAuthorizedWorkScope()
        A user's authorized scope of work.Gets the value of the authorizedWorkScope property.

        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 set method for the authorizedWorkScope property.

        For example, to add a new item, do as follows:

            getAuthorizedWorkScope().add(newItem);
         

        Objects of the following type(s) are allowed in the list WorkScopeType

      • getProhibitedWorkScope

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<WorkScopeType> getProhibitedWorkScope()
        A prohibited scope of work for a user.Gets the value of the prohibitedWorkScope property.

        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 set method for the prohibitedWorkScope property.

        For example, to add a new item, do as follows:

            getProhibitedWorkScope().add(newItem);
         

        Objects of the following type(s) are allowed in the list WorkScopeType

      • getNotification

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<NotificationType> getNotification()
        Gets the value of the notification property.

        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 set method for the notification property.

        For example, to add a new item, do as follows:

            getNotification().add(newItem);
         

        Objects of the following type(s) are allowed in the list NotificationType

      • getGoverningAgreementID

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<IdentifierType> getGoverningAgreementID()
        Gets the value of the governingAgreementID property.

        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 set method for the governingAgreementID property.

        For example, to add a new item, do as follows:

            getGoverningAgreementID().add(newItem);
         

        Objects of the following type(s) are allowed in the list IdentifierType

      • getSecurityQuestionInformation

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<SecurityQuestionInformationType> getSecurityQuestionInformation()
        Gets the value of the securityQuestionInformation property.

        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 set method for the securityQuestionInformation property.

        For example, to add a new item, do as follows:

            getSecurityQuestionInformation().add(newItem);
         

        Objects of the following type(s) are allowed in the list SecurityQuestionInformationType

      • setUserArea

        public void setUserArea​(@Nullable
                                UserAreaType value)
        Sets the value of the userArea property.
        Parameters:
        value - allowed object is UserAreaType
      • getLanguageCode

        @Nullable
        public String getLanguageCode()
        Gets the value of the languageCode property.
        Returns:
        possible object is String
      • setLanguageCode

        public void setLanguageCode​(@Nullable
                                    String value)
        Sets the value of the languageCode property.
        Parameters:
        value - allowed object is String
      • getValidFrom

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<String> getValidFrom()
        Gets the value of the validFrom property.

        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 set method for the validFrom property.

        For example, to add a new item, do as follows:

            getValidFrom().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getValidTo

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<String> getValidTo()
        Gets the value of the validTo property.

        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 set method for the validTo property.

        For example, to add a new item, do as follows:

            getValidTo().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • setAlternateDocumentID

        public void setAlternateDocumentID​(@Nullable
                                           List<IdentifierType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setPartyReportingIDs

        public void setPartyReportingIDs​(@Nullable
                                         List<IDSetType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setAccessCredential

        public void setAccessCredential​(@Nullable
                                        List<AccessCredentialType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setCommunication

        public void setCommunication​(@Nullable
                                     List<CommunicationABIEType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setUserRole

        public void setUserRole​(@Nullable
                                List<UserRoleType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setAuthorizedWorkScope

        public void setAuthorizedWorkScope​(@Nullable
                                           List<WorkScopeType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setProhibitedWorkScope

        public void setProhibitedWorkScope​(@Nullable
                                           List<WorkScopeType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setNotification

        public void setNotification​(@Nullable
                                    List<NotificationType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setGoverningAgreementID

        public void setGoverningAgreementID​(@Nullable
                                            List<IdentifierType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setSecurityQuestionInformation

        public void setSecurityQuestionInformation​(@Nullable
                                                   List<SecurityQuestionInformationType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setValidFrom

        public void setValidFrom​(@Nullable
                                 List<String> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setValidTo

        public void setValidTo​(@Nullable
                               List<String> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • hasAlternateDocumentIDEntries

        public boolean hasAlternateDocumentIDEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoAlternateDocumentIDEntries

        public boolean hasNoAlternateDocumentIDEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getAlternateDocumentIDCount

        @Nonnegative
        public int getAlternateDocumentIDCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addAlternateDocumentID

        public void addAlternateDocumentID​(@Nonnull
                                           IdentifierType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasPartyReportingIDsEntries

        public boolean hasPartyReportingIDsEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoPartyReportingIDsEntries

        public boolean hasNoPartyReportingIDsEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getPartyReportingIDsCount

        @Nonnegative
        public int getPartyReportingIDsCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addPartyReportingIDs

        public void addPartyReportingIDs​(@Nonnull
                                         IDSetType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasAccessCredentialEntries

        public boolean hasAccessCredentialEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoAccessCredentialEntries

        public boolean hasNoAccessCredentialEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getAccessCredentialCount

        @Nonnegative
        public int getAccessCredentialCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addAccessCredential

        public void addAccessCredential​(@Nonnull
                                        AccessCredentialType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasCommunicationEntries

        public boolean hasCommunicationEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoCommunicationEntries

        public boolean hasNoCommunicationEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getCommunicationCount

        @Nonnegative
        public int getCommunicationCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addCommunication

        public void addCommunication​(@Nonnull
                                     CommunicationABIEType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasUserRoleEntries

        public boolean hasUserRoleEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoUserRoleEntries

        public boolean hasNoUserRoleEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getUserRoleCount

        @Nonnegative
        public int getUserRoleCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addUserRole

        public void addUserRole​(@Nonnull
                                UserRoleType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasAuthorizedWorkScopeEntries

        public boolean hasAuthorizedWorkScopeEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoAuthorizedWorkScopeEntries

        public boolean hasNoAuthorizedWorkScopeEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getAuthorizedWorkScopeCount

        @Nonnegative
        public int getAuthorizedWorkScopeCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addAuthorizedWorkScope

        public void addAuthorizedWorkScope​(@Nonnull
                                           WorkScopeType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasProhibitedWorkScopeEntries

        public boolean hasProhibitedWorkScopeEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoProhibitedWorkScopeEntries

        public boolean hasNoProhibitedWorkScopeEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getProhibitedWorkScopeCount

        @Nonnegative
        public int getProhibitedWorkScopeCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addProhibitedWorkScope

        public void addProhibitedWorkScope​(@Nonnull
                                           WorkScopeType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasNotificationEntries

        public boolean hasNotificationEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoNotificationEntries

        public boolean hasNoNotificationEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getNotificationCount

        @Nonnegative
        public int getNotificationCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addNotification

        public void addNotification​(@Nonnull
                                    NotificationType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasGoverningAgreementIDEntries

        public boolean hasGoverningAgreementIDEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoGoverningAgreementIDEntries

        public boolean hasNoGoverningAgreementIDEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getGoverningAgreementIDCount

        @Nonnegative
        public int getGoverningAgreementIDCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addGoverningAgreementID

        public void addGoverningAgreementID​(@Nonnull
                                            IdentifierType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasSecurityQuestionInformationEntries

        public boolean hasSecurityQuestionInformationEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoSecurityQuestionInformationEntries

        public boolean hasNoSecurityQuestionInformationEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getSecurityQuestionInformationCount

        @Nonnegative
        public int getSecurityQuestionInformationCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addSecurityQuestionInformation

        public void addSecurityQuestionInformation​(@Nonnull
                                                   SecurityQuestionInformationType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasValidFromEntries

        public boolean hasValidFromEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoValidFromEntries

        public boolean hasNoValidFromEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getValidFromCount

        @Nonnegative
        public int getValidFromCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addValidFrom

        public void addValidFrom​(@Nonnull
                                 String elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasValidToEntries

        public boolean hasValidToEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoValidToEntries

        public boolean hasNoValidToEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getValidToCount

        @Nonnegative
        public int getValidToCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addValidTo

        public void addValidTo​(@Nonnull
                               String elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • cloneTo

        public void cloneTo​(@Nonnull
                            UserAccountType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public UserAccountType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.
      • setDocumentID

        @Nonnull
        public IdentifierType setDocumentID​(@Nullable
                                            String valueParam)
        Special setter with value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type IdentifierType and never null
      • setVersionID

        @Nonnull
        public IdentifierType setVersionID​(@Nullable
                                           String valueParam)
        Special setter with value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type IdentifierType and never null
      • setUserID

        @Nonnull
        public IdentifierType setUserID​(@Nullable
                                        String valueParam)
        Special setter with value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type IdentifierType and never null
      • getDocumentIDValue

        @Nullable
        public String getDocumentIDValue()
        Get the value of the contained IdentifierType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained IdentifierType object or null
      • getVersionIDValue

        @Nullable
        public String getVersionIDValue()
        Get the value of the contained IdentifierType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained IdentifierType object or null
      • getUserIDValue

        @Nullable
        public String getUserIDValue()
        Get the value of the contained IdentifierType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained IdentifierType object or null