Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.RequestType
Packages that use RequestType
-
Uses of RequestType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as RequestTypeModifier and TypeFieldDescriptionprotected final RequestTypeRequestType.Builder._storedValueprotected RequestTypeOAIPMH.requestFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type RequestTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.FROMstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.IDENTIFIERstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.METADATA_PREFIXstatic final com.kscs.util.jaxb.SinglePropertyInfo<OAIPMH,RequestType> OAIPMH.PropInfo.REQUESTstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.RESUMPTION_TOKENstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.SETstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.UNTILstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,String> RequestType.PropInfo.VALUEstatic final com.kscs.util.jaxb.SinglePropertyInfo<RequestType,VerbType> RequestType.PropInfo.VERBMethods in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type RequestTypeModifier and TypeMethodDescriptionprotected <_P extends RequestType>
_PRequestType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return RequestTypeModifier and TypeMethodDescriptionRequestType.Builder.build()RequestType.clone()RequestType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) RequestType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) RequestType.createCopy()RequestType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createRequestType()Create an instance ofRequestTypeOAIPMH.getRequest()Gets the value of the request property.RequestType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RequestTypeModifier and TypeMethodDescriptionstatic RequestType.Builder<Void>RequestType.copyExcept(RequestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RequestType.Builder.copyOf(RequestType _other) static <_B> RequestType.Builder<_B>RequestType.copyOf(RequestType _other) static <_B> RequestType.Builder<_B>RequestType.copyOf(RequestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RequestType.Builder<Void>RequestType.copyOnly(RequestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidOAIPMH.Modifier.setRequest(RequestType request) voidOAIPMH.setRequest(RequestType value) Sets the value of the request property.OAIPMH.Builder.withRequest(RequestType request) Sets the new value of "request" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RequestTypeModifierConstructorDescriptionBuilder(_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) OAIPMH(ZonedDateTime responseDate, RequestType request, ListRecordsType listRecords, ListIdentifiersType listIdentifiers, GetRecordType getRecord, ListSetsType listSets, ListMetadataFormatsType listMetadataFormats, IdentifyType identify, List<OAIPMHerrorType> errors) Fully-initialising value constructor