Package org.hl7.fhir
Class ElementDefinitionConstraint
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.ElementDefinitionConstraint
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ElementDefinitionConstraint
extends Element
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Java class for ElementDefinition.Constraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementDefinition.Constraint">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="key" type="{http://hl7.org/fhir}id"/>
<element name="requirements" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="severity" type="{http://hl7.org/fhir}ConstraintSeverity"/>
<element name="human" type="{http://hl7.org/fhir}string"/>
<element name="expression" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="xpath" type="{http://hl7.org/fhir}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the expression property.getHuman()Gets the value of the human property.getKey()Gets the value of the key property.Gets the value of the requirements property.Gets the value of the severity property.getXpath()Gets the value of the xpath property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetExpression(String value) Sets the value of the expression property.voidSets the value of the human property.voidSets the value of the key property.voidsetRequirements(String value) Sets the value of the requirements property.voidsetSeverity(ConstraintSeverity value) Sets the value of the severity property.voidSets the value of the xpath property.toString()withExpression(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withRequirements(String value) withSeverity(ConstraintSeverity value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
key
-
requirements
-
severity
-
human
-
expression
-
xpath
-
-
Constructor Details
-
ElementDefinitionConstraint
public ElementDefinitionConstraint()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
Id
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isId
-
getRequirements
Gets the value of the requirements property.- Returns:
- possible object is
String
-
setRequirements
Sets the value of the requirements property.- Parameters:
value- allowed object isString
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
ConstraintSeverity
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isConstraintSeverity
-
getHuman
Gets the value of the human property.- Returns:
- possible object is
String
-
setHuman
Sets the value of the human property.- Parameters:
value- allowed object isString
-
getExpression
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
Sets the value of the expression property.- Parameters:
value- allowed object isString
-
getXpath
Gets the value of the xpath property.- Returns:
- possible object is
String
-
setXpath
Sets the value of the xpath property.- Parameters:
value- allowed object isString
-
withKey
-
withRequirements
-
withSeverity
-
withHuman
-
withExpression
-
withXpath
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-