@CodingStyleguideUnaware public class AccessCredentialType 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">AccessCredential. 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">Contains a
password or other token associated with the authentication of a user. </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
typically used in pre-provisioning a partner system with user account
information rather than in actual authentication processes (in which case the
appropriate token would typically be passed in a SOAP security header). Where
used, this components generally would be repeatable to allow for multiple
credentials or tokens. This also would generally be used in a context in which a
UserID was supplied. See UserID-element. See UserAccount-noun.</ccts:UsageRule>
Java class for AccessCredentialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCredentialType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.hr-xml.org/3}AccessCredentialTypeCode" minOccurs="0"/>
<element ref="{http://www.hr-xml.org/3}AccessCredentialValue" 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 |
|---|
AccessCredentialType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AccessCredentialType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AccessCredentialType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CodeType |
getAccessCredentialTypeCode()
Gets the value of the accessCredentialTypeCode property.
|
String |
getAccessCredentialTypeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getAccessCredentialValue()
Gets the value of the accessCredentialValue property.
|
UserAreaType |
getUserArea()
Gets the value of the userArea property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAccessCredentialTypeCode(CodeType value)
Sets the value of the accessCredentialTypeCode property.
|
CodeType |
setAccessCredentialTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAccessCredentialValue(String value)
Sets the value of the accessCredentialValue property.
|
void |
setUserArea(UserAreaType value)
Sets the value of the userArea property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AccessCredentialType()
@Nullable public CodeType getAccessCredentialTypeCode()
CodeTypepublic void setAccessCredentialTypeCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public String getAccessCredentialValue()
Stringpublic void setAccessCredentialValue(@Nullable String value)
value - allowed object is
String@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 AccessCredentialType 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 AccessCredentialType clone()
@Nonnull public CodeType setAccessCredentialTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2021 Philip Helger. All rights reserved.