Package org.w3.xmldsig
Class SignaturePropertiesType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.SignaturePropertiesType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SignaturePropertiesType
public static class SignaturePropertiesType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected SignaturePropertiesType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, SignaturePropertiesType _other, boolean _copy)Builder(_B _parentBuilder, SignaturePropertiesType _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 SignaturePropertyType.Builder<? extends SignaturePropertiesType.Builder<_B>>addSignatureProperty()Returns a new builder to build an additional value of the "SignatureProperty" property.SignaturePropertiesType.Builder<_B>addSignatureProperty(Iterable<? extends SignaturePropertyType> signatureProperty)Adds the given items to the value of "signatureProperty"SignaturePropertiesType.Builder<_B>addSignatureProperty(SignaturePropertyType... signatureProperty)Adds the given items to the value of "signatureProperty"SignaturePropertiesTypebuild()SignaturePropertiesType.Builder<_B>copyOf(SignaturePropertiesType _other)SignaturePropertiesType.Builder<_B>copyOf(SignaturePropertiesType.Builder _other)_Bend()protected <_P extends SignaturePropertiesType>
_Pinit(_P _product)SignaturePropertiesType.Builder<_B>withId(String id)Sets the new value of "id" (any previous value will be replaced)SignaturePropertiesType.Builder<_B>withSignatureProperty(Iterable<? extends SignaturePropertyType> signatureProperty)Sets the new value of "signatureProperty" (any previous value will be replaced)SignaturePropertiesType.Builder<_B>withSignatureProperty(SignaturePropertyType... signatureProperty)Sets the new value of "signatureProperty" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final SignaturePropertiesType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, SignaturePropertiesType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, SignaturePropertiesType _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 SignaturePropertiesType> _P init(_P _product)
-
addSignatureProperty
public SignaturePropertiesType.Builder<_B> addSignatureProperty(Iterable<? extends SignaturePropertyType> signatureProperty)
Adds the given items to the value of "signatureProperty"- Parameters:
signatureProperty- Items to add to the value of the "signatureProperty" property
-
withSignatureProperty
public SignaturePropertiesType.Builder<_B> withSignatureProperty(Iterable<? extends SignaturePropertyType> signatureProperty)
Sets the new value of "signatureProperty" (any previous value will be replaced)- Parameters:
signatureProperty- New value of the "signatureProperty" property.
-
addSignatureProperty
public SignaturePropertiesType.Builder<_B> addSignatureProperty(SignaturePropertyType... signatureProperty)
Adds the given items to the value of "signatureProperty"- Parameters:
signatureProperty- Items to add to the value of the "signatureProperty" property
-
withSignatureProperty
public SignaturePropertiesType.Builder<_B> withSignatureProperty(SignaturePropertyType... signatureProperty)
Sets the new value of "signatureProperty" (any previous value will be replaced)- Parameters:
signatureProperty- New value of the "signatureProperty" property.
-
addSignatureProperty
public SignaturePropertyType.Builder<? extends SignaturePropertiesType.Builder<_B>> addSignatureProperty()
Returns a new builder to build an additional value of the "SignatureProperty" property. UseSignaturePropertyType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "SignatureProperty" property.
Use
SignaturePropertyType.Builder.end()to return to the current builder.
-
withId
public SignaturePropertiesType.Builder<_B> withId(String id)
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
build
public SignaturePropertiesType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public SignaturePropertiesType.Builder<_B> copyOf(SignaturePropertiesType _other)
-
copyOf
public SignaturePropertiesType.Builder<_B> copyOf(SignaturePropertiesType.Builder _other)
-
-