Package tr.gov.efatura.useraccount
Class CancelUserAccountType
- java.lang.Object
-
- org.openapplications.oagis._9.BusinessObjectDocumentType
-
- tr.gov.efatura.useraccount.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
-
-
Constructor Summary
Constructors Constructor Description CancelUserAccountType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelUserAccountTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(CancelUserAccountType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeCancelUserAccountDataAreaTypegetDataArea()Gets the value of the dataArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetDataArea(CancelUserAccountDataAreaType value)Sets the value of the dataArea property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class org.openapplications.oagis._9.BusinessObjectDocumentType
cloneTo, getApplicationArea, getReleaseID, getSystemEnvironmentCode, getVersionID, setApplicationArea, setReleaseID, setSystemEnvironmentCode, setVersionID
-
-
-
-
Method Detail
-
getDataArea
@Nullable public CancelUserAccountDataAreaType getDataArea()
Gets the value of the dataArea property.- Returns:
- possible object is
CancelUserAccountDataAreaType
-
setDataArea
public void setDataArea(@Nullable CancelUserAccountDataAreaType value)
Sets the value of the dataArea property.- Parameters:
value- allowed object isCancelUserAccountDataAreaType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classBusinessObjectDocumentType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classBusinessObjectDocumentType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classBusinessObjectDocumentType
-
cloneTo
public void cloneTo(@Nonnull CancelUserAccountType ret)
This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public CancelUserAccountType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classBusinessObjectDocumentType- Returns:
- The cloned object. Never
null.
-
-