Package com.helger.xsds.xmldsig11
Class ECKeyValueType
- java.lang.Object
-
- com.helger.xsds.xmldsig11.ECKeyValueType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class ECKeyValueType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ECKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECKeyValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="ECParameters" type="{http://www.w3.org/2009/xmldsig11#}ECParametersType"/> <element name="NamedCurve" type="{http://www.w3.org/2009/xmldsig11#}NamedCurveType"/> </choice> <element name="PublicKey" type="{http://www.w3.org/2009/xmldsig11#}ECPointType"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </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 ECKeyValueType()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 ECKeyValueTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ECKeyValueType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeECParametersTypegetECParameters()Gets the value of the ecParameters property.StringgetId()Gets the value of the id property.NamedCurveTypegetNamedCurve()Gets the value of the namedCurve property.byte[]getPublicKey()Gets the value of the publicKey property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetECParameters(ECParametersType value)Sets the value of the ecParameters property.voidsetId(String value)Sets the value of the id property.voidsetNamedCurve(NamedCurveType value)Sets the value of the namedCurve property.voidsetPublicKey(byte[] value)Sets the value of the publicKey property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getECParameters
@Nullable public ECParametersType getECParameters()
Gets the value of the ecParameters property.- Returns:
- possible object is
ECParametersType
-
setECParameters
public void setECParameters(@Nullable ECParametersType value)
Sets the value of the ecParameters property.- Parameters:
value- allowed object isECParametersType
-
getNamedCurve
@Nullable public NamedCurveType getNamedCurve()
Gets the value of the namedCurve property.- Returns:
- possible object is
NamedCurveType
-
setNamedCurve
public void setNamedCurve(@Nullable NamedCurveType value)
Sets the value of the namedCurve property.- Parameters:
value- allowed object isNamedCurveType
-
getPublicKey
@Nullable public byte[] getPublicKey()
Gets the value of the publicKey property.- Returns:
- possible object is byte[]
-
setPublicKey
public void setPublicKey(@Nullable byte[] value)
Sets the value of the publicKey property.- Parameters:
value- allowed object is byte[]
-
getId
@Nullable public String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(@Nullable String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 ECKeyValueType 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 ECKeyValueType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-