|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjidlobalik.OvoceType
public class OvoceType
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 |
---|
protected NazevType nazev
protected double vaha
protected java.math.BigInteger cislo
Constructor Detail |
---|
public OvoceType()
Method Detail |
---|
public NazevType getNazev()
NazevType
public void setNazev(NazevType value)
value
- allowed object is
NazevType
public double getVaha()
public void setVaha(double value)
public java.math.BigInteger getCislo()
BigInteger
public void setCislo(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |