Package eu.de4a.iem.jaxb.common.types
Class InputParameterSetsType
- java.lang.Object
-
- eu.de4a.iem.jaxb.common.types.InputParameterSetsType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class InputParameterSetsType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
Java class for InputParameterSetsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputParameterSetsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SerialNumber" type="{http://www.de4a.eu/2020/commons/type}SerialNumberType"/> <element name="Title" type="{http://www.de4a.eu/2020/commons/type}TitleType"/> <element name="RecordMatchingAssurance" type="{http://www.de4a.eu/2020/commons/type}RecordMatchingAssuranceType" minOccurs="0"/> <element name="Parameters" type="{http://www.de4a.eu/2020/commons/type}ParametersType"/> </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 InputParameterSetsType()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 InputParameterSetsTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(InputParameterSetsType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeParametersTypegetParameters()Gets the value of the parameters property.RecordMatchingAssuranceTypegetRecordMatchingAssurance()Gets the value of the recordMatchingAssurance property.intgetSerialNumber()Gets the value of the serialNumber property.StringgetTitle()Gets the value of the title property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetParameters(ParametersType value)Sets the value of the parameters property.voidsetRecordMatchingAssurance(RecordMatchingAssuranceType value)Sets the value of the recordMatchingAssurance property.voidsetSerialNumber(int value)Sets the value of the serialNumber property.voidsetTitle(String value)Sets the value of the title property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getSerialNumber
public int getSerialNumber()
Gets the value of the serialNumber property.
-
setSerialNumber
public void setSerialNumber(int value)
Sets the value of the serialNumber property.
-
getTitle
@Nullable public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(@Nullable String value)Sets the value of the title property.- Parameters:
value- allowed object isString
-
getRecordMatchingAssurance
@Nullable public RecordMatchingAssuranceType getRecordMatchingAssurance()
Gets the value of the recordMatchingAssurance property.- Returns:
- possible object is
RecordMatchingAssuranceType
-
setRecordMatchingAssurance
public void setRecordMatchingAssurance(@Nullable RecordMatchingAssuranceType value)Sets the value of the recordMatchingAssurance property.- Parameters:
value- allowed object isRecordMatchingAssuranceType
-
getParameters
@Nullable public ParametersType getParameters()
Gets the value of the parameters property.- Returns:
- possible object is
ParametersType
-
setParameters
public void setParameters(@Nullable ParametersType value)Sets the value of the parameters property.- Parameters:
value- allowed object isParametersType
-
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 InputParameterSetsType 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 InputParameterSetsType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-