Class ProcessUserAccountType

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

    @CodingStyleguideUnaware
    public class ProcessUserAccountType
    extends BusinessObjectDocumentType
    Used to request processing of the UserAccount noun by a receiving application or party. UserAccount Contains a set of information used to establish and maintain user accounts for an application or system. Process is an "Action Verb". ActionExpression(s) represent and communicate data management instructions. XPath is the default expression language. The actionCode attribute (Add, Change, Delete, Replace) specifies the action to be taken by the receiver. The data entities being managed are represented as elements of the UserAccount noun in the BOD instance.

    Java class for ProcessUserAccountType complex type.

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

     <complexType name="ProcessUserAccountType">
       <complexContent>
         <extension base="{http://www.openapplications.org/oagis/9}BusinessObjectDocumentType">
           <sequence>
             <element name="DataArea" type="{http://www.hr-xml.org/3}ProcessUserAccountDataAreaType"/>
           </sequence>
         </extension>
       </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-cloneable2

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

    See Also:
    Serialized Form