Class GetPackageRequest


  • public class GetPackageRequest
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="digest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="repository-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="package-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="package-version" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="package-timestamp" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • digest

        protected String digest
      • repositoryName

        protected String repositoryName
      • packageName

        protected String packageName
      • packageVersion

        protected String packageVersion
      • packageTimestamp

        protected String packageTimestamp
    • Constructor Detail

      • GetPackageRequest

        public GetPackageRequest()
    • Method Detail

      • getDigest

        public String getDigest()
        Gets the value of the digest property.
        Returns:
        possible object is String
      • setDigest

        public void setDigest​(String value)
        Sets the value of the digest property.
        Parameters:
        value - allowed object is String
      • getRepositoryName

        public String getRepositoryName()
        Gets the value of the repositoryName property.
        Returns:
        possible object is String
      • setRepositoryName

        public void setRepositoryName​(String value)
        Sets the value of the repositoryName property.
        Parameters:
        value - allowed object is String
      • getPackageName

        public String getPackageName()
        Gets the value of the packageName property.
        Returns:
        possible object is String
      • setPackageName

        public void setPackageName​(String value)
        Sets the value of the packageName property.
        Parameters:
        value - allowed object is String
      • getPackageVersion

        public String getPackageVersion()
        Gets the value of the packageVersion property.
        Returns:
        possible object is String
      • setPackageVersion

        public void setPackageVersion​(String value)
        Sets the value of the packageVersion property.
        Parameters:
        value - allowed object is String
      • getPackageTimestamp

        public String getPackageTimestamp()
        Gets the value of the packageTimestamp property.
        Returns:
        possible object is String
      • setPackageTimestamp

        public void setPackageTimestamp​(String value)
        Sets the value of the packageTimestamp property.
        Parameters:
        value - allowed object is String