Class CV
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.hl7v3.CV
-
public class CV extends Object
Java class for CV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CV"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="originalText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codeSystem" use="required" type="{urn:hl7-org:v3}oid" /> <attribute name="codeSystemName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codeSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcodeprotected StringcodeSystemprotected StringcodeSystemNameprotected StringcodeSystemVersionprotected StringdisplayNameprotected StringoriginalText
-
Constructor Summary
Constructors Constructor Description CV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the value of the code property.StringgetCodeSystem()Gets the value of the codeSystem property.StringgetCodeSystemName()Gets the value of the codeSystemName property.StringgetCodeSystemVersion()Gets the value of the codeSystemVersion property.StringgetDisplayName()Gets the value of the displayName property.StringgetOriginalText()Gets the value of the originalText property.voidsetCode(String value)Sets the value of the code property.voidsetCodeSystem(String value)Sets the value of the codeSystem property.voidsetCodeSystemName(String value)Sets the value of the codeSystemName property.voidsetCodeSystemVersion(String value)Sets the value of the codeSystemVersion property.voidsetDisplayName(String value)Sets the value of the displayName property.voidsetOriginalText(String value)Sets the value of the originalText property.
-
-
-
Method Detail
-
getOriginalText
public String getOriginalText()
Gets the value of the originalText property.- Returns:
- possible object is
String
-
setOriginalText
public void setOriginalText(String value)
Sets the value of the originalText property.- Parameters:
value- allowed object isString
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getCodeSystem
public String getCodeSystem()
Gets the value of the codeSystem property.- Returns:
- possible object is
String
-
setCodeSystem
public void setCodeSystem(String value)
Sets the value of the codeSystem property.- Parameters:
value- allowed object isString
-
getCodeSystemName
public String getCodeSystemName()
Gets the value of the codeSystemName property.- Returns:
- possible object is
String
-
setCodeSystemName
public void setCodeSystemName(String value)
Sets the value of the codeSystemName property.- Parameters:
value- allowed object isString
-
getCodeSystemVersion
public String getCodeSystemVersion()
Gets the value of the codeSystemVersion property.- Returns:
- possible object is
String
-
setCodeSystemVersion
public void setCodeSystemVersion(String value)
Sets the value of the codeSystemVersion property.- Parameters:
value- allowed object isString
-
getDisplayName
public String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
-