|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.X509IssuerSerialType
public class X509IssuerSerialType
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>
| Field Summary | |
|---|---|
protected String |
x509IssuerName
|
protected BigInteger |
x509SerialNumber
|
| Constructor Summary | |
|---|---|
X509IssuerSerialType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.X509IssuerSerialType instance. |
|
X509IssuerSerialType(X509IssuerSerialType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.X509IssuerSerialType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
X509IssuerSerialType |
clone()
Creates and returns a copy of this object. |
String |
getX509IssuerName()
Gets the value of the x509IssuerName property. |
BigInteger |
getX509SerialNumber()
Gets the value of the x509SerialNumber property. |
void |
setX509IssuerName(String value)
Sets the value of the x509IssuerName property. |
void |
setX509SerialNumber(BigInteger value)
Sets the value of the x509SerialNumber property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String x509IssuerName
protected BigInteger x509SerialNumber
| Constructor Detail |
|---|
public X509IssuerSerialType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.X509IssuerSerialType instance.
public X509IssuerSerialType(X509IssuerSerialType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.X509IssuerSerialType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getX509IssuerName()
Stringpublic void setX509IssuerName(String value)
value - allowed object is
Stringpublic BigInteger getX509SerialNumber()
BigIntegerpublic void setX509SerialNumber(BigInteger value)
value - allowed object is
BigIntegerpublic X509IssuerSerialType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||