Package org.somda.sdpi.model
Class CodedIntegerAttributeType
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class CodedIntegerAttributeType implements Cloneable, CopyTo, ToString
Type definition of CodedIntegerAttribute.
Java class for CodedIntegerAttributeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CodedIntegerAttributeType"> <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}integer"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CodedIntegerAttributeType()
-
Method Summary
Modifier and Type Method Description MdcAttributeTypegetMdcAttribute()Key of the key value pair. voidsetMdcAttribute(MdcAttributeType value)Sets the value of the mdcAttribute property. BigIntegergetValue()Value (user data) of the key value pair. voidsetValue(BigInteger 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
BigInteger getValue()
Value (user data) of the key value pair.
- Returns:
possibleobject is BigInteger
-
setValue
void setValue(BigInteger value)
Sets the value of the value property.
- Parameters:
value- allowed object is BigInteger
-
hashCode
int hashCode()
-
append
StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
appendFields
StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
createNewInstance
Object createNewInstance()
-
-
-
-