Package tr.gov.efatura.useraccount
Class UserRoleType
- java.lang.Object
-
- tr.gov.efatura.useraccount.UserRoleType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class UserRoleType 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 Role. 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">Identifies the type of role that a user performs or is authorized to perform.</ccts:DefinitionText><?xml version="1.0" encoding="UTF-8"?><ccts:UsageRule 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">This is used in pre-provisioning a partner system with user account information. See UserAccount-noun.</ccts:UsageRule>Java class for UserRoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserRoleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RoleCode" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element ref="{http://www.hr-xml.org/3}RoleName" minOccurs="0"/> <element ref="{http://www.hr-xml.org/3}UserArea" minOccurs="0"/> </sequence> </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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserRoleType()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 UserRoleTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(UserRoleType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeObjectgetRoleCode()Gets the value of the roleCode property.TextTypegetRoleName()Gets the value of the roleName property.StringgetRoleNameValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderUserAreaTypegetUserArea()Gets the value of the userArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetRoleCode(Object value)Sets the value of the roleCode property.TextTypesetRoleName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetRoleName(TextType value)Sets the value of the roleName property.voidsetUserArea(UserAreaType value)Sets the value of the userArea property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getRoleCode
@Nullable public Object getRoleCode()
Gets the value of the roleCode property.- Returns:
- possible object is
Object
-
setRoleCode
public void setRoleCode(@Nullable Object value)
Sets the value of the roleCode property.- Parameters:
value- allowed object isObject
-
getRoleName
@Nullable public TextType getRoleName()
Gets the value of the roleName property.- Returns:
- possible object is
TextType
-
setRoleName
public void setRoleName(@Nullable TextType value)
Sets the value of the roleName property.- Parameters:
value- allowed object isTextType
-
getUserArea
@Nullable public UserAreaType getUserArea()
Gets the value of the userArea property.- Returns:
- possible object is
UserAreaType
-
setUserArea
public void setUserArea(@Nullable UserAreaType value)
Sets the value of the userArea property.- Parameters:
value- allowed object isUserAreaType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull UserRoleType 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 UserRoleType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
setRoleName
@Nonnull public TextType setRoleName(@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 benull.- Returns:
- The created intermediary object of type TextType and never
null
-
-