Package org.w3.xmldsig
Class SPKIDataType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.SPKIDataType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SPKIDataType
public static class SPKIDataType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected SPKIDataType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, SPKIDataType _other, boolean _copy)Builder(_B _parentBuilder, SPKIDataType _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 SPKIDataType.Builder<_B>addSPKISexpAndAny(Iterable<?> spkiSexpAndAny)Adds the given items to the value of "spkiSexpAndAny"SPKIDataType.Builder<_B>addSPKISexpAndAny(Object... spkiSexpAndAny)Adds the given items to the value of "spkiSexpAndAny"SPKIDataTypebuild()SPKIDataType.Builder<_B>copyOf(SPKIDataType _other)SPKIDataType.Builder<_B>copyOf(SPKIDataType.Builder _other)_Bend()protected <_P extends SPKIDataType>
_Pinit(_P _product)SPKIDataType.Builder<_B>withSPKISexpAndAny(Iterable<?> spkiSexpAndAny)Sets the new value of "spkiSexpAndAny" (any previous value will be replaced)SPKIDataType.Builder<_B>withSPKISexpAndAny(Object... spkiSexpAndAny)Sets the new value of "spkiSexpAndAny" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final SPKIDataType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, SPKIDataType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, SPKIDataType _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 SPKIDataType> _P init(_P _product)
-
addSPKISexpAndAny
public SPKIDataType.Builder<_B> addSPKISexpAndAny(Iterable<?> spkiSexpAndAny)
Adds the given items to the value of "spkiSexpAndAny"- Parameters:
spkiSexpAndAny- Items to add to the value of the "spkiSexpAndAny" property
-
withSPKISexpAndAny
public SPKIDataType.Builder<_B> withSPKISexpAndAny(Iterable<?> spkiSexpAndAny)
Sets the new value of "spkiSexpAndAny" (any previous value will be replaced)- Parameters:
spkiSexpAndAny- New value of the "spkiSexpAndAny" property.
-
addSPKISexpAndAny
public SPKIDataType.Builder<_B> addSPKISexpAndAny(Object... spkiSexpAndAny)
Adds the given items to the value of "spkiSexpAndAny"- Parameters:
spkiSexpAndAny- Items to add to the value of the "spkiSexpAndAny" property
-
withSPKISexpAndAny
public SPKIDataType.Builder<_B> withSPKISexpAndAny(Object... spkiSexpAndAny)
Sets the new value of "spkiSexpAndAny" (any previous value will be replaced)- Parameters:
spkiSexpAndAny- New value of the "spkiSexpAndAny" property.
-
build
public SPKIDataType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public SPKIDataType.Builder<_B> copyOf(SPKIDataType _other)
-
copyOf
public SPKIDataType.Builder<_B> copyOf(SPKIDataType.Builder _other)
-
-