Class PixelSpaceType.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>
org.javastro.ivoa.entities.stc.v1.PixelSpaceType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PixelSpaceType
public static class PixelSpaceType.Builder<_B>
extends StcDescriptionType.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, PixelSpaceType _other, boolean _copy) Builder(_B _parentBuilder, PixelSpaceType _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(PixelSpaceType _other) copyOf(PixelSpaceType.Builder _other) protected <_P extends PixelSpaceType>
_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.StcDescriptionType.Builder
copyOf, copyOf, initMethods 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, PixelSpaceType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
addCoordSys
public PixelSpaceType.Builder<_B> addCoordSys(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys) Adds the given items to the value of "coordSys"- Overrides:
addCoordSysin classStcDescriptionType.Builder<_B>- Parameters:
coordSys- Items to add to the value of the "coordSys" property
-
addCoordSys
public PixelSpaceType.Builder<_B> addCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... coordSys) Adds the given items to the value of "coordSys"- Overrides:
addCoordSysin classStcDescriptionType.Builder<_B>- Parameters:
coordSys- Items to add to the value of the "coordSys" property
-
withCoordSys
public PixelSpaceType.Builder<_B> withCoordSys(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys) Sets the new value of "coordSys" (any previous value will be replaced)- Overrides:
withCoordSysin classStcDescriptionType.Builder<_B>- Parameters:
coordSys- New value of the "coordSys" property.
-
withCoordSys
public PixelSpaceType.Builder<_B> withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... coordSys) Sets the new value of "coordSys" (any previous value will be replaced)- Overrides:
withCoordSysin classStcDescriptionType.Builder<_B>- Parameters:
coordSys- New value of the "coordSys" property.
-
addCoords
public PixelSpaceType.Builder<_B> addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"- Overrides:
addCoordsin classStcDescriptionType.Builder<_B>- Parameters:
coords- Items to add to the value of the "coords" property
-
addCoords
public PixelSpaceType.Builder<_B> addCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... coords) Adds the given items to the value of "coords"- Overrides:
addCoordsin classStcDescriptionType.Builder<_B>- Parameters:
coords- Items to add to the value of the "coords" property
-
withCoords
public PixelSpaceType.Builder<_B> withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)- Overrides:
withCoordsin classStcDescriptionType.Builder<_B>- Parameters:
coords- New value of the "coords" property.
-
withCoords
public PixelSpaceType.Builder<_B> withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... coords) Sets the new value of "coords" (any previous value will be replaced)- Overrides:
withCoordsin classStcDescriptionType.Builder<_B>- Parameters:
coords- New value of the "coords" property.
-
addCoordAreas
public PixelSpaceType.Builder<_B> addCoordAreas(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Adds the given items to the value of "coordAreas"- Overrides:
addCoordAreasin classStcDescriptionType.Builder<_B>- Parameters:
coordAreas- Items to add to the value of the "coordAreas" property
-
addCoordAreas
public PixelSpaceType.Builder<_B> addCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... coordAreas) Adds the given items to the value of "coordAreas"- Overrides:
addCoordAreasin classStcDescriptionType.Builder<_B>- Parameters:
coordAreas- Items to add to the value of the "coordAreas" property
-
withCoordAreas
public PixelSpaceType.Builder<_B> withCoordAreas(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Sets the new value of "coordAreas" (any previous value will be replaced)- Overrides:
withCoordAreasin classStcDescriptionType.Builder<_B>- Parameters:
coordAreas- New value of the "coordAreas" property.
-
withCoordAreas
public PixelSpaceType.Builder<_B> withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... coordAreas) Sets the new value of "coordAreas" (any previous value will be replaced)- Overrides:
withCoordAreasin classStcDescriptionType.Builder<_B>- Parameters:
coordAreas- New value of the "coordAreas" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classStcDescriptionType.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 classStcDescriptionType.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 classStcDescriptionType.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 classStcDescriptionType.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 classStcDescriptionType.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 classStcDescriptionType.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 classStcDescriptionType.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classStcDescriptionType.Builder<_B>
-
copyOf
-
copyOf
-