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