Package com.helger.xsds.xmldsig11
Class TnBFieldParamsType
- java.lang.Object
-
- com.helger.xsds.xmldsig11.CharTwoFieldParamsType
-
- com.helger.xsds.xmldsig11.TnBFieldParamsType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class TnBFieldParamsType extends CharTwoFieldParamsType
Java class for TnBFieldParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TnBFieldParamsType"> <complexContent> <extension base="{http://www.w3.org/2009/xmldsig11#}CharTwoFieldParamsType"> <sequence> <element name="K" 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 TnBFieldParamsType()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 TnBFieldParamsTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(TnBFieldParamsType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeBigIntegergetK()Gets the value of the k property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetK(BigInteger value)Sets the value of the k property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class com.helger.xsds.xmldsig11.CharTwoFieldParamsType
cloneTo, getM, setM
-
-
-
-
Method Detail
-
getK
@Nullable public BigInteger getK()
Gets the value of the k property.- Returns:
- possible object is
BigInteger
-
setK
public void setK(@Nullable BigInteger value)
Sets the value of the k 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 TnBFieldParamsType 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 TnBFieldParamsType 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.
-
-