Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.ResumptionTokenType
Packages that use ResumptionTokenType
-
Uses of ResumptionTokenType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as ResumptionTokenTypeModifier and TypeFieldDescriptionprotected final ResumptionTokenTypeResumptionTokenType.Builder._storedValueprotected ResumptionTokenTypeListIdentifiersType.resumptionTokenprotected ResumptionTokenTypeListRecordsType.resumptionTokenprotected ResumptionTokenTypeListSetsType.resumptionTokenFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type ResumptionTokenTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ResumptionTokenType,BigInteger> ResumptionTokenType.PropInfo.COMPLETE_LIST_SIZEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ResumptionTokenType,BigInteger> ResumptionTokenType.PropInfo.CURSORstatic final com.kscs.util.jaxb.SinglePropertyInfo<ResumptionTokenType,LocalDateTime> ResumptionTokenType.PropInfo.EXPIRATION_DATEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ListIdentifiersType,ResumptionTokenType> ListIdentifiersType.PropInfo.RESUMPTION_TOKENstatic final com.kscs.util.jaxb.SinglePropertyInfo<ListRecordsType,ResumptionTokenType> ListRecordsType.PropInfo.RESUMPTION_TOKENstatic final com.kscs.util.jaxb.SinglePropertyInfo<ListSetsType,ResumptionTokenType> ListSetsType.PropInfo.RESUMPTION_TOKENstatic final com.kscs.util.jaxb.SinglePropertyInfo<ResumptionTokenType,String> ResumptionTokenType.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type ResumptionTokenTypeModifier and TypeMethodDescriptionprotected <_P extends ResumptionTokenType>
_PResumptionTokenType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return ResumptionTokenTypeModifier and TypeMethodDescriptionResumptionTokenType.Builder.build()ResumptionTokenType.clone()ResumptionTokenType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ResumptionTokenType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ResumptionTokenType.createCopy()ResumptionTokenType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createResumptionTokenType()Create an instance ofResumptionTokenTypeListIdentifiersType.getResumptionToken()Gets the value of the resumptionToken property.ListRecordsType.getResumptionToken()Gets the value of the resumptionToken property.ListSetsType.getResumptionToken()Gets the value of the resumptionToken property.ResumptionTokenType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ResumptionTokenTypeModifier and TypeMethodDescriptionstatic ResumptionTokenType.Builder<Void>ResumptionTokenType.copyExcept(ResumptionTokenType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ResumptionTokenType.Builder.copyOf(ResumptionTokenType _other) static <_B> ResumptionTokenType.Builder<_B>ResumptionTokenType.copyOf(ResumptionTokenType _other) static <_B> ResumptionTokenType.Builder<_B>ResumptionTokenType.copyOf(ResumptionTokenType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ResumptionTokenType.Builder<Void>ResumptionTokenType.copyOnly(ResumptionTokenType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidListIdentifiersType.Modifier.setResumptionToken(ResumptionTokenType resumptionToken) voidListIdentifiersType.setResumptionToken(ResumptionTokenType value) Sets the value of the resumptionToken property.voidListRecordsType.Modifier.setResumptionToken(ResumptionTokenType resumptionToken) voidListRecordsType.setResumptionToken(ResumptionTokenType value) Sets the value of the resumptionToken property.voidListSetsType.Modifier.setResumptionToken(ResumptionTokenType resumptionToken) voidListSetsType.setResumptionToken(ResumptionTokenType value) Sets the value of the resumptionToken property.ListIdentifiersType.Builder.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)ListRecordsType.Builder.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)ListSetsType.Builder.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ResumptionTokenTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, ResumptionTokenType _other, boolean _copy) Builder(_B _parentBuilder, ResumptionTokenType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListIdentifiersType(List<HeaderType> headers, ResumptionTokenType resumptionToken) Fully-initialising value constructorListRecordsType(List<RecordType> records, ResumptionTokenType resumptionToken) Fully-initialising value constructorListSetsType(List<SetType> sets, ResumptionTokenType resumptionToken) Fully-initialising value constructor