Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.RecordType
Packages that use RecordType
-
Uses of RecordType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as RecordTypeModifier and TypeFieldDescriptionprotected final RecordTypeRecordType.Builder._storedValueprotected RecordTypeGetRecordType.recordFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type RecordTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<RecordType,AboutType> RecordType.PropInfo.ABOUTSstatic final com.kscs.util.jaxb.SinglePropertyInfo<RecordType,HeaderType> RecordType.PropInfo.HEADERstatic final com.kscs.util.jaxb.SinglePropertyInfo<RecordType,MetadataType> RecordType.PropInfo.METADATAstatic final com.kscs.util.jaxb.SinglePropertyInfo<GetRecordType,RecordType> GetRecordType.PropInfo.RECORDprotected List<RecordType>ListRecordsType.recordsstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ListRecordsType,RecordType> ListRecordsType.PropInfo.RECORDSMethods in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type RecordTypeModifier and TypeMethodDescriptionprotected <_P extends RecordType>
_PRecordType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return RecordTypeModifier and TypeMethodDescriptionRecordType.Builder.build()RecordType.clone()RecordType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) RecordType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) RecordType.createCopy()RecordType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createRecordType()Create an instance ofRecordTypeGetRecordType.getRecord()Gets the value of the record property.RecordType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type RecordTypeModifier and TypeMethodDescriptionListRecordsType.getRecords()Gets the value of the records property.ListRecordsType.Modifier.getRecords()Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RecordTypeModifier and TypeMethodDescriptionListRecordsType.Builder.addRecords(RecordType... records) Adds the given items to the value of "records"static RecordType.Builder<Void>RecordType.copyExcept(RecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RecordType.Builder.copyOf(RecordType _other) static <_B> RecordType.Builder<_B>RecordType.copyOf(RecordType _other) static <_B> RecordType.Builder<_B>RecordType.copyOf(RecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RecordType.Builder<Void>RecordType.copyOnly(RecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidGetRecordType.Modifier.setRecord(RecordType record) voidGetRecordType.setRecord(RecordType value) Sets the value of the record property.GetRecordType.Builder.withRecord(RecordType record) Sets the new value of "record" (any previous value will be replaced)ListRecordsType.Builder.withRecords(RecordType... records) Sets the new value of "records" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type RecordTypeModifier and TypeMethodDescriptionListRecordsType.Builder.addRecords(Iterable<? extends RecordType> records) Adds the given items to the value of "records"ListRecordsType.Builder.withRecords(Iterable<? extends RecordType> records) Sets the new value of "records" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RecordTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, RecordType _other, boolean _copy) Builder(_B _parentBuilder, RecordType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) GetRecordType(RecordType record) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type RecordTypeModifierConstructorDescriptionListRecordsType(List<RecordType> records, ResumptionTokenType resumptionToken) Fully-initialising value constructor