Class UidEntitySearchResultItem

java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.UidEntitySearchResultItem

public class UidEntitySearchResultItem extends Object

Java class for uidEntitySearchResultItem complex type

.

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

<complexType name="uidEntitySearchResultItem">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="organisation" type="{http://www.ech.ch/xmlns/eCH-0108/5}organisationType" minOccurs="0"/>
        <element name="rating" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="isHistoryMatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • organisation

      protected OrganisationType organisation
    • rating

      protected int rating
    • isHistoryMatch

      protected boolean isHistoryMatch
    • extension

      protected Object extension
  • Constructor Details

    • UidEntitySearchResultItem

      public UidEntitySearchResultItem()
  • Method Details

    • getOrganisation

      public OrganisationType getOrganisation()
      Gets the value of the organisation property.
      Returns:
      possible object is OrganisationType
    • setOrganisation

      public void setOrganisation(OrganisationType value)
      Sets the value of the organisation property.
      Parameters:
      value - allowed object is OrganisationType
    • getRating

      public int getRating()
      Gets the value of the rating property.
    • setRating

      public void setRating(int value)
      Sets the value of the rating property.
    • isIsHistoryMatch

      public boolean isIsHistoryMatch()
      Gets the value of the isHistoryMatch property.
    • setIsHistoryMatch

      public void setIsHistoryMatch(boolean value)
      Sets the value of the isHistoryMatch property.
    • getExtension

      public Object getExtension()
      Gets the value of the extension property.
      Returns:
      possible object is Object
    • setExtension

      public void setExtension(Object value)
      Sets the value of the extension property.
      Parameters:
      value - allowed object is Object