jidlobalik
Class NazevType

java.lang.Object
  extended by jidlobalik.NazevType

public class NazevType
extends java.lang.Object

Java class for nazevType complex type.

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

 <complexType name="nazevType">
   <simpleContent>
     <extension base="<>nazevOvoceType">
       <attribute name="jednotkovaCena" use="required" type="{}jednotkovaCenaType" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger jednotkovaCena
           
protected  java.lang.String value
           
 
Constructor Summary
NazevType()
           
 
Method Summary
 java.math.BigInteger getJednotkovaCena()
          Gets the value of the jednotkovaCena property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setJednotkovaCena(java.math.BigInteger value)
          Sets the value of the jednotkovaCena property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

jednotkovaCena

protected java.math.BigInteger jednotkovaCena
Constructor Detail

NazevType

public NazevType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getJednotkovaCena

public java.math.BigInteger getJednotkovaCena()
Gets the value of the jednotkovaCena property.

Returns:
possible object is BigInteger

setJednotkovaCena

public void setJednotkovaCena(java.math.BigInteger value)
Sets the value of the jednotkovaCena property.

Parameters:
value - allowed object is BigInteger