Package com.helger.xsds.xmldsig11
Class PnBFieldParamsType
- java.lang.Object
-
- com.helger.xsds.xmldsig11.CharTwoFieldParamsType
-
- com.helger.xsds.xmldsig11.PnBFieldParamsType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class PnBFieldParamsType extends CharTwoFieldParamsType
Java class for PnBFieldParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PnBFieldParamsType"> <complexContent> <extension base="{http://www.w3.org/2009/xmldsig11#}CharTwoFieldParamsType"> <sequence> <element name="K1" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="K2" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="K3" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> </sequence> </extension> </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 Summary
Constructors Constructor Description PnBFieldParamsType()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 PnBFieldParamsTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(PnBFieldParamsType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeBigIntegergetK1()Gets the value of the k1 property.BigIntegergetK2()Gets the value of the k2 property.BigIntegergetK3()Gets the value of the k3 property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetK1(BigInteger value)Sets the value of the k1 property.voidsetK2(BigInteger value)Sets the value of the k2 property.voidsetK3(BigInteger value)Sets the value of the k3 property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class com.helger.xsds.xmldsig11.CharTwoFieldParamsType
cloneTo, getM, setM
-
-
-
-
Method Detail
-
getK1
@Nullable public BigInteger getK1()
Gets the value of the k1 property.- Returns:
- possible object is
BigInteger
-
setK1
public void setK1(@Nullable BigInteger value)
Sets the value of the k1 property.- Parameters:
value- allowed object isBigInteger
-
getK2
@Nullable public BigInteger getK2()
Gets the value of the k2 property.- Returns:
- possible object is
BigInteger
-
setK2
public void setK2(@Nullable BigInteger value)
Sets the value of the k2 property.- Parameters:
value- allowed object isBigInteger
-
getK3
@Nullable public BigInteger getK3()
Gets the value of the k3 property.- Returns:
- possible object is
BigInteger
-
setK3
public void setK3(@Nullable BigInteger value)
Sets the value of the k3 property.- Parameters:
value- allowed object isBigInteger
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classCharTwoFieldParamsType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classCharTwoFieldParamsType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classCharTwoFieldParamsType
-
cloneTo
public void cloneTo(@Nonnull PnBFieldParamsType 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 PnBFieldParamsType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classCharTwoFieldParamsType- Returns:
- The cloned object. Never
null.
-
-