Package org.javastro.ivoa.entities.uws
Class Jobs.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.uws.Jobs.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Jobs
-
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 TypeMethodDescriptionShortJobDescription.Builder<? extends Jobs.Builder<_B>>Returns a new builder to build an additional value of the "Jobreves" property.addJobreves(Iterable<? extends ShortJobDescription> jobreves) Adds the given items to the value of "jobreves"addJobreves(ShortJobDescription... jobreves) Adds the given items to the value of "jobreves"build()copyOf(Jobs.Builder _other) end()protected <_P extends Jobs>
_Pinit(_P _product) withJobreves(Iterable<? extends ShortJobDescription> jobreves) Sets the new value of "jobreves" (any previous value will be replaced)withJobreves(ShortJobDescription... jobreves) Sets the new value of "jobreves" (any previous value will be replaced)withVersion(String version) Sets the new value of "version" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
addJobreves
Adds the given items to the value of "jobreves"- Parameters:
jobreves- Items to add to the value of the "jobreves" property
-
withJobreves
Sets the new value of "jobreves" (any previous value will be replaced)- Parameters:
jobreves- New value of the "jobreves" property.
-
addJobreves
Adds the given items to the value of "jobreves"- Parameters:
jobreves- Items to add to the value of the "jobreves" property
-
withJobreves
Sets the new value of "jobreves" (any previous value will be replaced)- Parameters:
jobreves- New value of the "jobreves" property.
-
addJobreves
Returns a new builder to build an additional value of the "Jobreves" property. UseShortJobDescription.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Jobreves" property.
Use
ShortJobDescription.Builder.end()to return to the current builder.
-
withVersion
Sets the new value of "version" (any previous value will be replaced)- Parameters:
version- New value of the "version" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-