Class Schema.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.standard.Schema.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Schema
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExamples(Iterable<? extends String> examples) Adds the given items to the value of "examples"addExamples(String... examples) Adds the given items to the value of "examples"build()copyOf(Schema.Builder _other) end()protected <_P extends Schema>
_Pinit(_P _product) withDescription(String description) Sets the new value of "description" (any previous value will be replaced)withExamples(Iterable<? extends String> examples) Sets the new value of "examples" (any previous value will be replaced)withExamples(String... examples) Sets the new value of "examples" (any previous value will be replaced)withLocation(String location) Sets the new value of "location" (any previous value will be replaced)withNamespace(String namespace) Sets the new value of "namespace" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withLocation
Sets the new value of "location" (any previous value will be replaced)- Parameters:
location- New value of the "location" property.
-
withDescription
Sets the new value of "description" (any previous value will be replaced)- Parameters:
description- New value of the "description" property.
-
addExamples
Adds the given items to the value of "examples"- Parameters:
examples- Items to add to the value of the "examples" property
-
withExamples
Sets the new value of "examples" (any previous value will be replaced)- Parameters:
examples- New value of the "examples" property.
-
addExamples
Adds the given items to the value of "examples"- Parameters:
examples- Items to add to the value of the "examples" property
-
withExamples
Sets the new value of "examples" (any previous value will be replaced)- Parameters:
examples- New value of the "examples" property.
-
withNamespace
Sets the new value of "namespace" (any previous value will be replaced)- Parameters:
namespace- New value of the "namespace" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-