Package org.javastro.ivoa.entities.vodml
Class ModelImport.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.vodml.ModelImport.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ModelImport
-
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
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, ModelImport _other, boolean _copy) Builder(_B _parentBuilder, ModelImport _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(ModelImport _other) copyOf(ModelImport.Builder _other) end()protected <_P extends ModelImport>
_Pinit(_P _product) withDocumentationURL(String documentationURL) Sets the new value of "documentationURL" (any previous value will be replaced)withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Sets the new value of "url" (any previous value will be replaced)withVersion(String version) Sets the new value of "version" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, ModelImport _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withName
Sets the new value of "name" (any previous value will be replaced)- Parameters:
name- New value of the "name" property.
-
withIdentifier
Sets the new value of "identifier" (any previous value will be replaced)- Parameters:
identifier- New value of the "identifier" property.
-
withVersion
Sets the new value of "version" (any previous value will be replaced)- Parameters:
version- New value of the "version" property.
-
withUrl
Sets the new value of "url" (any previous value will be replaced)- Parameters:
url- New value of the "url" property.
-
withDocumentationURL
Sets the new value of "documentationURL" (any previous value will be replaced)- Parameters:
documentationURL- New value of the "documentationURL" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-