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