Package org.coderic.ws.sunat.wsdl
Class SendSummary
java.lang.Object
org.coderic.ws.sunat.wsdl.SendSummary
Java class for sendSummary complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="sendSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="partyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataHandlerGets the value of the contentFile property.Gets the value of the fileName property.Gets the value of the partyType property.voidsetContentFile(jakarta.activation.DataHandler value) Sets the value of the contentFile property.voidsetFileName(String value) Sets the value of the fileName property.voidsetPartyType(String value) Sets the value of the partyType property.
-
Constructor Details
-
SendSummary
public SendSummary()
-
-
Method Details
-
getFileName
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-
getContentFile
public jakarta.activation.DataHandler getContentFile()Gets the value of the contentFile property.- Returns:
- possible object is
DataHandler
-
setContentFile
public void setContentFile(jakarta.activation.DataHandler value) Sets the value of the contentFile property.- Parameters:
value- allowed object isDataHandler
-
getPartyType
Gets the value of the partyType property.- Returns:
- possible object is
String
-
setPartyType
Sets the value of the partyType property.- Parameters:
value- allowed object isString
-