@CodingStyleguideUnaware public class CurveType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for CurveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurveType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="A" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
<element name="B" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
</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
| Constructor and Description |
|---|
CurveType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
CurveType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CurveType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
byte[] |
getA()
Gets the value of the a property.
|
byte[] |
getB()
Gets the value of the b property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setA(byte[] value)
Sets the value of the a property.
|
void |
setB(byte[] value)
Sets the value of the b property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CurveType()
@Nullable public byte[] getA()
public void setA(@Nullable byte[] value)
value - allowed object is
byte[]@Nullable public byte[] getB()
public void setB(@Nullable byte[] value)
value - allowed object is
byte[]public boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull CurveType 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.Copyright © 2016–2020 Philip Helger. All rights reserved.