Class SourceType

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

    @CodingStyleguideUnaware
    public class SourceType
    extends Object
    implements com.helger.commons.lang.IExplicitlyCloneable

    Java class for SourceType complex type.

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

     <complexType name="SourceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CountryCode" type="{http://www.de4a.eu/2020/commons/type}CountryType" minOccurs="0"/>
             <element name="AtuLevel" type="{http://www.de4a.eu/2020/commons/type}AtuLevelType" minOccurs="0"/>
             <choice>
               <sequence>
                 <element name="NumProvisions" type="{http://www.de4a.eu/2020/commons/type}NumProvisionsType"/>
                 <element name="Organisation" type="{http://www.de4a.eu/2020/commons/type}OrganisationType" minOccurs="0"/>
               </sequence>
               <element name="ProvisionItems" type="{http://www.de4a.eu/2020/commons/type}ProvisionItemsType"/>
             </choice>
           </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 Detail

      • SourceType

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

      • getCountryCode

        @Nullable
        public String getCountryCode()
        Gets the value of the countryCode property.
        Returns:
        possible object is String
      • setCountryCode

        public void setCountryCode​(@Nullable
                                   String value)
        Sets the value of the countryCode property.
        Parameters:
        value - allowed object is String
      • getAtuLevel

        @Nullable
        public AtuLevelType getAtuLevel()
        Gets the value of the atuLevel property.
        Returns:
        possible object is AtuLevelType
      • setAtuLevel

        public void setAtuLevel​(@Nullable
                                AtuLevelType value)
        Sets the value of the atuLevel property.
        Parameters:
        value - allowed object is AtuLevelType
      • getNumProvisions

        @Nullable
        public Integer getNumProvisions()
        Gets the value of the numProvisions property.
        Returns:
        possible object is Integer
      • setNumProvisions

        public void setNumProvisions​(@Nullable
                                     Integer value)
        Sets the value of the numProvisions property.
        Parameters:
        value - allowed object is Integer
      • getOrganisation

        @Nullable
        public String getOrganisation()
        Gets the value of the organisation property.
        Returns:
        possible object is String
      • setOrganisation

        public void setOrganisation​(@Nullable
                                    String value)
        Sets the value of the organisation property.
        Parameters:
        value - allowed object is String
      • setProvisionItems

        public void setProvisionItems​(@Nullable
                                      ProvisionItemsType value)
        Sets the value of the provisionItems property.
        Parameters:
        value - allowed object is ProvisionItemsType
      • 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
                            SourceType 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 SourceType 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.