jidlobalik
Class OvoceType

java.lang.Object
  extended by jidlobalik.OvoceType

public class OvoceType
extends java.lang.Object

Java class for ovoceType complex type.

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

 <complexType name="ovoceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nazev" type="{}nazevType"/>
         <element name="vaha" type="{}vahaType"/>
       </sequence>
       <attribute name="cislo" use="required" type="{}cisloType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger cislo
           
protected  NazevType nazev
           
protected  double vaha
           
 
Constructor Summary
OvoceType()
           
 
Method Summary
 java.math.BigInteger getCislo()
          Gets the value of the cislo property.
 NazevType getNazev()
          Gets the value of the nazev property.
 double getVaha()
          Gets the value of the vaha property.
 void setCislo(java.math.BigInteger value)
          Sets the value of the cislo property.
 void setNazev(NazevType value)
          Sets the value of the nazev property.
 void setVaha(double value)
          Sets the value of the vaha property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nazev

protected NazevType nazev

vaha

protected double vaha

cislo

protected java.math.BigInteger cislo
Constructor Detail

OvoceType

public OvoceType()
Method Detail

getNazev

public NazevType getNazev()
Gets the value of the nazev property.

Returns:
possible object is NazevType

setNazev

public void setNazev(NazevType value)
Sets the value of the nazev property.

Parameters:
value - allowed object is NazevType

getVaha

public double getVaha()
Gets the value of the vaha property.


setVaha

public void setVaha(double value)
Sets the value of the vaha property.


getCislo

public java.math.BigInteger getCislo()
Gets the value of the cislo property.

Returns:
possible object is BigInteger

setCislo

public void setCislo(java.math.BigInteger value)
Sets the value of the cislo property.

Parameters:
value - allowed object is BigInteger