Class WorkScopeType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class WorkScopeType
    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">Work
                                            Scope. 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
                                            information about a person's authorized scope of
                                            activities.</ccts:DefinitionText>
     

    Java class for WorkScopeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WorkScopeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.hr-xml.org/3}WorkScopeCode" minOccurs="0"/>
             <element ref="{http://www.hr-xml.org/3}WorkScopeName" 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

      • WorkScopeType

        public WorkScopeType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • getWorkScopeCode

        @Nullable
        public CodeType getWorkScopeCode()
        Gets the value of the workScopeCode property.
        Returns:
        possible object is CodeType
      • setWorkScopeCode

        public void setWorkScopeCode​(@Nullable
                                     CodeType value)
        Sets the value of the workScopeCode property.
        Parameters:
        value - allowed object is CodeType
      • getWorkScopeName

        @Nullable
        public String getWorkScopeName()
        Gets the value of the workScopeName property.
        Returns:
        possible object is String
      • setWorkScopeName

        public void setWorkScopeName​(@Nullable
                                     String value)
        Sets the value of the workScopeName 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
                            WorkScopeType 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 WorkScopeType 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.
      • setWorkScopeCode

        @Nonnull
        public CodeType setWorkScopeCode​(@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
      • getWorkScopeCodeValue

        @Nullable
        public String getWorkScopeCodeValue()
        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