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

public class DuplicateFault extends ServiceFault

Java class for duplicateFault complex type

.

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


 <complexType name="duplicateFault">
   <complexContent>
     <extension base="{http://www.uid.admin.ch/xmlns/uid-wse-shared/2}serviceFault">
       <sequence>
         <element name="candidates" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}duplicateCandidateType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="duplicateOverrideCode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DuplicateFault

      public DuplicateFault()
  • Method Details

    • getCandidates

      public List<DuplicateCandidateType> getCandidates()
      Gets the value of the candidates 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 candidates property.

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

       getCandidates().add(newItem);
       

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

      Returns:
      The value of the candidates property.
    • getDuplicateOverrideCode

      public String getDuplicateOverrideCode()
      Gets the value of the duplicateOverrideCode property.
      Returns:
      possible object is String
    • setDuplicateOverrideCode

      public void setDuplicateOverrideCode(String value)
      Sets the value of the duplicateOverrideCode property.
      Parameters:
      value - allowed object is String