Package eu.de4a.iem.jaxb.common.types
Class SourceType
- java.lang.Object
-
- eu.de4a.iem.jaxb.common.types.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 Summary
Constructors Constructor Description SourceType()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 SourceTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(SourceType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeAtuLevelTypegetAtuLevel()Gets the value of the atuLevel property.StringgetCountryCode()Gets the value of the countryCode property.IntegergetNumProvisions()Gets the value of the numProvisions property.StringgetOrganisation()Gets the value of the organisation property.ProvisionItemsTypegetProvisionItems()Gets the value of the provisionItems property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAtuLevel(AtuLevelType value)Sets the value of the atuLevel property.voidsetCountryCode(String value)Sets the value of the countryCode property.voidsetNumProvisions(Integer value)Sets the value of the numProvisions property.voidsetOrganisation(String value)Sets the value of the organisation property.voidsetProvisionItems(ProvisionItemsType value)Sets the value of the provisionItems property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
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 isString
-
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 isAtuLevelType
-
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 isInteger
-
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 isString
-
getProvisionItems
@Nullable public ProvisionItemsType getProvisionItems()
Gets the value of the provisionItems property.- Returns:
- possible object is
ProvisionItemsType
-
setProvisionItems
public void setProvisionItems(@Nullable ProvisionItemsType value)Sets the value of the provisionItems property.- Parameters:
value- allowed object isProvisionItemsType
-
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 SourceType 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 SourceType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-