Class UidEntitySearchResultItem
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.UidEntitySearchResultItem
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected booleanprotected OrganisationTypeprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.Gets the value of the organisation property.intGets the value of the rating property.booleanGets the value of the isHistoryMatch property.voidsetExtension(Object value) Sets the value of the extension property.voidsetIsHistoryMatch(boolean value) Sets the value of the isHistoryMatch property.voidsetOrganisation(OrganisationType value) Sets the value of the organisation property.voidsetRating(int value) Sets the value of the rating property.
-
Field Details
-
organisation
-
rating
protected int rating -
isHistoryMatch
protected boolean isHistoryMatch -
extension
-
-
Constructor Details
-
UidEntitySearchResultItem
public UidEntitySearchResultItem()
-
-
Method Details
-
getOrganisation
Gets the value of the organisation property.- Returns:
- possible object is
OrganisationType
-
setOrganisation
Sets the value of the organisation property.- Parameters:
value- allowed object isOrganisationType
-
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
-
setExtension
-