Package org.javastro.ivoa.entities.uws
Class ShortJobDescription.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.uws.ShortJobDescription.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ShortJobDescription
public static class ShortJobDescription.Builder<_B>
extends Object
implements com.kscs.util.jaxb.Buildable
-
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
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, ShortJobDescription _other, boolean _copy) Builder(_B _parentBuilder, ShortJobDescription _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(ShortJobDescription _other) copyOf(ShortJobDescription.Builder _other) end()protected <_P extends ShortJobDescription>
_Pinit(_P _product) withCreationTime(LocalDateTime creationTime) Sets the new value of "creationTime" (any previous value will be replaced)Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)withOwnerId(String ownerId) Sets the new value of "ownerId" (any previous value will be replaced)withPhase(ExecutionPhase phase) Sets the new value of "phase" (any previous value will be replaced)Sets the new value of "runId" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, ShortJobDescription _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withPhase
Sets the new value of "phase" (any previous value will be replaced)- Parameters:
phase- New value of the "phase" property.
-
withRunId
Sets the new value of "runId" (any previous value will be replaced)- Parameters:
runId- New value of the "runId" property.
-
withOwnerId
Sets the new value of "ownerId" (any previous value will be replaced)- Parameters:
ownerId- New value of the "ownerId" property.
-
withCreationTime
Sets the new value of "creationTime" (any previous value will be replaced)- Parameters:
creationTime- New value of the "creationTime" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withHref
Sets the new value of "href" (any previous value will be replaced)- Parameters:
href- New value of the "href" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-