Package org.w3.xmldsig
Class X509IssuerSerialType
- java.lang.Object
-
- org.w3.xmldsig.X509IssuerSerialType
-
public class X509IssuerSerialType extends Object
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classX509IssuerSerialType.Builder<_B>static classX509IssuerSerialType.Selectstatic classX509IssuerSerialType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected Stringx509IssuerNameprotected BigIntegerx509SerialNumber
-
Constructor Summary
Constructors Constructor Description X509IssuerSerialType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static X509IssuerSerialType.Builder<Void>builder()static X509IssuerSerialType.Builder<Void>copyExcept(X509IssuerSerialType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> X509IssuerSerialType.Builder<_B>copyOf(X509IssuerSerialType _other)static <_B> X509IssuerSerialType.Builder<_B>copyOf(X509IssuerSerialType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static X509IssuerSerialType.Builder<Void>copyOnly(X509IssuerSerialType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(X509IssuerSerialType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(X509IssuerSerialType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.StringgetX509IssuerName()Gets the value of the x509IssuerName property.BigIntegergetX509SerialNumber()Gets the value of the x509SerialNumber property.X509IssuerSerialType.Builder<Void>newCopyBuilder()<_B> X509IssuerSerialType.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> X509IssuerSerialType.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)X509IssuerSerialType.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetX509IssuerName(String value)Sets the value of the x509IssuerName property.voidsetX509SerialNumber(BigInteger value)Sets the value of the x509SerialNumber property.
-
-
-
Field Detail
-
x509IssuerName
protected String x509IssuerName
-
x509SerialNumber
protected BigInteger x509SerialNumber
-
-
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 isString
-
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 isBigInteger
-
copyTo
public <_B> void copyTo(X509IssuerSerialType.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.X509IssuerSerialType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> X509IssuerSerialType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public X509IssuerSerialType.Builder<Void> newCopyBuilder()
-
builder
public static X509IssuerSerialType.Builder<Void> builder()
-
copyOf
public static <_B> X509IssuerSerialType.Builder<_B> copyOf(X509IssuerSerialType _other)
-
copyTo
public <_B> void copyTo(X509IssuerSerialType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.X509IssuerSerialType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> X509IssuerSerialType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public X509IssuerSerialType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> X509IssuerSerialType.Builder<_B> copyOf(X509IssuerSerialType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static X509IssuerSerialType.Builder<Void> copyExcept(X509IssuerSerialType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static X509IssuerSerialType.Builder<Void> copyOnly(X509IssuerSerialType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-