Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.ListSetsType.Builder
Packages that use ListSetsType.Builder
-
Uses of ListSetsType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return ListSetsType.BuilderModifier and TypeMethodDescriptionAdds the given items to the value of "sets"Adds the given items to the value of "sets"static ListSetsType.Builder<Void>ListSetsType.builder()static ListSetsType.Builder<Void>ListSetsType.copyExcept(ListSetsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ListSetsType.Builder.copyOf(ListSetsType _other) ListSetsType.Builder.copyOf(ListSetsType.Builder _other) static <_B> ListSetsType.Builder<_B>ListSetsType.copyOf(ListSetsType _other) static <_B> ListSetsType.Builder<_B>ListSetsType.copyOf(ListSetsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ListSetsType.Builder<Void>ListSetsType.copyOnly(ListSetsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ListSetsType.newCopyBuilder()<_B> ListSetsType.Builder<_B>ListSetsType.newCopyBuilder(_B _parentBuilder) <_B> ListSetsType.Builder<_B>ListSetsType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListSetsType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListSetsType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withListSets()Returns the existing builder or a new builder to build the value of the "listSets" property.ListSetsType.Builder.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Sets the new value of "sets" (any previous value will be replaced)Sets the new value of "sets" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type ListSetsType.BuilderModifier and TypeMethodDescriptionSetType.Builder<? extends ListSetsType.Builder<_B>>ListSetsType.Builder.addSets()Returns a new builder to build an additional value of the "Sets" property.ResumptionTokenType.Builder<? extends ListSetsType.Builder<_B>>ListSetsType.Builder.withResumptionToken()Returns the existing builder or a new builder to build the value of the "resumptionToken" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ListSetsType.BuilderModifier and TypeMethodDescriptionListSetsType.Builder.copyOf(ListSetsType.Builder _other) <_B> voidListSetsType.copyTo(ListSetsType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidListSetsType.copyTo(ListSetsType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.