Class GetRegistrationProtocol
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.GetRegistrationProtocol
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="BillerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ArchiveData" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected String
protected XMLGregorianCalendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billerID property.Gets the value of the createDate property.boolean
Gets the value of the archiveData property.void
setArchiveData
(boolean value) Sets the value of the archiveData property.void
setBillerID
(String value) Sets the value of the billerID property.void
Sets the value of the createDate property.
-
Field Details
-
billerID
-
createDate
-
archiveData
protected boolean archiveData
-
-
Constructor Details
-
GetRegistrationProtocol
public GetRegistrationProtocol()
-
-
Method Details
-
getBillerID
Gets the value of the billerID property.- Returns:
- possible object is
String
-
setBillerID
Sets the value of the billerID property.- Parameters:
value
- allowed object isString
-
getCreateDate
Gets the value of the createDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreateDate
Sets the value of the createDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isArchiveData
public boolean isArchiveData()Gets the value of the archiveData property. -
setArchiveData
public void setArchiveData(boolean value) Sets the value of the archiveData property.
-