Class StcDescriptionType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.StcMetadataType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.StcDescriptionType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
AstroSTCDescriptionType.Builder,ObservatoryLocationType.Builder,PixelSpaceType.Builder
- Enclosing class:
- StcDescriptionType
public static class StcDescriptionType.Builder<_B>
extends StcMetadataType.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
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, StcDescriptionType _other, boolean _copy) Builder(_B _parentBuilder, StcDescriptionType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionaddCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... coordAreas) Adds the given items to the value of "coordAreas"addCoordAreas(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Adds the given items to the value of "coordAreas"addCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... coords) Adds the given items to the value of "coords"addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"addCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... coordSys) Adds the given items to the value of "coordSys"addCoordSys(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys) Adds the given items to the value of "coordSys"build()copyOf(StcDescriptionType _other) copyOf(StcDescriptionType.Builder _other) protected <_P extends StcDescriptionType>
_Pinit(_P _product) withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... coordAreas) Sets the new value of "coordAreas" (any previous value will be replaced)withCoordAreas(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Sets the new value of "coordAreas" (any previous value will be replaced)withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... coords) Sets the new value of "coords" (any previous value will be replaced)withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... coordSys) Sets the new value of "coordSys" (any previous value will be replaced)withCoordSys(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys) Sets the new value of "coordSys" (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)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.StcMetadataType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, StcDescriptionType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
addCoordSys
public StcDescriptionType.Builder<_B> addCoordSys(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys) Adds the given items to the value of "coordSys"- Parameters:
coordSys- Items to add to the value of the "coordSys" property
-
withCoordSys
public StcDescriptionType.Builder<_B> withCoordSys(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys) Sets the new value of "coordSys" (any previous value will be replaced)- Parameters:
coordSys- New value of the "coordSys" property.
-
addCoordSys
public StcDescriptionType.Builder<_B> addCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... coordSys) Adds the given items to the value of "coordSys"- Parameters:
coordSys- Items to add to the value of the "coordSys" property
-
withCoordSys
public StcDescriptionType.Builder<_B> withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... coordSys) Sets the new value of "coordSys" (any previous value will be replaced)- Parameters:
coordSys- New value of the "coordSys" property.
-
addCoords
public StcDescriptionType.Builder<_B> addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"- Parameters:
coords- Items to add to the value of the "coords" property
-
withCoords
public StcDescriptionType.Builder<_B> withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)- Parameters:
coords- New value of the "coords" property.
-
addCoords
public StcDescriptionType.Builder<_B> addCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... coords) Adds the given items to the value of "coords"- Parameters:
coords- Items to add to the value of the "coords" property
-
withCoords
public StcDescriptionType.Builder<_B> withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... coords) Sets the new value of "coords" (any previous value will be replaced)- Parameters:
coords- New value of the "coords" property.
-
addCoordAreas
public StcDescriptionType.Builder<_B> addCoordAreas(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Adds the given items to the value of "coordAreas"- Parameters:
coordAreas- Items to add to the value of the "coordAreas" property
-
withCoordAreas
public StcDescriptionType.Builder<_B> withCoordAreas(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Sets the new value of "coordAreas" (any previous value will be replaced)- Parameters:
coordAreas- New value of the "coordAreas" property.
-
addCoordAreas
public StcDescriptionType.Builder<_B> addCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... coordAreas) Adds the given items to the value of "coordAreas"- Parameters:
coordAreas- Items to add to the value of the "coordAreas" property
-
withCoordAreas
public StcDescriptionType.Builder<_B> withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... coordAreas) Sets the new value of "coordAreas" (any previous value will be replaced)- Parameters:
coordAreas- New value of the "coordAreas" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classStcMetadataType.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 classStcMetadataType.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 classStcMetadataType.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 classStcMetadataType.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 classStcMetadataType.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 classStcMetadataType.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 classStcMetadataType.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classStcMetadataType.Builder<_B>
-
copyOf
-
copyOf
-