Uses of Class
org.javastro.ivoa.entities.stc.v1.Size2Type.Builder
Packages that use Size2Type.Builder
-
Uses of Size2Type.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return Size2Type.BuilderModifier and TypeMethodDescriptionstatic Size2Type.Builder<Void>Size2Type.builder()static Size2Type.Builder<Void>Size2Type.copyExcept(Double2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Size2Type.Builder<Void>Size2Type.copyExcept(Size2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Size2Type.Builder<Void>Size2Type.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Size2Type.Builder.copyOf(Size2Type.Builder _other) static <_B> Size2Type.Builder<_B>Size2Type.copyOf(Double2Type _other) static <_B> Size2Type.Builder<_B>Size2Type.copyOf(Double2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Size2Type.Builder<_B>static <_B> Size2Type.Builder<_B>Size2Type.copyOf(Size2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Size2Type.Builder<_B>Size2Type.copyOf(StcBaseType _other) static <_B> Size2Type.Builder<_B>Size2Type.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Size2Type.Builder<Void>Size2Type.copyOnly(Double2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Size2Type.Builder<Void>static Size2Type.Builder<Void>Size2Type.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Size2Type.newCopyBuilder()<_B> Size2Type.Builder<_B>Size2Type.newCopyBuilder(_B _parentBuilder) <_B> Size2Type.Builder<_B>Size2Type.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Size2Type.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Size2Type.Builder.withC1(Double1Type c1) Sets the new value of "c1" (any previous value will be replaced)Size2Type.Builder.withC2(Double1Type c2) Sets the new value of "c2" (any previous value will be replaced)Size2Type.Builder.withGenUnit(String genUnit) Sets the new value of "genUnit" (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)Size2Type.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)Size2Type.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)Size2Type.Builder.withPosAngle(PosAngleType posAngle) Sets the new value of "posAngle" (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)Sets the new value of "unit" (any previous value will be replaced)Size2Type.Builder.withVelTimeUnit(VelTimeUnitType velTimeUnit) Sets the new value of "velTimeUnit" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type Size2Type.BuilderModifier and TypeMethodDescriptionDouble1Type.Builder<? extends Size2Type.Builder<_B>>Size2Type.Builder.withC1()Returns the existing builder or a new builder to build the value of the "c1" property.Double1Type.Builder<? extends Size2Type.Builder<_B>>Size2Type.Builder.withC2()Returns the existing builder or a new builder to build the value of the "c2" property.PosAngleType.Builder<? extends Size2Type.Builder<_B>>Size2Type.Builder.withPosAngle()Returns the existing builder or a new builder to build the value of the "posAngle" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type Size2Type.BuilderModifier and TypeMethodDescriptionSize2Type.Builder.copyOf(Size2Type.Builder _other) <_B> voidSize2Type.copyTo(Size2Type.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSize2Type.copyTo(Size2Type.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.