Package tr.gov.efatura.useraccount
Class ProcessUserAccountType
- java.lang.Object
-
- org.openapplications.oagis._9.BusinessObjectDocumentType
-
- tr.gov.efatura.useraccount.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
-
-
Constructor Summary
Constructors Constructor Description ProcessUserAccountType()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 ProcessUserAccountTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ProcessUserAccountType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeProcessUserAccountDataAreaTypegetDataArea()Gets the value of the dataArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetDataArea(ProcessUserAccountDataAreaType 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 ProcessUserAccountDataAreaType getDataArea()
Gets the value of the dataArea property.- Returns:
- possible object is
ProcessUserAccountDataAreaType
-
setDataArea
public void setDataArea(@Nullable ProcessUserAccountDataAreaType value)
Sets the value of the dataArea property.- Parameters:
value- allowed object isProcessUserAccountDataAreaType
-
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 ProcessUserAccountType 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 ProcessUserAccountType 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.
-
-