Class GetPackagesRequest


  • public class GetPackagesRequest
    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" minOccurs="0"/>
           </sequence>
           <attribute name="reload" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • digest

        protected String digest
      • repositoryName

        protected String repositoryName
      • packageName

        protected String packageName
    • Constructor Detail

      • GetPackagesRequest

        public GetPackagesRequest()
    • 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
      • isReload

        public boolean isReload()
        Gets the value of the reload property.
        Returns:
        possible object is Boolean
      • setReload

        public void setReload​(Boolean value)
        Sets the value of the reload property.
        Parameters:
        value - allowed object is Boolean