Class SkySize.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.sia.SkySize.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SkySize
-
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 TypeMethodDescriptionbuild()copyOf(SkySize.Builder _other) end()protected <_P extends SkySize>
_Pinit(_P _product) withLat(double lat) Sets the new value of "lat" (any previous value will be replaced)withLong(double _long) Sets the new value of "_long" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withLong
Sets the new value of "_long" (any previous value will be replaced)- Parameters:
_long- New value of the "_long" property.
-
withLat
Sets the new value of "lat" (any previous value will be replaced)- Parameters:
lat- New value of the "lat" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-