searchNGResponse element

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

Example XML

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