Class PosAngleType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.PosAngleType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PosAngleType
-
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, PosAngleType _other, boolean _copy) Builder(_B _parentBuilder, PosAngleType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(PosAngleType _other) copyOf(PosAngleType.Builder _other) end()protected <_P extends PosAngleType>
_Pinit(_P _product) 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)withReference(PosAngleReferenceType reference) Sets the new value of "reference" (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)withUnit(AngleUnitType unit) Sets the new value of "unit" (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, PosAngleType _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.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Parameters:
unit- New value of the "unit" property.
-
withReference
Sets the new value of "reference" (any previous value will be replaced)- Parameters:
reference- New value of the "reference" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withIdref
Sets the new value of "idref" (any previous value will be replaced)- Parameters:
idref- New value of the "idref" property.
-
withUcd
Sets the new value of "ucd" (any previous value will be replaced)- Parameters:
ucd- New value of the "ucd" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withHref
Sets the new value of "href" (any previous value will be replaced)- Parameters:
href- New value of the "href" property.
-
withIDType
Sets the new value of "idType" (any previous value will be replaced)- Parameters:
idType- New value of the "idType" property.
-
withIDREFType
Sets the new value of "idrefType" (any previous value will be replaced)- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-