Class SetType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.SetType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SetType
-
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 TypeMethodDescriptionDescriptionType.Builder<? extends SetType.Builder<_B>>Returns a new builder to build an additional value of the "SetDescriptions" property.addSetDescriptions(Iterable<? extends DescriptionType> setDescriptions) Adds the given items to the value of "setDescriptions"addSetDescriptions(DescriptionType... setDescriptions) Adds the given items to the value of "setDescriptions"build()copyOf(SetType.Builder _other) end()protected <_P extends SetType>
_Pinit(_P _product) withSetDescriptions(Iterable<? extends DescriptionType> setDescriptions) Sets the new value of "setDescriptions" (any previous value will be replaced)withSetDescriptions(DescriptionType... setDescriptions) Sets the new value of "setDescriptions" (any previous value will be replaced)withSetName(String setName) Sets the new value of "setName" (any previous value will be replaced)withSetSpec(String setSpec) Sets the new value of "setSpec" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withSetSpec
Sets the new value of "setSpec" (any previous value will be replaced)- Parameters:
setSpec- New value of the "setSpec" property.
-
withSetName
Sets the new value of "setName" (any previous value will be replaced)- Parameters:
setName- New value of the "setName" property.
-
addSetDescriptions
Adds the given items to the value of "setDescriptions"- Parameters:
setDescriptions- Items to add to the value of the "setDescriptions" property
-
withSetDescriptions
Sets the new value of "setDescriptions" (any previous value will be replaced)- Parameters:
setDescriptions- New value of the "setDescriptions" property.
-
addSetDescriptions
Adds the given items to the value of "setDescriptions"- Parameters:
setDescriptions- Items to add to the value of the "setDescriptions" property
-
withSetDescriptions
Sets the new value of "setDescriptions" (any previous value will be replaced)- Parameters:
setDescriptions- New value of the "setDescriptions" property.
-
addSetDescriptions
Returns a new builder to build an additional value of the "SetDescriptions" property. UseDescriptionType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "SetDescriptions" property.
Use
DescriptionType.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-