@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
| Constructor and Description |
|---|
UserRoleType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
UserRoleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(UserRoleType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Object |
getRoleCode()
Gets the value of the roleCode property.
|
TextType |
getRoleName()
Gets the value of the roleName property.
|
String |
getRoleNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
UserAreaType |
getUserArea()
Gets the value of the userArea property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setRoleCode(Object value)
Sets the value of the roleCode property.
|
TextType |
setRoleName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRoleName(TextType value)
Sets the value of the roleName property.
|
void |
setUserArea(UserAreaType value)
Sets the value of the userArea property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public UserRoleType()
@Nullable public Object getRoleCode()
Objectpublic void setRoleCode(@Nullable Object value)
value - allowed object is
Object@Nullable public TextType getRoleName()
TextTypepublic void setRoleName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public UserAreaType getUserArea()
UserAreaTypepublic void setUserArea(@Nullable UserAreaType value)
value - allowed object is
UserAreaTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull UserRoleType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public UserRoleType clone()
@Nonnull public TextType setRoleName(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2020 Philip Helger. All rights reserved.