Class ObsDataLocationType.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.ObsDataLocationType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ObsDataLocationType
public static class ObsDataLocationType.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, ObsDataLocationType _other, boolean _copy) Builder(_B _parentBuilder, ObsDataLocationType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(ObsDataLocationType _other) copyOf(ObsDataLocationType.Builder _other) protected <_P extends ObsDataLocationType>
_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)Returns the existing builder or a new builder to build the value of the "observationLocation" property.withObservationLocation(AstroSTCDescriptionType observationLocation) Sets the new value of "observationLocation" (any previous value will be replaced)Returns the existing builder or a new builder to build the value of the "observatoryLocation" property.withObservatoryLocation(ObservatoryLocationType observatoryLocation) Sets the new value of "observatoryLocation" (any previous value will be replaced)PixelSpaceType.Builder<? extends ObsDataLocationType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "pixelSpace" property.withPixelSpace(PixelSpaceType pixelSpace) Sets the new value of "pixelSpace" (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, ObsDataLocationType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withObservatoryLocation
public ObsDataLocationType.Builder<_B> withObservatoryLocation(ObservatoryLocationType observatoryLocation) Sets the new value of "observatoryLocation" (any previous value will be replaced)- Parameters:
observatoryLocation- New value of the "observatoryLocation" property.
-
withObservatoryLocation
public ObservatoryLocationType.Builder<? extends ObsDataLocationType.Builder<_B>> withObservatoryLocation()Returns the existing builder or a new builder to build the value of the "observatoryLocation" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "observatoryLocation" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withObservationLocation
public ObsDataLocationType.Builder<_B> withObservationLocation(AstroSTCDescriptionType observationLocation) Sets the new value of "observationLocation" (any previous value will be replaced)- Parameters:
observationLocation- New value of the "observationLocation" property.
-
withObservationLocation
public AstroSTCDescriptionType.Builder<? extends ObsDataLocationType.Builder<_B>> withObservationLocation()Returns the existing builder or a new builder to build the value of the "observationLocation" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "observationLocation" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withPixelSpace
Sets the new value of "pixelSpace" (any previous value will be replaced)- Parameters:
pixelSpace- New value of the "pixelSpace" property.
-
withPixelSpace
Returns the existing builder or a new builder to build the value of the "pixelSpace" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "pixelSpace" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
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
-