Class UidEntityPublicSearchRequest
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.UidEntityPublicSearchRequest
Java class for uidEntityPublicSearchRequest complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="uidEntityPublicSearchRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="uid" type="{http://www.ech.ch/xmlns/eCH-0097/5}uidStructureType" minOccurs="0"/>
<element name="otherOrganisationId" type="{http://www.ech.ch/xmlns/eCH-0097/5}namedOrganisationIdType" minOccurs="0"/>
<element name="uidEntitySearchParameters" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}uidEntityPublicSearchParameters" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NamedOrganisationIdType
protected UidStructureType
protected UidEntityPublicSearchParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherOrganisationId property.getUid()
Gets the value of the uid property.Gets the value of the uidEntitySearchParameters property.void
Sets the value of the otherOrganisationId property.void
setUid
(UidStructureType value) Sets the value of the uid property.void
Sets the value of the uidEntitySearchParameters property.
-
Field Details
-
uid
-
otherOrganisationId
-
uidEntitySearchParameters
-
-
Constructor Details
-
UidEntityPublicSearchRequest
public UidEntityPublicSearchRequest()
-
-
Method Details
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
UidStructureType
-
setUid
Sets the value of the uid property.- Parameters:
value
- allowed object isUidStructureType
-
getOtherOrganisationId
Gets the value of the otherOrganisationId property.- Returns:
- possible object is
NamedOrganisationIdType
-
setOtherOrganisationId
Sets the value of the otherOrganisationId property.- Parameters:
value
- allowed object isNamedOrganisationIdType
-
getUidEntitySearchParameters
Gets the value of the uidEntitySearchParameters property.- Returns:
- possible object is
UidEntityPublicSearchParameters
-
setUidEntitySearchParameters
Sets the value of the uidEntitySearchParameters property.- Parameters:
value
- allowed object isUidEntityPublicSearchParameters
-