Uses of Class
org.javastro.ivoa.entities.resource.Organisation.Builder
Packages that use Organisation.Builder
-
Uses of Organisation.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Organisation.BuilderModifier and TypeMethodDescriptionOrganisation.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Organisation.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Organisation.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"Organisation.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"Organisation.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"Organisation.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"Organisation.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Organisation.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Organisation.Builder<Void>Organisation.builder()static Organisation.Builder<Void>Organisation.copyExcept(Organisation _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Organisation.Builder<Void>Organisation.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Organisation.Builder.copyOf(Organisation _other) Organisation.Builder.copyOf(Organisation.Builder _other) static <_B> Organisation.Builder<_B>Organisation.copyOf(Organisation _other) static <_B> Organisation.Builder<_B>Organisation.copyOf(Organisation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Organisation.Builder<_B>static <_B> Organisation.Builder<_B>Organisation.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Organisation.Builder<Void>Organisation.copyOnly(Organisation _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Organisation.Builder<Void>Organisation.newCopyBuilder()<_B> Organisation.Builder<_B>Organisation.newCopyBuilder(_B _parentBuilder) <_B> Organisation.Builder<_B>Organisation.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Organisation.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Organisation.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Organisation.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Organisation.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Organisation.Builder.withCreated(LocalDateTime created) Sets the new value of "created" (any previous value will be replaced)Organisation.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Organisation.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)Organisation.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)Organisation.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Organisation.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)Organisation.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)Organisation.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Organisation.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Organisation.Builder.withUpdated(LocalDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Organisation.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Organisation.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Organisation.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Organisation.BuilderModifier and TypeMethodDescriptionResourceName.Builder<? extends Organisation.Builder<_B>>Organisation.Builder.addFacilities()Returns a new builder to build an additional value of the "Facilities" property.ResourceName.Builder<? extends Organisation.Builder<_B>>Organisation.Builder.addInstruments()Returns a new builder to build an additional value of the "Instruments" property.Content.Builder<? extends Organisation.Builder<_B>>Organisation.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends Organisation.Builder<_B>>Organisation.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 with parameters of type Organisation.BuilderModifier and TypeMethodDescriptionOrganisation.Builder.copyOf(Organisation.Builder _other) <_B> voidOrganisation.copyTo(Organisation.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidOrganisation.copyTo(Organisation.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.