Class IdentifyType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.oaipmh.IdentifyType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- IdentifyType
-
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, IdentifyType _other, boolean _copy) Builder(_B _parentBuilder, IdentifyType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionaddAdminEmails(Iterable<? extends String> adminEmails) Adds the given items to the value of "adminEmails"addAdminEmails(String... adminEmails) Adds the given items to the value of "adminEmails"addCompressions(Iterable<? extends String> compressions) Adds the given items to the value of "compressions"addCompressions(String... compressions) Adds the given items to the value of "compressions"DescriptionType.Builder<? extends IdentifyType.Builder<_B>>Returns a new builder to build an additional value of the "Descriptions" property.addDescriptions(Iterable<? extends DescriptionType> descriptions) Adds the given items to the value of "descriptions"addDescriptions(DescriptionType... descriptions) Adds the given items to the value of "descriptions"build()copyOf(IdentifyType _other) copyOf(IdentifyType.Builder _other) end()protected <_P extends IdentifyType>
_Pinit(_P _product) withAdminEmails(Iterable<? extends String> adminEmails) Sets the new value of "adminEmails" (any previous value will be replaced)withAdminEmails(String... adminEmails) Sets the new value of "adminEmails" (any previous value will be replaced)withBaseURL(String baseURL) Sets the new value of "baseURL" (any previous value will be replaced)withCompressions(Iterable<? extends String> compressions) Sets the new value of "compressions" (any previous value will be replaced)withCompressions(String... compressions) Sets the new value of "compressions" (any previous value will be replaced)withDeletedRecord(DeletedRecordType deletedRecord) Sets the new value of "deletedRecord" (any previous value will be replaced)withDescriptions(Iterable<? extends DescriptionType> descriptions) Sets the new value of "descriptions" (any previous value will be replaced)withDescriptions(DescriptionType... descriptions) Sets the new value of "descriptions" (any previous value will be replaced)withEarliestDatestamp(String earliestDatestamp) Sets the new value of "earliestDatestamp" (any previous value will be replaced)withGranularity(GranularityType granularity) Sets the new value of "granularity" (any previous value will be replaced)withProtocolVersion(String protocolVersion) Sets the new value of "protocolVersion" (any previous value will be replaced)withRepositoryName(String repositoryName) Sets the new value of "repositoryName" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, IdentifyType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withRepositoryName
Sets the new value of "repositoryName" (any previous value will be replaced)- Parameters:
repositoryName- New value of the "repositoryName" property.
-
withBaseURL
Sets the new value of "baseURL" (any previous value will be replaced)- Parameters:
baseURL- New value of the "baseURL" property.
-
withProtocolVersion
Sets the new value of "protocolVersion" (any previous value will be replaced)- Parameters:
protocolVersion- New value of the "protocolVersion" property.
-
addAdminEmails
Adds the given items to the value of "adminEmails"- Parameters:
adminEmails- Items to add to the value of the "adminEmails" property
-
withAdminEmails
Sets the new value of "adminEmails" (any previous value will be replaced)- Parameters:
adminEmails- New value of the "adminEmails" property.
-
addAdminEmails
Adds the given items to the value of "adminEmails"- Parameters:
adminEmails- Items to add to the value of the "adminEmails" property
-
withAdminEmails
Sets the new value of "adminEmails" (any previous value will be replaced)- Parameters:
adminEmails- New value of the "adminEmails" property.
-
withEarliestDatestamp
Sets the new value of "earliestDatestamp" (any previous value will be replaced)- Parameters:
earliestDatestamp- New value of the "earliestDatestamp" property.
-
withDeletedRecord
Sets the new value of "deletedRecord" (any previous value will be replaced)- Parameters:
deletedRecord- New value of the "deletedRecord" property.
-
withGranularity
Sets the new value of "granularity" (any previous value will be replaced)- Parameters:
granularity- New value of the "granularity" property.
-
addCompressions
Adds the given items to the value of "compressions"- Parameters:
compressions- Items to add to the value of the "compressions" property
-
withCompressions
Sets the new value of "compressions" (any previous value will be replaced)- Parameters:
compressions- New value of the "compressions" property.
-
addCompressions
Adds the given items to the value of "compressions"- Parameters:
compressions- Items to add to the value of the "compressions" property
-
withCompressions
Sets the new value of "compressions" (any previous value will be replaced)- Parameters:
compressions- New value of the "compressions" property.
-
addDescriptions
Adds the given items to the value of "descriptions"- Parameters:
descriptions- Items to add to the value of the "descriptions" property
-
withDescriptions
Sets the new value of "descriptions" (any previous value will be replaced)- Parameters:
descriptions- New value of the "descriptions" property.
-
addDescriptions
Adds the given items to the value of "descriptions"- Parameters:
descriptions- Items to add to the value of the "descriptions" property
-
withDescriptions
Sets the new value of "descriptions" (any previous value will be replaced)- Parameters:
descriptions- New value of the "descriptions" property.
-
addDescriptions
Returns a new builder to build an additional value of the "Descriptions" property. UseDescriptionType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Descriptions" property.
Use
DescriptionType.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-