Package org.w3.xmldsig
Class RetrievalMethodType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.RetrievalMethodType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- RetrievalMethodType
public static class RetrievalMethodType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected RetrievalMethodType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, RetrievalMethodType _other, boolean _copy)Builder(_B _parentBuilder, RetrievalMethodType _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 RetrievalMethodTypebuild()RetrievalMethodType.Builder<_B>copyOf(RetrievalMethodType _other)RetrievalMethodType.Builder<_B>copyOf(RetrievalMethodType.Builder _other)_Bend()protected <_P extends RetrievalMethodType>
_Pinit(_P _product)TransformsType.Builder<? extends RetrievalMethodType.Builder<_B>>withTransforms()Returns the existing builder or a new builder to build the value of the "transforms" property.RetrievalMethodType.Builder<_B>withTransforms(TransformsType transforms)Sets the new value of "transforms" (any previous value will be replaced)RetrievalMethodType.Builder<_B>withType(String type)Sets the new value of "type" (any previous value will be replaced)RetrievalMethodType.Builder<_B>withURI(String uri)Sets the new value of "uri" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final RetrievalMethodType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, RetrievalMethodType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, RetrievalMethodType _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 RetrievalMethodType> _P init(_P _product)
-
withTransforms
public RetrievalMethodType.Builder<_B> withTransforms(TransformsType transforms)
Sets the new value of "transforms" (any previous value will be replaced)- Parameters:
transforms- New value of the "transforms" property.
-
withTransforms
public TransformsType.Builder<? extends RetrievalMethodType.Builder<_B>> withTransforms()
Returns the existing builder or a new builder to build the value of the "transforms" property. UseTransformsType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "transforms" property.
Use
TransformsType.Builder.end()to return to the current builder.
-
withURI
public RetrievalMethodType.Builder<_B> withURI(String uri)
Sets the new value of "uri" (any previous value will be replaced)- Parameters:
uri- New value of the "uri" property.
-
withType
public RetrievalMethodType.Builder<_B> withType(String type)
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
build
public RetrievalMethodType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public RetrievalMethodType.Builder<_B> copyOf(RetrievalMethodType _other)
-
copyOf
public RetrievalMethodType.Builder<_B> copyOf(RetrievalMethodType.Builder _other)
-
-