Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.GetRecordType.Builder
Packages that use GetRecordType.Builder
-
Uses of GetRecordType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return GetRecordType.BuilderModifier and TypeMethodDescriptionstatic GetRecordType.Builder<Void>GetRecordType.builder()static GetRecordType.Builder<Void>GetRecordType.copyExcept(GetRecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) GetRecordType.Builder.copyOf(GetRecordType _other) GetRecordType.Builder.copyOf(GetRecordType.Builder _other) static <_B> GetRecordType.Builder<_B>GetRecordType.copyOf(GetRecordType _other) static <_B> GetRecordType.Builder<_B>GetRecordType.copyOf(GetRecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static GetRecordType.Builder<Void>GetRecordType.copyOnly(GetRecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) GetRecordType.newCopyBuilder()<_B> GetRecordType.Builder<_B>GetRecordType.newCopyBuilder(_B _parentBuilder) <_B> GetRecordType.Builder<_B>GetRecordType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) GetRecordType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) GetRecordType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withGetRecord()Returns the existing builder or a new builder to build the value of the "getRecord" property.GetRecordType.Builder.withRecord(RecordType record) Sets the new value of "record" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type GetRecordType.BuilderModifier and TypeMethodDescriptionRecordType.Builder<? extends GetRecordType.Builder<_B>>GetRecordType.Builder.withRecord()Returns the existing builder or a new builder to build the value of the "record" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type GetRecordType.BuilderModifier and TypeMethodDescriptionGetRecordType.Builder.copyOf(GetRecordType.Builder _other) <_B> voidGetRecordType.copyTo(GetRecordType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidGetRecordType.copyTo(GetRecordType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.