Package tr.gov.efatura.useraccount
Class AccessCredentialType
- java.lang.Object
-
- tr.gov.efatura.useraccount.AccessCredentialType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessCredentialType()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 AccessCredentialTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AccessCredentialType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeCodeTypegetAccessCredentialTypeCode()Gets the value of the accessCredentialTypeCode property.StringgetAccessCredentialTypeCodeValue()Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderStringgetAccessCredentialValue()Gets the value of the accessCredentialValue property.UserAreaTypegetUserArea()Gets the value of the userArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodeCodeTypesetAccessCredentialTypeCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetAccessCredentialTypeCode(CodeType value)Sets the value of the accessCredentialTypeCode property.voidsetAccessCredentialValue(String value)Sets the value of the accessCredentialValue property.voidsetUserArea(UserAreaType value)Sets the value of the userArea property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getAccessCredentialTypeCode
@Nullable public CodeType getAccessCredentialTypeCode()
Gets the value of the accessCredentialTypeCode property.- Returns:
- possible object is
CodeType
-
setAccessCredentialTypeCode
public void setAccessCredentialTypeCode(@Nullable CodeType value)
Sets the value of the accessCredentialTypeCode property.- Parameters:
value- allowed object isCodeType
-
getAccessCredentialValue
@Nullable public String getAccessCredentialValue()
Gets the value of the accessCredentialValue property.- Returns:
- possible object is
String
-
setAccessCredentialValue
public void setAccessCredentialValue(@Nullable String value)
Sets the value of the accessCredentialValue property.- Parameters:
value- allowed object isString
-
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 AccessCredentialType 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 AccessCredentialType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
setAccessCredentialTypeCode
@Nonnull public CodeType setAccessCredentialTypeCode(@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 CodeType and never
null
-
-