Package com.scene7.ipsapi
Class GetXMPPacketReturn
- java.lang.Object
 - 
- com.scene7.ipsapi.GetXMPPacketReturn
 
 
- 
public class GetXMPPacketReturn extends java.lang.ObjectJava 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="compressedPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description GetXMPPacketReturn() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCompressedPacket()Gets the value of the compressedPacket property.voidsetCompressedPacket(byte[] value)Sets the value of the compressedPacket property. 
 - 
 
- 
- 
Method Detail
- 
getCompressedPacket
public byte[] getCompressedPacket()
Gets the value of the compressedPacket property.- Returns:
 - possible object is byte[]
 
 
- 
setCompressedPacket
public void setCompressedPacket(byte[] value)
Sets the value of the compressedPacket property.- Parameters:
 value- allowed object is byte[]
 
 - 
 
 -