Class GetOrganisationSampleResponse
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.GetOrganisationSampleResponse
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetOrganisationSampleResult" type="{http://www.ech.ch/xmlns/eCH-0108/5}organisationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the getOrganisationSampleResult property.void
Sets the value of the getOrganisationSampleResult property.
-
Field Details
-
getOrganisationSampleResult
-
-
Constructor Details
-
GetOrganisationSampleResponse
public GetOrganisationSampleResponse()
-
-
Method Details
-
getGetOrganisationSampleResult
Gets the value of the getOrganisationSampleResult property.- Returns:
- possible object is
OrganisationType
-
setGetOrganisationSampleResult
Sets the value of the getOrganisationSampleResult property.- Parameters:
value
- allowed object isOrganisationType
-