searchNGResponse element

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

Example XML

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