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