Class GetRegistrationProtocolResponse
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.GetRegistrationProtocolResponse
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="GetRegistrationProtocolResult" type="{http://swisspost_ch.ebs.ebill.b2bservice}ArrayOfDownloadFile" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ArrayOfDownloadFile> Gets the value of the getRegistrationProtocolResult property.void
setGetRegistrationProtocolResult
(jakarta.xml.bind.JAXBElement<ArrayOfDownloadFile> value) Sets the value of the getRegistrationProtocolResult property.
-
Field Details
-
getRegistrationProtocolResult
-
-
Constructor Details
-
GetRegistrationProtocolResponse
public GetRegistrationProtocolResponse()
-
-
Method Details
-
getGetRegistrationProtocolResult
Gets the value of the getRegistrationProtocolResult property.- Returns:
- possible object is
JAXBElement
<
ArrayOfDownloadFile
>
-
setGetRegistrationProtocolResult
public void setGetRegistrationProtocolResult(jakarta.xml.bind.JAXBElement<ArrayOfDownloadFile> value) Sets the value of the getRegistrationProtocolResult property.- Parameters:
value
- allowed object isJAXBElement
<
ArrayOfDownloadFile
>
-