Uses of Class
org.javastro.ivoa.entities.resource.ssap.PosParam.Builder
Packages that use PosParam.Builder
-
Uses of PosParam.Builder in org.javastro.ivoa.entities.resource.ssap
Methods in org.javastro.ivoa.entities.resource.ssap that return PosParam.BuilderModifier and TypeMethodDescriptionstatic PosParam.Builder<Void>PosParam.builder()static PosParam.Builder<Void>PosParam.copyExcept(PosParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PosParam.Builder.copyOf(PosParam.Builder _other) static <_B> PosParam.Builder<_B>static <_B> PosParam.Builder<_B>PosParam.copyOf(PosParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static PosParam.Builder<Void>PosParam.newCopyBuilder()<_B> PosParam.Builder<_B>PosParam.newCopyBuilder(_B _parentBuilder) <_B> PosParam.Builder<_B>PosParam.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PosParam.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PosParam.Builder.withLat(double lat) Sets the new value of "lat" (any previous value will be replaced)PosParam.Builder.withLong(double _long) Sets the new value of "_long" (any previous value will be replaced)PosParam.Builder<? extends Query.Builder<_B>>Query.Builder.withPos()Returns the existing builder or a new builder to build the value of the "pos" property.PosParam.Builder.withRefframe(String refframe) Sets the new value of "refframe" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.ssap with parameters of type PosParam.BuilderModifier and TypeMethodDescriptionPosParam.Builder.copyOf(PosParam.Builder _other) <_B> voidPosParam.copyTo(PosParam.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidPosParam.copyTo(PosParam.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.