Class 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 Detail

      • AccessCredentialType

        public AccessCredentialType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • 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 is CodeType
      • 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 is String
      • setUserArea

        public void setUserArea​(@Nullable
                                UserAreaType value)
        Sets the value of the userArea property.
        Parameters:
        value - allowed object is UserAreaType
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • cloneTo

        public void cloneTo​(@Nonnull
                            AccessCredentialType ret)
        This method clones all values from this to 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 be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public AccessCredentialType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.
      • 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 be null.
        Returns:
        The created intermediary object of type CodeType and never null
      • getAccessCredentialTypeCodeValue

        @Nullable
        public String getAccessCredentialTypeCodeValue()
        Get the value of the contained CodeType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained CodeType object or null