net.sourceforge.ccxjc.it.model.pub.collections.valueclass.xmldsig
Class X509IssuerSerialType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.xmldsig.X509IssuerSerialType
All Implemented Interfaces:
Serializable, Cloneable

public class X509IssuerSerialType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String x509IssuerName
           
protected  BigInteger x509SerialNumber
           
 
Constructor Summary
X509IssuerSerialType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.xmldsig.X509IssuerSerialType instance.
X509IssuerSerialType(X509IssuerSerialType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.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

x509IssuerName

protected String x509IssuerName

x509SerialNumber

protected BigInteger x509SerialNumber
Constructor Detail

X509IssuerSerialType

public X509IssuerSerialType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.xmldsig.X509IssuerSerialType instance.


X509IssuerSerialType

public X509IssuerSerialType(X509IssuerSerialType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.xmldsig.X509IssuerSerialType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getX509IssuerName

public String getX509IssuerName()
Gets the value of the x509IssuerName property.

Returns:
possible object is String

setX509IssuerName

public void setX509IssuerName(String value)
Sets the value of the x509IssuerName property.

Parameters:
value - allowed object is String

getX509SerialNumber

public BigInteger getX509SerialNumber()
Gets the value of the x509SerialNumber property.

Returns:
possible object is BigInteger

setX509SerialNumber

public void setX509SerialNumber(BigInteger value)
Sets the value of the x509SerialNumber property.

Parameters:
value - allowed object is BigInteger

clone

public X509IssuerSerialType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.