Class SendPack

java.lang.Object
org.coderic.ws.sunat.wsdl.SendPack

public class SendPack extends Object

Java class for sendPack complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="sendPack">
   <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 Details

    • SendPack

      public SendPack()
  • Method Details

    • getFileName

      public String getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is String
    • setFileName

      public void setFileName(String value)
      Sets the value of the fileName property.
      Parameters:
      value - allowed object is String
    • 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 is DataHandler
    • getPartyType

      public String getPartyType()
      Gets the value of the partyType property.
      Returns:
      possible object is String
    • setPartyType

      public void setPartyType(String value)
      Sets the value of the partyType property.
      Parameters:
      value - allowed object is String