Package org.hl7.elm_modelinfo.r1
Class ProfileInfo
java.lang.Object
org.hl7.elm_modelinfo.r1.TypeInfo
org.hl7.elm_modelinfo.r1.ClassInfo
org.hl7.elm_modelinfo.r1.ProfileInfo
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ProfileInfo
extends ClassInfo
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ProfileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileInfo">
<complexContent>
<extension base="{urn:hl7-org:elm-modelinfo:r1}ClassInfo">
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.hl7.elm_modelinfo.r1.ClassInfo
comment, constraint, contextRelationship, definition, description, element, identifier, inferenceExpression, label, name, namespace, parameter, primaryCodePath, primaryValueSetPath, retrievable, search, target, targetContextRelationshipFields 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) inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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.ClassInfo
getComment, getConstraint, getContextRelationship, getDefinition, getDescription, getElement, getIdentifier, getInferenceExpression, getLabel, getName, getNamespace, getParameter, getPrimaryCodePath, getPrimaryValueSetPath, getSearch, getTarget, getTargetContextRelationship, isRetrievable, setComment, setDefinition, setDescription, setIdentifier, setLabel, setName, setNamespace, setPrimaryCodePath, setPrimaryValueSetPath, setRetrievable, setTargetMethods inherited from class org.hl7.elm_modelinfo.r1.TypeInfo
getBaseType, getBaseTypeSpecifier, setBaseType, setBaseTypeSpecifier
-
Constructor Details
-
ProfileInfo
public ProfileInfo()
-
-
Method Details
-
withParameter
- Overrides:
withParameterin classClassInfo
-
withParameter
- Overrides:
withParameterin classClassInfo
-
withElement
- Overrides:
withElementin classClassInfo
-
withElement
- Overrides:
withElementin classClassInfo
-
withContextRelationship
- Overrides:
withContextRelationshipin classClassInfo
-
withContextRelationship
- Overrides:
withContextRelationshipin classClassInfo
-
withTargetContextRelationship
- Overrides:
withTargetContextRelationshipin classClassInfo
-
withTargetContextRelationship
- Overrides:
withTargetContextRelationshipin classClassInfo
-
withSearch
- Overrides:
withSearchin classClassInfo
-
withSearch
- Overrides:
withSearchin classClassInfo
-
withInferenceExpression
- Overrides:
withInferenceExpressionin classClassInfo
-
withInferenceExpression
- Overrides:
withInferenceExpressionin classClassInfo
-
withConstraint
- Overrides:
withConstraintin classClassInfo
-
withConstraint
- Overrides:
withConstraintin classClassInfo
-
withNamespace
- Overrides:
withNamespacein classClassInfo
-
withName
-
withIdentifier
- Overrides:
withIdentifierin classClassInfo
-
withLabel
-
withDescription
- Overrides:
withDescriptionin classClassInfo
-
withDefinition
- Overrides:
withDefinitionin classClassInfo
-
withComment
- Overrides:
withCommentin classClassInfo
-
withTarget
- Overrides:
withTargetin classClassInfo
-
withRetrievable
- Overrides:
withRetrievablein classClassInfo
-
withPrimaryCodePath
- Overrides:
withPrimaryCodePathin classClassInfo
-
withPrimaryValueSetPath
- Overrides:
withPrimaryValueSetPathin classClassInfo
-
withBaseTypeSpecifier
- Overrides:
withBaseTypeSpecifierin classClassInfo
-
withBaseType
- Overrides:
withBaseTypein classClassInfo
-
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 classClassInfo
-