Class HalfspaceType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.HalfspaceType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- HalfspaceType
public static class HalfspaceType.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, HalfspaceType _other, boolean _copy) Builder(_B _parentBuilder, HalfspaceType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(HalfspaceType _other) copyOf(HalfspaceType.Builder _other) end()protected <_P extends HalfspaceType>
_Pinit(_P _product) withOffset(double offset) Sets the new value of "offset" (any previous value will be replaced)Double3Type.Builder<? extends HalfspaceType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "vector" property.withVector(Double3Type vector) Sets the new value of "vector" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, HalfspaceType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withVector
Sets the new value of "vector" (any previous value will be replaced)- Parameters:
vector- New value of the "vector" property.
-
withVector
Returns the existing builder or a new builder to build the value of the "vector" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "vector" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withOffset
Sets the new value of "offset" (any previous value will be replaced)- Parameters:
offset- New value of the "offset" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-