Class HeaderType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.HeaderType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- HeaderType
-
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, HeaderType _other, boolean _copy) Builder(_B _parentBuilder, HeaderType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionaddSetSpecs(Iterable<? extends String> setSpecs) Adds the given items to the value of "setSpecs"addSetSpecs(String... setSpecs) Adds the given items to the value of "setSpecs"build()copyOf(HeaderType _other) copyOf(HeaderType.Builder _other) end()protected <_P extends HeaderType>
_Pinit(_P _product) withDatestamp(String datestamp) Sets the new value of "datestamp" (any previous value will be replaced)withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)withSetSpecs(Iterable<? extends String> setSpecs) Sets the new value of "setSpecs" (any previous value will be replaced)withSetSpecs(String... setSpecs) Sets the new value of "setSpecs" (any previous value will be replaced)withStatus(StatusType status) Sets the new value of "status" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, HeaderType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withIdentifier
Sets the new value of "identifier" (any previous value will be replaced)- Parameters:
identifier- New value of the "identifier" property.
-
withDatestamp
Sets the new value of "datestamp" (any previous value will be replaced)- Parameters:
datestamp- New value of the "datestamp" property.
-
addSetSpecs
Adds the given items to the value of "setSpecs"- Parameters:
setSpecs- Items to add to the value of the "setSpecs" property
-
withSetSpecs
Sets the new value of "setSpecs" (any previous value will be replaced)- Parameters:
setSpecs- New value of the "setSpecs" property.
-
addSetSpecs
Adds the given items to the value of "setSpecs"- Parameters:
setSpecs- Items to add to the value of the "setSpecs" property
-
withSetSpecs
Sets the new value of "setSpecs" (any previous value will be replaced)- Parameters:
setSpecs- New value of the "setSpecs" property.
-
withStatus
Sets the new value of "status" (any previous value will be replaced)- Parameters:
status- New value of the "status" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-