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 extensionsJava 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 Modifier and Type Field Description protected Stringexpressionprotected Stringhumanprotected Idkeyprotected Stringrequirementsprotected ConstraintSeverityseverityprotected Stringxpath
-
Constructor Summary
Constructors Constructor Description ElementDefinitionConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetExpression()Gets the value of the expression property.StringgetHuman()Gets the value of the human property.IdgetKey()Gets the value of the key property.StringgetRequirements()Gets the value of the requirements property.ConstraintSeveritygetSeverity()Gets the value of the severity property.StringgetXpath()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.voidsetHuman(String value)Sets the value of the human property.voidsetKey(Id value)Sets 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.voidsetXpath(String value)Sets the value of the xpath property.java.lang.StringtoString()ElementDefinitionConstraintwithExpression(String value)ElementDefinitionConstraintwithExtension(java.util.Collection<Extension> values)ElementDefinitionConstraintwithExtension(Extension... values)ElementDefinitionConstraintwithHuman(String value)ElementDefinitionConstraintwithId(java.lang.String value)ElementDefinitionConstraintwithKey(Id value)ElementDefinitionConstraintwithRequirements(String value)ElementDefinitionConstraintwithSeverity(ConstraintSeverity value)ElementDefinitionConstraintwithXpath(String value)-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Method Detail
-
setKey
public void setKey(Id value)
Sets the value of the key property.- Parameters:
value- allowed object isId
-
getRequirements
public String getRequirements()
Gets the value of the requirements property.- Returns:
- possible object is
String
-
setRequirements
public void setRequirements(String value)
Sets the value of the requirements property.- Parameters:
value- allowed object isString
-
getSeverity
public ConstraintSeverity getSeverity()
Gets the value of the severity property.- Returns:
- possible object is
ConstraintSeverity
-
setSeverity
public void setSeverity(ConstraintSeverity value)
Sets the value of the severity property.- Parameters:
value- allowed object isConstraintSeverity
-
getHuman
public String getHuman()
Gets the value of the human property.- Returns:
- possible object is
String
-
setHuman
public void setHuman(String value)
Sets the value of the human property.- Parameters:
value- allowed object isString
-
getExpression
public String getExpression()
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
public void setExpression(String value)
Sets the value of the expression property.- Parameters:
value- allowed object isString
-
getXpath
public String getXpath()
Gets the value of the xpath property.- Returns:
- possible object is
String
-
setXpath
public void setXpath(String value)
Sets the value of the xpath property.- Parameters:
value- allowed object isString
-
withKey
public ElementDefinitionConstraint withKey(Id value)
-
withRequirements
public ElementDefinitionConstraint withRequirements(String value)
-
withSeverity
public ElementDefinitionConstraint withSeverity(ConstraintSeverity value)
-
withHuman
public ElementDefinitionConstraint withHuman(String value)
-
withExpression
public ElementDefinitionConstraint withExpression(String value)
-
withXpath
public ElementDefinitionConstraint withXpath(String value)
-
withExtension
public ElementDefinitionConstraint withExtension(Extension... values)
- Overrides:
withExtensionin classElement
-
withExtension
public ElementDefinitionConstraint withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classElement
-
withId
public ElementDefinitionConstraint withId(java.lang.String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-
-