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