Class ListSetsType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.ListSetsType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ListSetsType
-
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, ListSetsType _other, boolean _copy) Builder(_B _parentBuilder, ListSetsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionSetType.Builder<? extends ListSetsType.Builder<_B>>addSets()Returns a new builder to build an additional value of the "Sets" property.Adds the given items to the value of "sets"Adds the given items to the value of "sets"build()copyOf(ListSetsType _other) copyOf(ListSetsType.Builder _other) end()protected <_P extends ListSetsType>
_Pinit(_P _product) ResumptionTokenType.Builder<? extends ListSetsType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "resumptionToken" property.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Sets the new value of "sets" (any previous value will be replaced)Sets the new value of "sets" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, ListSetsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
addSets
Adds the given items to the value of "sets"- Parameters:
sets- Items to add to the value of the "sets" property
-
withSets
Sets the new value of "sets" (any previous value will be replaced)- Parameters:
sets- New value of the "sets" property.
-
addSets
Adds the given items to the value of "sets"- Parameters:
sets- Items to add to the value of the "sets" property
-
withSets
Sets the new value of "sets" (any previous value will be replaced)- Parameters:
sets- New value of the "sets" property.
-
addSets
Returns a new builder to build an additional value of the "Sets" property. UseSetType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Sets" property.
Use
SetType.Builder.end()to return to the current builder.
-
withResumptionToken
Sets the new value of "resumptionToken" (any previous value will be replaced)- Parameters:
resumptionToken- New value of the "resumptionToken" property.
-
withResumptionToken
Returns the existing builder or a new builder to build the value of the "resumptionToken" property. UseResumptionTokenType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "resumptionToken" property.
Use
ResumptionTokenType.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-