@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
| Constructor and Description |
|---|
PnBFieldParamsType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
PnBFieldParamsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PnBFieldParamsType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BigInteger |
getK1()
Gets the value of the k1 property.
|
BigInteger |
getK2()
Gets the value of the k2 property.
|
BigInteger |
getK3()
Gets the value of the k3 property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setK1(BigInteger value)
Sets the value of the k1 property.
|
void |
setK2(BigInteger value)
Sets the value of the k2 property.
|
void |
setK3(BigInteger value)
Sets the value of the k3 property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getM, setMpublic PnBFieldParamsType()
@Nullable public BigInteger getK1()
BigIntegerpublic void setK1(@Nullable BigInteger value)
value - allowed object is
BigInteger@Nullable public BigInteger getK2()
BigIntegerpublic void setK2(@Nullable BigInteger value)
value - allowed object is
BigInteger@Nullable public BigInteger getK3()
BigIntegerpublic void setK3(@Nullable BigInteger value)
value - allowed object is
BigIntegerpublic boolean equals(Object o)
equals in class CharTwoFieldParamsTypepublic int hashCode()
hashCode in class CharTwoFieldParamsTypepublic String toString()
toString in class CharTwoFieldParamsTypepublic void cloneTo(@Nonnull PnBFieldParamsType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PnBFieldParamsType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class CharTwoFieldParamsTypenull.Copyright © 2016–2020 Philip Helger. All rights reserved.