searchNGResponse element

Type: searchNGResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <searchNGResponse> <tooManyResults>...</tooManyResults> <data> <nexusNGArtifact> <groupId>...</groupId> <latestReleaseRepositoryId>...</latestReleaseRepositoryId> <artifactHits> <artifactHit> <artifactLinks> <artifactLink> <classifier>...</classifier> <extension>...</extension> </artifactLink> <artifactLink> <!--...--> </artifactLink> <!--...more "artifactLink" elements...--> </artifactLinks> <repositoryId>...</repositoryId> </artifactHit> <artifactHit> <!--...--> </artifactHit> <!--...more "artifactHit" elements...--> </artifactHits> <latestSnapshot>...</latestSnapshot> <artifactId>...</artifactId> <highlightedFragment>...</highlightedFragment> <latestSnapshotRepositoryId>...</latestSnapshotRepositoryId> <latestRelease>...</latestRelease> <version>...</version> </nexusNGArtifact> <nexusNGArtifact> <!--...--> </nexusNGArtifact> <!--...more "nexusNGArtifact" elements...--> </data> <count>...</count> <collapsed>...</collapsed> <repoDetails> <repositoryDetail> <repositoryURL>...</repositoryURL> <repositoryContentClass>...</repositoryContentClass> <repositoryId>...</repositoryId> <repositoryKind>...</repositoryKind> <repositoryName>...</repositoryName> <repositoryPolicy>...</repositoryPolicy> </repositoryDetail> <repositoryDetail> <!--...--> </repositoryDetail> <!--...more "repositoryDetail" elements...--> </repoDetails> <totalCount>...</totalCount> <from>...</from> </searchNGResponse>