Class ClassInfo
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
ProfileInfo
Java class for ClassInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassInfo">
<complexContent>
<extension base="{urn:hl7-org:elm-modelinfo:r1}TypeInfo">
<sequence>
<element name="parameter" type="{urn:hl7-org:elm-modelinfo:r1}TypeParameterInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="element" type="{urn:hl7-org:elm-modelinfo:r1}ClassInfoElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="contextRelationship" type="{urn:hl7-org:elm-modelinfo:r1}RelationshipInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="targetContextRelationship" type="{urn:hl7-org:elm-modelinfo:r1}RelationshipInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="search" type="{urn:hl7-org:elm-modelinfo:r1}SearchInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="inferenceExpression" type="{urn:hl7-org:elm-modelinfo:r1}ExpressionInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="constraint" type="{urn:hl7-org:elm-modelinfo:r1}ConstraintInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="definition" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="retrievable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="primaryCodePath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="primaryValueSetPath" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ConstraintInfo>protected List<RelationshipInfo>protected Stringprotected Stringprotected List<ClassInfoElement>protected Stringprotected List<ExpressionInfo>protected Stringprotected Stringprotected Stringprotected List<TypeParameterInfo>protected Stringprotected Stringprotected Booleanprotected List<SearchInfo>protected Stringprotected List<RelationshipInfo>Fields inherited from class org.hl7.elm_modelinfo.r1.TypeInfo
baseType, baseTypeSpecifier -
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 comment property.Gets the value of the constraint property.Gets the value of the contextRelationship property.Gets the value of the definition property.Gets the value of the description property.Gets the value of the element property.Gets the value of the identifier property.Gets the value of the inferenceExpression property.getLabel()Gets the value of the label property.getName()Gets the value of the name property.Gets the value of the namespace property.Gets the value of the parameter property.Gets the value of the primaryCodePath property.Gets the value of the primaryValueSetPath property.Gets the value of the search property.Gets the value of the target property.Gets the value of the targetContextRelationship property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) booleanGets the value of the retrievable property.voidsetComment(String value) Sets the value of the comment property.voidsetDefinition(String value) Sets the value of the definition property.voidsetDescription(String value) Sets the value of the description property.voidsetIdentifier(String value) Sets the value of the identifier property.voidSets the value of the label property.voidSets the value of the name property.voidsetNamespace(String value) Sets the value of the namespace property.voidsetPrimaryCodePath(String value) Sets the value of the primaryCodePath property.voidsetPrimaryValueSetPath(String value) Sets the value of the primaryValueSetPath property.voidsetRetrievable(Boolean value) Sets the value of the retrievable property.voidSets the value of the target property.toString()withBaseType(String value) withComment(String value) withConstraint(Collection<ConstraintInfo> values) withConstraint(ConstraintInfo... values) withContextRelationship(RelationshipInfo... values) withDefinition(String value) withDescription(String value) withElement(Collection<ClassInfoElement> values) withElement(ClassInfoElement... values) withIdentifier(String value) withInferenceExpression(ExpressionInfo... values) withNamespace(String value) withParameter(Collection<TypeParameterInfo> values) withParameter(TypeParameterInfo... values) withPrimaryCodePath(String value) withPrimaryValueSetPath(String value) withRetrievable(Boolean value) withSearch(Collection<SearchInfo> values) withSearch(SearchInfo... values) withTarget(String value) withTargetContextRelationship(RelationshipInfo... values) Methods inherited from class org.hl7.elm_modelinfo.r1.TypeInfo
getBaseType, getBaseTypeSpecifier, setBaseType, setBaseTypeSpecifier
-
Field Details
-
parameter
-
element
-
contextRelationship
-
targetContextRelationship
-
search
-
inferenceExpression
-
constraint
-
namespace
-
name
-
identifier
-
label
-
description
-
definition
-
comment
-
target
-
retrievable
-
-
primaryValueSetPath
-
-
Constructor Details
-
ClassInfo
public ClassInfo()
-
-
Method Details
-
getParameter
Gets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);Objects of the following type(s) are allowed in the list
TypeParameterInfo -
getElement
Gets the value of the element property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the element property.For example, to add a new item, do as follows:
getElement().add(newItem);Objects of the following type(s) are allowed in the list
ClassInfoElement -
getContextRelationship
Gets the value of the contextRelationship property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the contextRelationship property.For example, to add a new item, do as follows:
getContextRelationship().add(newItem);Objects of the following type(s) are allowed in the list
RelationshipInfo -
getTargetContextRelationship
Gets the value of the targetContextRelationship property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the targetContextRelationship property.For example, to add a new item, do as follows:
getTargetContextRelationship().add(newItem);Objects of the following type(s) are allowed in the list
RelationshipInfo -
getSearch
Gets the value of the search property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the search property.For example, to add a new item, do as follows:
getSearch().add(newItem);Objects of the following type(s) are allowed in the list
SearchInfo -
getInferenceExpression
Gets the value of the inferenceExpression property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the inferenceExpression property.For example, to add a new item, do as follows:
getInferenceExpression().add(newItem);Objects of the following type(s) are allowed in the list
ExpressionInfo -
getConstraint
Gets the value of the constraint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the constraint property.For example, to add a new item, do as follows:
getConstraint().add(newItem);Objects of the following type(s) are allowed in the list
ConstraintInfo -
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
String
-
setDefinition
Sets the value of the definition property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-
isRetrievable
public boolean isRetrievable()Gets the value of the retrievable property.- Returns:
- possible object is
Boolean
-
setRetrievable
Sets the value of the retrievable property.- Parameters:
value- allowed object isBoolean
-
getPrimaryCodePath
Gets the value of the primaryCodePath property.- Returns:
- possible object is
String
-
setPrimaryCodePath
Sets the value of the primaryCodePath property.- Parameters:
value- allowed object isString
-
getPrimaryValueSetPath
Gets the value of the primaryValueSetPath property.- Returns:
- possible object is
String
-
setPrimaryValueSetPath
Sets the value of the primaryValueSetPath property.- Parameters:
value- allowed object isString
-
withParameter
-
withParameter
-
withElement
-
withElement
-
withContextRelationship
-
withContextRelationship
-
withTargetContextRelationship
-
withTargetContextRelationship
-
withSearch
-
withSearch
-
withInferenceExpression
-
withInferenceExpression
-
withConstraint
-
withConstraint
-
withNamespace
-
withName
-
withIdentifier
-
withLabel
-
withDescription
-
withDefinition
-
withComment
-
withTarget
-
withRetrievable
-
withPrimaryCodePath
-
withPrimaryValueSetPath
-
withBaseTypeSpecifier
- Overrides:
withBaseTypeSpecifierin classTypeInfo
-
withBaseType
- Overrides:
withBaseTypein classTypeInfo
-
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 classTypeInfo
-