Class GetRecordType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.GetRecordType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- GetRecordType
public static class GetRecordType.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, GetRecordType _other, boolean _copy) Builder(_B _parentBuilder, GetRecordType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(GetRecordType _other) copyOf(GetRecordType.Builder _other) end()protected <_P extends GetRecordType>
_Pinit(_P _product) RecordType.Builder<? extends GetRecordType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "record" property.withRecord(RecordType record) Sets the new value of "record" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, GetRecordType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withRecord
Sets the new value of "record" (any previous value will be replaced)- Parameters:
record- New value of the "record" property.
-
withRecord
Returns the existing builder or a new builder to build the value of the "record" property. UseRecordType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "record" property.
Use
RecordType.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-