Package org.w3.xmldsig
Class X509IssuerSerialType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.X509IssuerSerialType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- X509IssuerSerialType
public static class X509IssuerSerialType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected X509IssuerSerialType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, X509IssuerSerialType _other, boolean _copy)Builder(_B _parentBuilder, X509IssuerSerialType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509IssuerSerialTypebuild()X509IssuerSerialType.Builder<_B>copyOf(X509IssuerSerialType _other)X509IssuerSerialType.Builder<_B>copyOf(X509IssuerSerialType.Builder _other)_Bend()protected <_P extends X509IssuerSerialType>
_Pinit(_P _product)X509IssuerSerialType.Builder<_B>withX509IssuerName(String x509IssuerName)Sets the new value of "x509IssuerName" (any previous value will be replaced)X509IssuerSerialType.Builder<_B>withX509SerialNumber(BigInteger x509SerialNumber)Sets the new value of "x509SerialNumber" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final X509IssuerSerialType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, X509IssuerSerialType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, X509IssuerSerialType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends X509IssuerSerialType> _P init(_P _product)
-
withX509IssuerName
public X509IssuerSerialType.Builder<_B> withX509IssuerName(String x509IssuerName)
Sets the new value of "x509IssuerName" (any previous value will be replaced)- Parameters:
x509IssuerName- New value of the "x509IssuerName" property.
-
withX509SerialNumber
public X509IssuerSerialType.Builder<_B> withX509SerialNumber(BigInteger x509SerialNumber)
Sets the new value of "x509SerialNumber" (any previous value will be replaced)- Parameters:
x509SerialNumber- New value of the "x509SerialNumber" property.
-
build
public X509IssuerSerialType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public X509IssuerSerialType.Builder<_B> copyOf(X509IssuerSerialType _other)
-
copyOf
public X509IssuerSerialType.Builder<_B> copyOf(X509IssuerSerialType.Builder _other)
-
-