Class 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 java.lang.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 Detail

      • functionName

        protected java.lang.String functionName
      • fromType

        protected java.lang.String fromType
      • toType

        protected java.lang.String toType
    • Constructor Detail

      • ConversionInfo

        public ConversionInfo()
    • Method Detail

      • 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 java.lang.String getFunctionName()
        Gets the value of the functionName property.
        Returns:
        possible object is String
      • setFunctionName

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

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

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

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

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

        public ConversionInfo withFunctionName​(java.lang.String value)
      • withFromType

        public ConversionInfo withFromType​(java.lang.String value)
      • withToType

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

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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 java.lang.Object
      • toString

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

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