Package org.somda.sdpi.model
Class CodedDecimalAttributeType
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class CodedDecimalAttributeType implements Cloneable, CopyTo, ToString
Type definition of CodedDecimalAttribute.
Java class for CodedDecimalAttributeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CodedDecimalAttributeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.1.1}MdcAttribute"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CodedDecimalAttributeType()
-
Method Summary
Modifier and Type Method Description MdcAttributeTypegetMdcAttribute()Key of the key value pair. voidsetMdcAttribute(MdcAttributeType value)Sets the value of the mdcAttribute property. BigDecimalgetValue()Value (user data) of the key value pair. voidsetValue(BigDecimal value)Sets the value of the value property. booleanequals(Object object)inthashCode()StringtoString()StringBuilderappend(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)StringBuilderappendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(ObjectLocator locator, Object target, CopyStrategy strategy)ObjectcreateNewInstance()-
-
Method Detail
-
getMdcAttribute
MdcAttributeType getMdcAttribute()
Key of the key value pair. Describes the meaning of Value.
- Returns:
possibleobject is MdcAttributeType
-
setMdcAttribute
void setMdcAttribute(MdcAttributeType value)
Sets the value of the mdcAttribute property.
- Parameters:
value- allowed object is MdcAttributeType
-
getValue
BigDecimal getValue()
Value (user data) of the key value pair.
- Returns:
possibleobject is BigDecimal
-
setValue
void setValue(BigDecimal value)
Sets the value of the value property.
- Parameters:
value- allowed object is BigDecimal
-
hashCode
int hashCode()
-
append
StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
appendFields
StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
createNewInstance
Object createNewInstance()
-
-
-
-