public class CR extends ANY
Java class for CR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CR">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<sequence>
<element name="name" type="{urn:hl7-org:v3}CV" minOccurs="0"/>
<element name="value" type="{urn:hl7-org:v3}CD" minOccurs="0"/>
</sequence>
<attribute name="inverted" type="{urn:hl7-org:v3}bn" default="false" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CR() |
| Modifier and Type | Method and Description |
|---|---|
CV |
getName()
Gets the value of the name property.
|
CD |
getValue()
Gets the value of the value property.
|
boolean |
isInverted()
Gets the value of the inverted property.
|
void |
setInverted(java.lang.Boolean value)
Sets the value of the inverted property.
|
void |
setName(CV value)
Sets the value of the name property.
|
void |
setValue(CD value)
Sets the value of the value property.
|
getContent, getNullFlavor, setContentpublic void setName(CV value)
value - allowed object is
CVpublic void setValue(CD value)
value - allowed object is
CDpublic boolean isInverted()
Booleanpublic void setInverted(java.lang.Boolean value)
value - allowed object is
Boolean