Class DownloadClassifier


  • public class DownloadClassifier
    extends Object

    Java class for downloadClassifier complex type.

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

     <complexType name="downloadClassifier">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="modelName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • modelName

        protected String modelName
    • Constructor Detail

      • DownloadClassifier

        public DownloadClassifier()
    • Method Detail

      • getModelName

        public String getModelName()
        Gets the value of the modelName property.
        Returns:
        possible object is String
      • setModelName

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