Class ClassInfo
- java.lang.Object
-
- org.hl7.elm_modelinfo.r1.TypeInfo
-
- org.hl7.elm_modelinfo.r1.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
public class ClassInfo extends TypeInfo implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ClassInfo type models information associated with a single class in the data model.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"/> </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="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
Fields Modifier and Type Field Description protected java.util.List<RelationshipInfo>contextRelationshipprotected java.util.List<ClassInfoElement>elementprotected java.lang.Stringidentifierprotected java.lang.Stringlabelprotected java.lang.Stringnameprotected java.lang.Stringnamespaceprotected java.util.List<TypeParameterInfo>parameterprotected java.lang.StringprimaryCodePathprotected java.lang.StringprimaryValueSetPathprotected java.lang.Booleanretrievableprotected java.lang.Stringtargetprotected java.util.List<RelationshipInfo>targetContextRelationship-
Fields inherited from class org.hl7.elm_modelinfo.r1.TypeInfo
baseType, baseTypeSpecifier
-
-
Constructor Summary
Constructors Constructor Description ClassInfo()
-
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)java.util.List<RelationshipInfo>getContextRelationship()Gets the value of the contextRelationship property.java.util.List<ClassInfoElement>getElement()Gets the value of the element property.java.lang.StringgetIdentifier()Gets the value of the identifier property.java.lang.StringgetLabel()Gets the value of the label property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNamespace()Gets the value of the namespace property.java.util.List<TypeParameterInfo>getParameter()Gets the value of the parameter property.java.lang.StringgetPrimaryCodePath()Gets the value of the primaryCodePath property.java.lang.StringgetPrimaryValueSetPath()Gets the value of the primaryValueSetPath property.java.lang.StringgetTarget()Gets the value of the target property.java.util.List<RelationshipInfo>getTargetContextRelationship()Gets the value of the targetContextRelationship property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)booleanisRetrievable()Gets the value of the retrievable property.voidsetIdentifier(java.lang.String value)Sets the value of the identifier property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNamespace(java.lang.String value)Sets the value of the namespace property.voidsetPrimaryCodePath(java.lang.String value)Sets the value of the primaryCodePath property.voidsetPrimaryValueSetPath(java.lang.String value)Sets the value of the primaryValueSetPath property.voidsetRetrievable(java.lang.Boolean value)Sets the value of the retrievable property.voidsetTarget(java.lang.String value)Sets the value of the target property.java.lang.StringtoString()ClassInfowithBaseType(java.lang.String value)ClassInfowithBaseTypeSpecifier(TypeSpecifier value)ClassInfowithContextRelationship(java.util.Collection<RelationshipInfo> values)ClassInfowithContextRelationship(RelationshipInfo... values)ClassInfowithElement(java.util.Collection<ClassInfoElement> values)ClassInfowithElement(ClassInfoElement... values)ClassInfowithIdentifier(java.lang.String value)ClassInfowithLabel(java.lang.String value)ClassInfowithName(java.lang.String value)ClassInfowithNamespace(java.lang.String value)ClassInfowithParameter(java.util.Collection<TypeParameterInfo> values)ClassInfowithParameter(TypeParameterInfo... values)ClassInfowithPrimaryCodePath(java.lang.String value)ClassInfowithPrimaryValueSetPath(java.lang.String value)ClassInfowithRetrievable(java.lang.Boolean value)ClassInfowithTarget(java.lang.String value)ClassInfowithTargetContextRelationship(java.util.Collection<RelationshipInfo> values)ClassInfowithTargetContextRelationship(RelationshipInfo... values)-
Methods inherited from class org.hl7.elm_modelinfo.r1.TypeInfo
getBaseType, getBaseTypeSpecifier, setBaseType, setBaseTypeSpecifier
-
-
-
-
Field Detail
-
parameter
protected java.util.List<TypeParameterInfo> parameter
-
element
protected java.util.List<ClassInfoElement> element
-
contextRelationship
protected java.util.List<RelationshipInfo> contextRelationship
-
targetContextRelationship
protected java.util.List<RelationshipInfo> targetContextRelationship
-
namespace
protected java.lang.String namespace
-
name
protected java.lang.String name
-
identifier
protected java.lang.String identifier
-
label
protected java.lang.String label
-
target
protected java.lang.String target
-
retrievable
protected java.lang.Boolean retrievable
-
primaryCodePath
protected java.lang.String primaryCodePath
-
primaryValueSetPath
protected java.lang.String primaryValueSetPath
-
-
Method Detail
-
getParameter
public java.util.List<TypeParameterInfo> 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
public java.util.List<ClassInfoElement> 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
public java.util.List<RelationshipInfo> 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
public java.util.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
-
getNamespace
public java.lang.String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
public void setNamespace(java.lang.String value)
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getIdentifier
public java.lang.String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getTarget
public java.lang.String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(java.lang.String value)
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
public void setRetrievable(java.lang.Boolean value)
Sets the value of the retrievable property.- Parameters:
value- allowed object isBoolean
-
getPrimaryCodePath
public java.lang.String getPrimaryCodePath()
Gets the value of the primaryCodePath property.- Returns:
- possible object is
String
-
setPrimaryCodePath
public void setPrimaryCodePath(java.lang.String value)
Sets the value of the primaryCodePath property.- Parameters:
value- allowed object isString
-
getPrimaryValueSetPath
public java.lang.String getPrimaryValueSetPath()
Gets the value of the primaryValueSetPath property.- Returns:
- possible object is
String
-
setPrimaryValueSetPath
public void setPrimaryValueSetPath(java.lang.String value)
Sets the value of the primaryValueSetPath property.- Parameters:
value- allowed object isString
-
withParameter
public ClassInfo withParameter(TypeParameterInfo... values)
-
withParameter
public ClassInfo withParameter(java.util.Collection<TypeParameterInfo> values)
-
withElement
public ClassInfo withElement(ClassInfoElement... values)
-
withElement
public ClassInfo withElement(java.util.Collection<ClassInfoElement> values)
-
withContextRelationship
public ClassInfo withContextRelationship(RelationshipInfo... values)
-
withContextRelationship
public ClassInfo withContextRelationship(java.util.Collection<RelationshipInfo> values)
-
withTargetContextRelationship
public ClassInfo withTargetContextRelationship(RelationshipInfo... values)
-
withTargetContextRelationship
public ClassInfo withTargetContextRelationship(java.util.Collection<RelationshipInfo> values)
-
withNamespace
public ClassInfo withNamespace(java.lang.String value)
-
withName
public ClassInfo withName(java.lang.String value)
-
withIdentifier
public ClassInfo withIdentifier(java.lang.String value)
-
withLabel
public ClassInfo withLabel(java.lang.String value)
-
withTarget
public ClassInfo withTarget(java.lang.String value)
-
withRetrievable
public ClassInfo withRetrievable(java.lang.Boolean value)
-
withPrimaryCodePath
public ClassInfo withPrimaryCodePath(java.lang.String value)
-
withPrimaryValueSetPath
public ClassInfo withPrimaryValueSetPath(java.lang.String value)
-
withBaseTypeSpecifier
public ClassInfo withBaseTypeSpecifier(TypeSpecifier value)
- Overrides:
withBaseTypeSpecifierin classTypeInfo
-
withBaseType
public ClassInfo withBaseType(java.lang.String value)
- Overrides:
withBaseTypein classTypeInfo
-
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 classTypeInfo
-
-