Class RequestType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.RequestType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- RequestType
-
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, RequestType _other, boolean _copy) Builder(_B _parentBuilder, RequestType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(RequestType _other) copyOf(RequestType.Builder _other) end()protected <_P extends RequestType>
_Pinit(_P _product) Sets the new value of "from" (any previous value will be replaced)withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)withMetadataPrefix(String metadataPrefix) Sets the new value of "metadataPrefix" (any previous value will be replaced)withResumptionToken(String resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Sets the new value of "set" (any previous value will be replaced)Sets the new value of "until" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)Sets the new value of "verb" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, RequestType _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.
-
withVerb
Sets the new value of "verb" (any previous value will be replaced)- Parameters:
verb- New value of the "verb" property.
-
withIdentifier
Sets the new value of "identifier" (any previous value will be replaced)- Parameters:
identifier- New value of the "identifier" property.
-
withMetadataPrefix
Sets the new value of "metadataPrefix" (any previous value will be replaced)- Parameters:
metadataPrefix- New value of the "metadataPrefix" property.
-
withFrom
Sets the new value of "from" (any previous value will be replaced)- Parameters:
from- New value of the "from" property.
-
withUntil
Sets the new value of "until" (any previous value will be replaced)- Parameters:
until- New value of the "until" property.
-
withSet
Sets the new value of "set" (any previous value will be replaced)- Parameters:
set- New value of the "set" property.
-
withResumptionToken
Sets the new value of "resumptionToken" (any previous value will be replaced)- Parameters:
resumptionToken- New value of the "resumptionToken" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-