Uses of Class
org.javastro.ivoa.entities.stc.v1.Curve3Type.Builder
Packages that use Curve3Type.Builder
-
Uses of Curve3Type.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return Curve3Type.BuilderModifier and TypeMethodDescriptionstatic Curve3Type.Builder<Void>Curve3Type.builder()static Curve3Type.Builder<Void>Curve3Type.copyExcept(Curve3Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Curve3Type.Builder<Void>Curve3Type.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Curve3Type.Builder.copyOf(Curve3Type _other) Curve3Type.Builder.copyOf(Curve3Type.Builder _other) static <_B> Curve3Type.Builder<_B>Curve3Type.copyOf(Curve3Type _other) static <_B> Curve3Type.Builder<_B>Curve3Type.copyOf(Curve3Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Curve3Type.Builder<_B>Curve3Type.copyOf(StcBaseType _other) static <_B> Curve3Type.Builder<_B>Curve3Type.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Curve3Type.Builder<Void>Curve3Type.copyOnly(Curve3Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Curve3Type.Builder<Void>Curve3Type.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Curve3Type.newCopyBuilder()<_B> Curve3Type.Builder<_B>Curve3Type.newCopyBuilder(_B _parentBuilder) <_B> Curve3Type.Builder<_B>Curve3Type.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Curve3Type.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Curve3Type.Builder.withCurveShape(String curveShape) Sets the new value of "curveShape" (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)Curve3Type.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)Curve3Type.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)Curve3Type.Builder.withP1(Double3Type p1) Sets the new value of "p1" (any previous value will be replaced)Curve3Type.Builder.withP2(Double3Type p2) Sets the new value of "p2" (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 Curve3Type.BuilderModifier and TypeMethodDescriptionDouble3Type.Builder<? extends Curve3Type.Builder<_B>>Curve3Type.Builder.withP1()Returns the existing builder or a new builder to build the value of the "p1" property.Double3Type.Builder<? extends Curve3Type.Builder<_B>>Curve3Type.Builder.withP2()Returns the existing builder or a new builder to build the value of the "p2" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type Curve3Type.BuilderModifier and TypeMethodDescriptionCurve3Type.Builder.copyOf(Curve3Type.Builder _other) <_B> voidCurve3Type.copyTo(Curve3Type.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCurve3Type.copyTo(Curve3Type.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.