Package org.javastro.ivoa.entities.uws
Class Parameter.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.uws.Parameter.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Parameter
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(Parameter.Builder _other) end()protected <_P extends Parameter>
_Pinit(_P _product) withByReference(Boolean byReference) Sets the new value of "byReference" (any previous value will be replaced)withContent(String content) Sets the new value of "content" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)withIsPost(Boolean isPost) Sets the new value of "isPost" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withContent
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
withByReference
Sets the new value of "byReference" (any previous value will be replaced)- Parameters:
byReference- New value of the "byReference" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withIsPost
Sets the new value of "isPost" (any previous value will be replaced)- Parameters:
isPost- New value of the "isPost" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-