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 Object
protected boolean
protected OrganisationType
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.Gets the value of the organisation property.int
Gets the value of the rating property.boolean
Gets the value of the isHistoryMatch property.void
setExtension
(Object value) Sets the value of the extension property.void
setIsHistoryMatch
(boolean value) Sets the value of the isHistoryMatch property.void
setOrganisation
(OrganisationType value) Sets the value of the organisation property.void
setRating
(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
Gets the value of the extension property.- Returns:
- possible object is
Object
-
setExtension
Sets the value of the extension property.- Parameters:
value
- allowed object isObject
-