Class DuplicateFault
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.ServiceFault
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.DuplicateFault
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 Summary
FieldsFields inherited from class ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.ServiceFault
error, errorDetail, operation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the candidates property.Gets the value of the duplicateOverrideCode property.void
setDuplicateOverrideCode
(String value) Sets the value of the duplicateOverrideCode property.Methods inherited from class ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.ServiceFault
getError, getErrorDetail, getOperation, setError, setErrorDetail, setOperation
-
Field Details
-
candidates
-
duplicateOverrideCode
-
-
Constructor Details
-
DuplicateFault
public DuplicateFault()
-
-
Method Details
-
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
Gets the value of the duplicateOverrideCode property.- Returns:
- possible object is
String
-
setDuplicateOverrideCode
Sets the value of the duplicateOverrideCode property.- Parameters:
value
- allowed object isString
-