Class ConversionInfo

java.lang.Object
org.hl7.elm_modelinfo.r1.ConversionInfo
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ConversionInfo extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for ConversionInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConversionInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fromTypeSpecifier" type="{urn:hl7-org:elm-modelinfo:r1}TypeSpecifier" minOccurs="0"/>
         <element name="toTypeSpecifier" type="{urn:hl7-org:elm-modelinfo:r1}TypeSpecifier" minOccurs="0"/>
       </sequence>
       <attribute name="functionName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fromType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="toType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fromTypeSpecifier

      protected TypeSpecifier fromTypeSpecifier
    • toTypeSpecifier

      protected TypeSpecifier toTypeSpecifier
    • functionName

      protected String functionName
    • fromType

      protected String fromType
    • toType

      protected String toType
  • Constructor Details

    • ConversionInfo

      public ConversionInfo()
  • Method Details

    • getFromTypeSpecifier

      public TypeSpecifier getFromTypeSpecifier()
      Gets the value of the fromTypeSpecifier property.
      Returns:
      possible object is TypeSpecifier
    • setFromTypeSpecifier

      public void setFromTypeSpecifier(TypeSpecifier value)
      Sets the value of the fromTypeSpecifier property.
      Parameters:
      value - allowed object is TypeSpecifier
    • getToTypeSpecifier

      public TypeSpecifier getToTypeSpecifier()
      Gets the value of the toTypeSpecifier property.
      Returns:
      possible object is TypeSpecifier
    • setToTypeSpecifier

      public void setToTypeSpecifier(TypeSpecifier value)
      Sets the value of the toTypeSpecifier property.
      Parameters:
      value - allowed object is TypeSpecifier
    • getFunctionName

      public String getFunctionName()
      Gets the value of the functionName property.
      Returns:
      possible object is String
    • setFunctionName

      public void setFunctionName(String value)
      Sets the value of the functionName property.
      Parameters:
      value - allowed object is String
    • getFromType

      public String getFromType()
      Gets the value of the fromType property.
      Returns:
      possible object is String
    • setFromType

      public void setFromType(String value)
      Sets the value of the fromType property.
      Parameters:
      value - allowed object is String
    • getToType

      public String getToType()
      Gets the value of the toType property.
      Returns:
      possible object is String
    • setToType

      public void setToType(String value)
      Sets the value of the toType property.
      Parameters:
      value - allowed object is String
    • withFromTypeSpecifier

      public ConversionInfo withFromTypeSpecifier(TypeSpecifier value)
    • withToTypeSpecifier

      public ConversionInfo withToTypeSpecifier(TypeSpecifier value)
    • withFunctionName

      public ConversionInfo withFunctionName(String value)
    • withFromType

      public ConversionInfo withFromType(String value)
    • withToType

      public ConversionInfo withToType(String value)
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.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:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2