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