Class MdcAttributeType
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class MdcAttributeType implements Cloneable, CopyTo, ToString
Type definition of MdcAttribute.
Java class for MdcAttributeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MdcAttributeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Code" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodeIdentifier" /> <attribute name="CodingSystem" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="CodingSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SymbolicCodeName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SymbolicCodeName" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MdcAttributeType()
-
Method Summary
Modifier and Type Method Description StringgetCode()Gets the value of the code property. voidsetCode(String value)Sets the value of the code property. StringgetCodingSystem()The coding system of the this coded attribute. voidsetCodingSystem(String value)Sets the value of the codingSystem property. StringgetCodingSystemVersion()CodingSystemVersion can be used to discriminate between different versions of a coding system. voidsetCodingSystemVersion(String value)Sets the value of the codingSystemVersion property. StringgetSymbolicCodeName()If present, SymbolicCodeName is an alternative representation that can be used to perform a plausibility check against Code. voidsetSymbolicCodeName(String value)Sets the value of the symbolicCodeName 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
-
setCode
void setCode(String value)
Sets the value of the code property.
- Parameters:
value- allowed object is String
-
getCodingSystem
String getCodingSystem()
The coding system of the this coded attribute. The implied value is "urn:oid:1.3.111.2.11073.10101.1".
- Returns:
possibleobject is String
-
setCodingSystem
void setCodingSystem(String value)
Sets the value of the codingSystem property.
- Parameters:
value- allowed object is String
-
getCodingSystemVersion
String getCodingSystemVersion()
CodingSystemVersion can be used to discriminate between different versions of a coding system. CodingSystemVersion is an optional value and can be omitted in cases where a coding system is backwards compatible or CodingSystem includes versioning information.
- Returns:
possibleobject is String
-
setCodingSystemVersion
void setCodingSystemVersion(String value)
Sets the value of the codingSystemVersion property.
- Parameters:
value- allowed object is String
-
getSymbolicCodeName
String getSymbolicCodeName()
If present, SymbolicCodeName is an alternative representation that can be used to perform a plausibility check against Code.
- Returns:
possibleobject is String
-
setSymbolicCodeName
void setSymbolicCodeName(String value)
Sets the value of the symbolicCodeName 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()
-
-
-
-