Uses of Class
org.javastro.ivoa.entities.resource.dataservice.StandardSTC.Builder
Packages that use StandardSTC.Builder
-
Uses of StandardSTC.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return StandardSTC.BuilderModifier and TypeMethodDescriptionStandardSTC.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"StandardSTC.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"StandardSTC.Builder.addStcDefinitions(Iterable<? extends StcDescriptionType> stcDefinitions) Adds the given items to the value of "stcDefinitions"StandardSTC.Builder.addStcDefinitions(StcDescriptionType... stcDefinitions) Adds the given items to the value of "stcDefinitions"StandardSTC.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"StandardSTC.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static StandardSTC.Builder<Void>StandardSTC.builder()static StandardSTC.Builder<Void>StandardSTC.copyExcept(StandardSTC _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static StandardSTC.Builder<Void>StandardSTC.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) StandardSTC.Builder.copyOf(StandardSTC _other) StandardSTC.Builder.copyOf(StandardSTC.Builder _other) static <_B> StandardSTC.Builder<_B>StandardSTC.copyOf(StandardSTC _other) static <_B> StandardSTC.Builder<_B>StandardSTC.copyOf(StandardSTC _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> StandardSTC.Builder<_B>static <_B> StandardSTC.Builder<_B>StandardSTC.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static StandardSTC.Builder<Void>StandardSTC.copyOnly(StandardSTC _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static StandardSTC.Builder<Void>StandardSTC.newCopyBuilder()<_B> StandardSTC.Builder<_B>StandardSTC.newCopyBuilder(_B _parentBuilder) <_B> StandardSTC.Builder<_B>StandardSTC.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) StandardSTC.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) StandardSTC.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)StandardSTC.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)StandardSTC.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)StandardSTC.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)StandardSTC.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)StandardSTC.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)StandardSTC.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)StandardSTC.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)StandardSTC.Builder.withStcDefinitions(Iterable<? extends StcDescriptionType> stcDefinitions) Sets the new value of "stcDefinitions" (any previous value will be replaced)StandardSTC.Builder.withStcDefinitions(StcDescriptionType... stcDefinitions) Sets the new value of "stcDefinitions" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)StandardSTC.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)StandardSTC.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)StandardSTC.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)StandardSTC.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type StandardSTC.BuilderModifier and TypeMethodDescriptionStcDescriptionType.Builder<? extends StandardSTC.Builder<_B>>StandardSTC.Builder.addStcDefinitions()Returns a new builder to build an additional value of the "StcDefinitions" property.Content.Builder<? extends StandardSTC.Builder<_B>>StandardSTC.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends StandardSTC.Builder<_B>>StandardSTC.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type StandardSTC.BuilderModifier and TypeMethodDescriptionStandardSTC.Builder.copyOf(StandardSTC.Builder _other) <_B> voidStandardSTC.copyTo(StandardSTC.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidStandardSTC.copyTo(StandardSTC.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.