Class EndorsedVersion.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.standard.EndorsedVersion.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- EndorsedVersion
public static class EndorsedVersion.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, EndorsedVersion _other, boolean _copy) Builder(_B _parentBuilder, EndorsedVersion _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(EndorsedVersion _other) copyOf(EndorsedVersion.Builder _other) end()protected <_P extends EndorsedVersion>
_Pinit(_P _product) withStatus(String status) Sets the new value of "status" (any previous value will be replaced)Sets the new value of "use" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, EndorsedVersion _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withStatus
Sets the new value of "status" (any previous value will be replaced)- Parameters:
status- New value of the "status" property.
-
withUse
Sets the new value of "use" (any previous value will be replaced)- Parameters:
use- New value of the "use" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-