public class UOMConvUnit extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for UOMConvUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UOMConvUnit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Abbrv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ConvRatio" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
abbrv |
protected BigDecimal |
convRatio |
protected String |
name |
Constructor and Description |
---|
UOMConvUnit() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAbbrv()
Gets the value of the abbrv property.
|
BigDecimal |
getConvRatio()
Gets the value of the convRatio property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAbbrv(String value)
Sets the value of the abbrv property.
|
void |
setConvRatio(BigDecimal value)
Sets the value of the convRatio property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String abbrv
protected BigDecimal convRatio
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAbbrv()
String
public void setAbbrv(String value)
value
- allowed object is
String
public BigDecimal getConvRatio()
BigDecimal
public void setConvRatio(BigDecimal value)
value
- allowed object is
BigDecimal
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.