Uses of Enum Class
org.javastro.ivoa.entities.resource.registry.oaipmh.DeletedRecordType
Packages that use DeletedRecordType
-
Uses of DeletedRecordType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as DeletedRecordTypeFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type DeletedRecordTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<IdentifyType,DeletedRecordType> IdentifyType.PropInfo.DELETED_RECORDMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return DeletedRecordTypeModifier and TypeMethodDescriptionstatic DeletedRecordTypeGets the enum associated to the value passed as parameter.IdentifyType.getDeletedRecord()Gets the value of the deletedRecord property.static DeletedRecordTypeReturns the enum constant of this class with the specified name.static DeletedRecordType[]DeletedRecordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type DeletedRecordTypeModifier and TypeMethodDescriptionvoidIdentifyType.Modifier.setDeletedRecord(DeletedRecordType deletedRecord) voidIdentifyType.setDeletedRecord(DeletedRecordType value) Sets the value of the deletedRecord property.IdentifyType.Builder.withDeletedRecord(DeletedRecordType deletedRecord) Sets the new value of "deletedRecord" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type DeletedRecordTypeModifierConstructorDescriptionIdentifyType(String repositoryName, String baseURL, String protocolVersion, List<String> adminEmails, String earliestDatestamp, DeletedRecordType deletedRecord, GranularityType granularity, List<String> compressions, List<DescriptionType> descriptions) Fully-initialising value constructor