Class UidEntitySearchResponse

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

public class UidEntitySearchResponse extends Object

Java class for uidEntitySearchResponse complex type

.

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

<complexType name="uidEntitySearchResponse">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="uidEntitySearchResultItem" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}uidEntitySearchResultItem" maxOccurs="unbounded" minOccurs="0"/>
        <element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • UidEntitySearchResponse

      public UidEntitySearchResponse()
  • Method Details

    • getUidEntitySearchResultItem

      public List<UidEntitySearchResultItem> getUidEntitySearchResultItem()
      Gets the value of the uidEntitySearchResultItem property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the uidEntitySearchResultItem property.

      For example, to add a new item, do as follows:

      getUidEntitySearchResultItem().add(newItem);
      

      Objects of the following type(s) are allowed in the list UidEntitySearchResultItem

      Returns:
      The value of the uidEntitySearchResultItem 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