Class Size2Type.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.Double2Type.Builder<_B>
org.javastro.ivoa.entities.stc.v1.Size2Type.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Size2Type
public static class Size2Type.Builder<_B>
extends Double2Type.Builder<_B>
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 inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder
_parentBuilder, _storedValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(Size2Type.Builder _other) protected <_P extends Size2Type>
_Pinit(_P _product) Double1Type.Builder<? extends Size2Type.Builder<_B>>withC1()Returns the existing builder or a new builder to build the value of the "c1" property.withC1(Double1Type c1) Sets the new value of "c1" (any previous value will be replaced)Double1Type.Builder<? extends Size2Type.Builder<_B>>withC2()Returns the existing builder or a new builder to build the value of the "c2" property.withC2(Double1Type c2) Sets the new value of "c2" (any previous value will be replaced)withGenUnit(String genUnit) Sets the new value of "genUnit" (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)Sets the new value of "idref" (any previous value will be replaced)withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)PosAngleType.Builder<? extends Size2Type.Builder<_B>>Returns the existing builder or a new builder to build the value of the "posAngle" property.withPosAngle(PosAngleType posAngle) Sets the new value of "posAngle" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)withVelTimeUnit(VelTimeUnitType velTimeUnit) Sets the new value of "velTimeUnit" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.Double2Type.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
init
-
withPosAngle
Sets the new value of "posAngle" (any previous value will be replaced)- Parameters:
posAngle- New value of the "posAngle" property.
-
withPosAngle
Returns the existing builder or a new builder to build the value of the "posAngle" property. UsePosAngleType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "posAngle" property.
Use
PosAngleType.Builder.end()to return to the current builder.
-
withC1
Sets the new value of "c1" (any previous value will be replaced)- Overrides:
withC1in classDouble2Type.Builder<_B>- Parameters:
c1- New value of the "c1" property.
-
withC1
Returns the existing builder or a new builder to build the value of the "c1" property. UseDouble1Type.Builder.end()to return to the current builder.- Overrides:
withC1in classDouble2Type.Builder<_B>- Returns:
- A new builder to build the value of the "c1" property.
Use
Double1Type.Builder.end()to return to the current builder.
-
withC2
Sets the new value of "c2" (any previous value will be replaced)- Overrides:
withC2in classDouble2Type.Builder<_B>- Parameters:
c2- New value of the "c2" property.
-
withC2
Returns the existing builder or a new builder to build the value of the "c2" property. UseDouble1Type.Builder.end()to return to the current builder.- Overrides:
withC2in classDouble2Type.Builder<_B>- Returns:
- A new builder to build the value of the "c2" property.
Use
Double1Type.Builder.end()to return to the current builder.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Overrides:
withUnitin classDouble2Type.Builder<_B>- Parameters:
unit- New value of the "unit" property.
-
withVelTimeUnit
Sets the new value of "velTimeUnit" (any previous value will be replaced)- Overrides:
withVelTimeUnitin classDouble2Type.Builder<_B>- Parameters:
velTimeUnit- New value of the "velTimeUnit" property.
-
withGenUnit
Sets the new value of "genUnit" (any previous value will be replaced)- Overrides:
withGenUnitin classDouble2Type.Builder<_B>- Parameters:
genUnit- New value of the "genUnit" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classDouble2Type.Builder<_B>- Parameters:
id- New value of the "id" property.
-
withIdref
Sets the new value of "idref" (any previous value will be replaced)- Overrides:
withIdrefin classDouble2Type.Builder<_B>- Parameters:
idref- New value of the "idref" property.
-
withUcd
Sets the new value of "ucd" (any previous value will be replaced)- Overrides:
withUcdin classDouble2Type.Builder<_B>- Parameters:
ucd- New value of the "ucd" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Overrides:
withTypein classDouble2Type.Builder<_B>- Parameters:
type- New value of the "type" property.
-
withHref
Sets the new value of "href" (any previous value will be replaced)- Overrides:
withHrefin classDouble2Type.Builder<_B>- Parameters:
href- New value of the "href" property.
-
withIDType
Sets the new value of "idType" (any previous value will be replaced)- Overrides:
withIDTypein classDouble2Type.Builder<_B>- Parameters:
idType- New value of the "idType" property.
-
withIDREFType
Sets the new value of "idrefType" (any previous value will be replaced)- Overrides:
withIDREFTypein classDouble2Type.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classDouble2Type.Builder<_B>
-
copyOf
-
copyOf
-