public class X509IssuerSerialType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for X509IssuerSerialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509IssuerSerialType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_X_509_ISSUER_NAME |
static QName |
F_X_509_SERIAL_NUMBER |
protected String |
x509IssuerName |
protected BigInteger |
x509SerialNumber |
Constructor and Description |
---|
X509IssuerSerialType()
Creates a new
X509IssuerSerialType instance. |
X509IssuerSerialType(X509IssuerSerialType o)
Creates a new
X509IssuerSerialType instance by deeply copying a given X509IssuerSerialType instance. |
Modifier and Type | Method and Description |
---|---|
X509IssuerSerialType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getX509IssuerName()
Gets the value of the x509IssuerName property.
|
BigInteger |
getX509SerialNumber()
Gets the value of the x509SerialNumber property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setX509IssuerName(String value)
Sets the value of the x509IssuerName property.
|
void |
setX509SerialNumber(BigInteger value)
Sets the value of the x509SerialNumber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String x509IssuerName
protected BigInteger x509SerialNumber
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_X_509_ISSUER_NAME
public static final QName F_X_509_SERIAL_NUMBER
public static final QName F_COMPLEX___TYPE
public X509IssuerSerialType()
X509IssuerSerialType
instance.public X509IssuerSerialType(X509IssuerSerialType o)
X509IssuerSerialType
instance by deeply copying a given X509IssuerSerialType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getX509IssuerName()
String
public void setX509IssuerName(String value)
value
- allowed object is
String
public BigInteger getX509SerialNumber()
BigInteger
public void setX509SerialNumber(BigInteger value)
value
- allowed object is
BigInteger
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public X509IssuerSerialType clone()
Copyright © 2013 evolveum. All rights reserved.