Class MetadataFormatType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.MetadataFormatType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- MetadataFormatType
public static class MetadataFormatType.Builder<_B>
extends Object
implements com.kscs.util.jaxb.Buildable
-
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, MetadataFormatType _other, boolean _copy) Builder(_B _parentBuilder, MetadataFormatType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(MetadataFormatType _other) copyOf(MetadataFormatType.Builder _other) end()protected <_P extends MetadataFormatType>
_Pinit(_P _product) withMetadataNamespace(String metadataNamespace) Sets the new value of "metadataNamespace" (any previous value will be replaced)withMetadataPrefix(String metadataPrefix) Sets the new value of "metadataPrefix" (any previous value will be replaced)withSchema(String schema) Sets the new value of "schema" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, MetadataFormatType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withMetadataPrefix
Sets the new value of "metadataPrefix" (any previous value will be replaced)- Parameters:
metadataPrefix- New value of the "metadataPrefix" property.
-
withSchema
Sets the new value of "schema" (any previous value will be replaced)- Parameters:
schema- New value of the "schema" property.
-
withMetadataNamespace
Sets the new value of "metadataNamespace" (any previous value will be replaced)- Parameters:
metadataNamespace- New value of the "metadataNamespace" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-