Class CancelUserAccountType

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

    @CodingStyleguideUnaware
    public class CancelUserAccountType
    extends BusinessObjectDocumentType
    CancelUserAccount conveys an instruction to cancel a previously communicated UserAccount instance. Cancel is not a simple delete in that cancelation may require business calculations and require prior agreement on cancelation terms. UserAccount Contains a set of information used to establish and maintain user accounts for an application or system. Cancel is an "Action Verb". ActionExpression(s) represent and communicate data management instructions. The data entities being managed are represented as elements of the UserAccount noun in the BOD instance. The Cancel verb is used when the sender of the BOD is not the owner of the data, but is sending a request for the document to be canceled.

    Java class for CancelUserAccountType complex type.

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

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