Class ListIdentifiersType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.ListIdentifiersType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ListIdentifiersType
public static class ListIdentifiersType.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, ListIdentifiersType _other, boolean _copy) Builder(_B _parentBuilder, ListIdentifiersType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionHeaderType.Builder<? extends ListIdentifiersType.Builder<_B>>Returns a new builder to build an additional value of the "Headers" property.addHeaders(Iterable<? extends HeaderType> headers) Adds the given items to the value of "headers"addHeaders(HeaderType... headers) Adds the given items to the value of "headers"build()copyOf(ListIdentifiersType _other) copyOf(ListIdentifiersType.Builder _other) end()protected <_P extends ListIdentifiersType>
_Pinit(_P _product) withHeaders(Iterable<? extends HeaderType> headers) Sets the new value of "headers" (any previous value will be replaced)withHeaders(HeaderType... headers) Sets the new value of "headers" (any previous value will be replaced)ResumptionTokenType.Builder<? extends ListIdentifiersType.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)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, ListIdentifiersType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
addHeaders
Adds the given items to the value of "headers"- Parameters:
headers- Items to add to the value of the "headers" property
-
withHeaders
Sets the new value of "headers" (any previous value will be replaced)- Parameters:
headers- New value of the "headers" property.
-
addHeaders
Adds the given items to the value of "headers"- Parameters:
headers- Items to add to the value of the "headers" property
-
withHeaders
Sets the new value of "headers" (any previous value will be replaced)- Parameters:
headers- New value of the "headers" property.
-
addHeaders
Returns a new builder to build an additional value of the "Headers" property. UseHeaderType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Headers" property.
Use
HeaderType.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
-