Class ModelInfo
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ModelInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requiredModelInfo" type="{urn:hl7-org:elm-modelinfo:r1}ModelSpecifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="typeInfo" type="{urn:hl7-org:elm-modelinfo:r1}TypeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="conversionInfo" type="{urn:hl7-org:elm-modelinfo:r1}ConversionInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="contextInfo" type="{urn:hl7-org:elm-modelinfo:r1}ContextInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="targetUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="targetVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schemaLocation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="patientClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="patientClassIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="patientBirthDatePropertyName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="strictRetrieveTyping" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="defaultContext" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<ContextInfo>protected List<ConversionInfo>protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<ModelSpecifier>protected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
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 contextInfo property.Gets the value of the conversionInfo property.Gets the value of the defaultContext property.getName()Gets the value of the name property.Gets the value of the patientBirthDatePropertyName property.Gets the value of the patientClassIdentifier property.Gets the value of the patientClassName property.Gets the value of the requiredModelInfo property.Gets the value of the schemaLocation property.Gets the value of the targetQualifier property.Gets the value of the targetUrl property.Gets the value of the targetVersion property.Gets the value of the typeInfo property.getUrl()Gets the value of the url property.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the caseSensitive property.Gets the value of the strictRetrieveTyping property.voidsetCaseSensitive(Boolean value) Sets the value of the caseSensitive property.voidsetDefaultContext(String value) Sets the value of the defaultContext property.voidSets the value of the name property.voidSets the value of the patientBirthDatePropertyName property.voidsetPatientClassIdentifier(String value) Sets the value of the patientClassIdentifier property.voidsetPatientClassName(String value) Sets the value of the patientClassName property.voidsetSchemaLocation(String value) Sets the value of the schemaLocation property.voidsetStrictRetrieveTyping(Boolean value) Sets the value of the strictRetrieveTyping property.voidsetTargetQualifier(String value) Sets the value of the targetQualifier property.voidsetTargetUrl(String value) Sets the value of the targetUrl property.voidsetTargetVersion(String value) Sets the value of the targetVersion property.voidSets the value of the url property.voidsetVersion(String value) Sets the value of the version property.toString()withCaseSensitive(Boolean value) withContextInfo(Collection<ContextInfo> values) withContextInfo(ContextInfo... values) withConversionInfo(Collection<ConversionInfo> values) withConversionInfo(ConversionInfo... values) withDefaultContext(String value) withPatientClassIdentifier(String value) withPatientClassName(String value) withRequiredModelInfo(ModelSpecifier... values) withSchemaLocation(String value) withStrictRetrieveTyping(Boolean value) withTargetQualifier(String value) withTargetUrl(String value) withTargetVersion(String value) withTypeInfo(Collection<TypeInfo> values) withTypeInfo(TypeInfo... values) withVersion(String value)
-
Field Details
-
requiredModelInfo
-
typeInfo
-
conversionInfo
-
contextInfo
-
name
-
version
-
url
-
targetUrl
-
targetVersion
-
schemaLocation
-
targetQualifier
-
patientClassName
-
patientClassIdentifier
-
patientBirthDatePropertyName
-
caseSensitive
-
strictRetrieveTyping
-
defaultContext
-
-
Constructor Details
-
ModelInfo
public ModelInfo()
-
-
Method Details
-
getRequiredModelInfo
Gets the value of the requiredModelInfo 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 requiredModelInfo property.For example, to add a new item, do as follows:
getRequiredModelInfo().add(newItem);Objects of the following type(s) are allowed in the list
ModelSpecifier -
getTypeInfo
Gets the value of the typeInfo 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 typeInfo property.For example, to add a new item, do as follows:
getTypeInfo().add(newItem);Objects of the following type(s) are allowed in the list
TypeInfo -
getConversionInfo
Gets the value of the conversionInfo 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 conversionInfo property.For example, to add a new item, do as follows:
getConversionInfo().add(newItem);Objects of the following type(s) are allowed in the list
ConversionInfo -
getContextInfo
Gets the value of the contextInfo 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 contextInfo property.For example, to add a new item, do as follows:
getContextInfo().add(newItem);Objects of the following type(s) are allowed in the list
ContextInfo -
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
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getTargetUrl
Gets the value of the targetUrl property.- Returns:
- possible object is
String
-
setTargetUrl
Sets the value of the targetUrl property.- Parameters:
value- allowed object isString
-
getTargetVersion
Gets the value of the targetVersion property.- Returns:
- possible object is
String
-
setTargetVersion
Sets the value of the targetVersion property.- Parameters:
value- allowed object isString
-
getSchemaLocation
Gets the value of the schemaLocation property.- Returns:
- possible object is
String
-
setSchemaLocation
Sets the value of the schemaLocation property.- Parameters:
value- allowed object isString
-
getTargetQualifier
Gets the value of the targetQualifier property.- Returns:
- possible object is
String
-
setTargetQualifier
Sets the value of the targetQualifier property.- Parameters:
value- allowed object isString
-
getPatientClassName
Gets the value of the patientClassName property.- Returns:
- possible object is
String
-
setPatientClassName
Sets the value of the patientClassName property.- Parameters:
value- allowed object isString
-
getPatientClassIdentifier
Gets the value of the patientClassIdentifier property.- Returns:
- possible object is
String
-
setPatientClassIdentifier
Sets the value of the patientClassIdentifier property.- Parameters:
value- allowed object isString
-
getPatientBirthDatePropertyName
Gets the value of the patientBirthDatePropertyName property.- Returns:
- possible object is
String
-
setPatientBirthDatePropertyName
Sets the value of the patientBirthDatePropertyName property.- Parameters:
value- allowed object isString
-
isCaseSensitive
Gets the value of the caseSensitive property.- Returns:
- possible object is
Boolean
-
setCaseSensitive
Sets the value of the caseSensitive property.- Parameters:
value- allowed object isBoolean
-
isStrictRetrieveTyping
Gets the value of the strictRetrieveTyping property.- Returns:
- possible object is
Boolean
-
setStrictRetrieveTyping
Sets the value of the strictRetrieveTyping property.- Parameters:
value- allowed object isBoolean
-
getDefaultContext
Gets the value of the defaultContext property.- Returns:
- possible object is
String
-
setDefaultContext
Sets the value of the defaultContext property.- Parameters:
value- allowed object isString
-
withRequiredModelInfo
-
withRequiredModelInfo
-
withTypeInfo
-
withTypeInfo
-
withConversionInfo
-
withConversionInfo
-
withContextInfo
-
withContextInfo
-
withName
-
withVersion
-
withUrl
-
withTargetUrl
-
withTargetVersion
-
withSchemaLocation
-
withTargetQualifier
-
withPatientClassName
-
withPatientClassIdentifier
-
withPatientBirthDatePropertyName
-
withCaseSensitive
-
withStrictRetrieveTyping
-
withDefaultContext
-
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) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
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) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
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
-