Package com.helger.xsds.xmldsig11
Class ECParametersType
- java.lang.Object
-
- com.helger.xsds.xmldsig11.ECParametersType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class ECParametersType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ECParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECParametersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FieldID" type="{http://www.w3.org/2009/xmldsig11#}FieldIDType"/> <element name="Curve" type="{http://www.w3.org/2009/xmldsig11#}CurveType"/> <element name="Base" type="{http://www.w3.org/2009/xmldsig11#}ECPointType"/> <element name="Order" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> <element name="CoFactor" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="ValidationData" type="{http://www.w3.org/2009/xmldsig11#}ECValidationDataType" minOccurs="0"/> </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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ECParametersType()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 ECParametersTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ECParametersType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodebyte[]getBase()Gets the value of the base property.BigIntegergetCoFactor()Gets the value of the coFactor property.CurveTypegetCurve()Gets the value of the curve property.FieldIDTypegetFieldID()Gets the value of the fieldID property.byte[]getOrder()Gets the value of the order property.ECValidationDataTypegetValidationData()Gets the value of the validationData property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetBase(byte[] value)Sets the value of the base property.voidsetCoFactor(BigInteger value)Sets the value of the coFactor property.voidsetCurve(CurveType value)Sets the value of the curve property.voidsetFieldID(FieldIDType value)Sets the value of the fieldID property.voidsetOrder(byte[] value)Sets the value of the order property.voidsetValidationData(ECValidationDataType value)Sets the value of the validationData property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getFieldID
@Nullable public FieldIDType getFieldID()
Gets the value of the fieldID property.- Returns:
- possible object is
FieldIDType
-
setFieldID
public void setFieldID(@Nullable FieldIDType value)
Sets the value of the fieldID property.- Parameters:
value- allowed object isFieldIDType
-
getCurve
@Nullable public CurveType getCurve()
Gets the value of the curve property.- Returns:
- possible object is
CurveType
-
setCurve
public void setCurve(@Nullable CurveType value)
Sets the value of the curve property.- Parameters:
value- allowed object isCurveType
-
getBase
@Nullable public byte[] getBase()
Gets the value of the base property.- Returns:
- possible object is byte[]
-
setBase
public void setBase(@Nullable byte[] value)
Sets the value of the base property.- Parameters:
value- allowed object is byte[]
-
getOrder
@Nullable public byte[] getOrder()
Gets the value of the order property.- Returns:
- possible object is byte[]
-
setOrder
public void setOrder(@Nullable byte[] value)
Sets the value of the order property.- Parameters:
value- allowed object is byte[]
-
getCoFactor
@Nullable public BigInteger getCoFactor()
Gets the value of the coFactor property.- Returns:
- possible object is
BigInteger
-
setCoFactor
public void setCoFactor(@Nullable BigInteger value)
Sets the value of the coFactor property.- Parameters:
value- allowed object isBigInteger
-
getValidationData
@Nullable public ECValidationDataType getValidationData()
Gets the value of the validationData property.- Returns:
- possible object is
ECValidationDataType
-
setValidationData
public void setValidationData(@Nullable ECValidationDataType value)
Sets the value of the validationData property.- Parameters:
value- allowed object isECValidationDataType
-
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 ECParametersType 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 ECParametersType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-