Uses of Class
org.javastro.ivoa.entities.stc.v1.ObsDataLocationType.Builder
Packages that use ObsDataLocationType.Builder
-
Uses of ObsDataLocationType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return ObsDataLocationType.BuilderModifier and TypeMethodDescriptionstatic ObsDataLocationType.Builder<Void>ObsDataLocationType.builder()static ObsDataLocationType.Builder<Void>ObsDataLocationType.copyExcept(ObsDataLocationType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObsDataLocationType.Builder<Void>ObsDataLocationType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObsDataLocationType.Builder<Void>ObsDataLocationType.copyExcept(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ObsDataLocationType.Builder.copyOf(ObsDataLocationType _other) ObsDataLocationType.Builder.copyOf(ObsDataLocationType.Builder _other) static <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.copyOf(ObsDataLocationType _other) static <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.copyOf(ObsDataLocationType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.copyOf(StcBaseType _other) static <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.copyOf(StcMetadataType _other) static <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.copyOf(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ObsDataLocationType.Builder<Void>ObsDataLocationType.copyOnly(ObsDataLocationType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObsDataLocationType.Builder<Void>ObsDataLocationType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObsDataLocationType.Builder<Void>ObsDataLocationType.copyOnly(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ObsDataLocationType.newCopyBuilder()<_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.newCopyBuilder(_B _parentBuilder) <_B> ObsDataLocationType.Builder<_B>ObsDataLocationType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObsDataLocationType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) 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)ObsDataLocationType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)ObsDataLocationType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)ObsDataLocationType.Builder.withObservationLocation(AstroSTCDescriptionType observationLocation) Sets the new value of "observationLocation" (any previous value will be replaced)ObsDataLocationType.Builder.withObservatoryLocation(ObservatoryLocationType observatoryLocation) Sets the new value of "observatoryLocation" (any previous value will be replaced)ObsDataLocationType.Builder.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 in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type ObsDataLocationType.BuilderModifier and TypeMethodDescriptionObsDataLocationType.Builder.withObservationLocation()Returns the existing builder or a new builder to build the value of the "observationLocation" property.ObsDataLocationType.Builder.withObservatoryLocation()Returns the existing builder or a new builder to build the value of the "observatoryLocation" property.PixelSpaceType.Builder<? extends ObsDataLocationType.Builder<_B>>ObsDataLocationType.Builder.withPixelSpace()Returns the existing builder or a new builder to build the value of the "pixelSpace" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type ObsDataLocationType.BuilderModifier and TypeMethodDescriptionObsDataLocationType.Builder.copyOf(ObsDataLocationType.Builder _other) <_B> voidObsDataLocationType.copyTo(ObsDataLocationType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidObsDataLocationType.copyTo(ObsDataLocationType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.