cz.vity.freerapid.xmlimport.ver1
Class Plugin

java.lang.Object
  extended by cz.vity.freerapid.xmlimport.ver1.Plugin

public class Plugin
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 ref="{}services"/>
         <element ref="{}url"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="vendor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="minVer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxVer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="filesize" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String filename
           
protected  long filesize
           
protected  String id
           
protected  String maxVer
           
protected  String minVer
           
protected  String premium
           
protected  String services
           
protected  String url
           
protected  String vendor
           
protected  String version
           
 
Constructor Summary
Plugin()
           
 
Method Summary
 String getFilename()
          Gets the value of the filename property.
 long getFilesize()
          Gets the value of the filesize property.
 String getId()
          Gets the value of the id property.
 String getMaxVer()
          Gets the value of the maxVer property.
 String getMinVer()
          Gets the value of the minVer property.
 String getPremium()
           
 String getServices()
          Gets the value of the services property.
 String getUrl()
          Gets the value of the url property.
 String getVendor()
          Gets the value of the vendor property.
 String getVersion()
          Gets the value of the version property.
 boolean isSetFilename()
           
 boolean isSetFilesize()
           
 boolean isSetId()
           
 boolean isSetMaxVer()
           
 boolean isSetMinVer()
           
 boolean isSetPremium()
           
 boolean isSetServices()
           
 boolean isSetUrl()
           
 boolean isSetVendor()
           
 boolean isSetVersion()
           
 void setFilename(String value)
          Sets the value of the filename property.
 void setFilesize(long value)
          Sets the value of the filesize property.
 void setId(String value)
          Sets the value of the id property.
 void setMaxVer(String value)
          Sets the value of the maxVer property.
 void setMinVer(String value)
          Sets the value of the minVer property.
 void setPremium(String premium)
           
 void setServices(String value)
          Sets the value of the services property.
 void setUrl(String value)
          Sets the value of the url property.
 void setVendor(String value)
          Sets the value of the vendor property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

protected String services

url

protected String url

version

protected String version

vendor

protected String vendor

minVer

protected String minVer

maxVer

protected String maxVer

id

protected String id

premium

protected String premium

filename

protected String filename

filesize

protected long filesize
Constructor Detail

Plugin

public Plugin()
Method Detail

getServices

public String getServices()
Gets the value of the services property.

Returns:
possible object is String

setServices

public void setServices(String value)
Sets the value of the services property.

Parameters:
value - allowed object is String

isSetServices

public boolean isSetServices()

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

isSetUrl

public boolean isSetUrl()

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getVendor

public String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

public void setVendor(String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

isSetVendor

public boolean isSetVendor()

getMinVer

public String getMinVer()
Gets the value of the minVer property.

Returns:
possible object is String

setMinVer

public void setMinVer(String value)
Sets the value of the minVer property.

Parameters:
value - allowed object is String

isSetMinVer

public boolean isSetMinVer()

getMaxVer

public String getMaxVer()
Gets the value of the maxVer property.

Returns:
possible object is String

setMaxVer

public void setMaxVer(String value)
Sets the value of the maxVer property.

Parameters:
value - allowed object is String

isSetMaxVer

public boolean isSetMaxVer()

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

getFilename

public String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

public void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

isSetFilename

public boolean isSetFilename()

getFilesize

public long getFilesize()
Gets the value of the filesize property.


setFilesize

public void setFilesize(long value)
Sets the value of the filesize property.


isSetFilesize

public boolean isSetFilesize()

getPremium

public String getPremium()

setPremium

public void setPremium(String premium)

isSetPremium

public boolean isSetPremium()