com.businessobjects.dsws.reportengine
Class TransportType

java.lang.Object
  extended bycom.businessobjects.dsws.reportengine.TransportType
All Implemented Interfaces:
java.io.Serializable

public class TransportType
extends java.lang.Object
implements java.io.Serializable

TransportType is used to set the type of data passed inside a SOAP message.

See Also:
RetrieveBinaryView, RetrieveCharacterView, RetrieveXMLView, Serialized Form

Field Summary
static TransportType SOAPSTYLE
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static TransportType fromString(java.lang.String value)
          Internal Use Only.
static TransportType fromValue(java.lang.String value)
          Internal Use Only.
 java.lang.String getValue()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 java.lang.Object readResolve()
          Internal Use Only.
 java.lang.String toString()
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SOAPSTYLE

public static final TransportType SOAPSTYLE
Method Detail

getValue

public java.lang.String getValue()

Internal Use Only.


fromValue

public static TransportType fromValue(java.lang.String value)
                               throws java.lang.IllegalStateException

Internal Use Only.

Throws:
java.lang.IllegalStateException

fromString

public static TransportType fromString(java.lang.String value)
                                throws java.lang.IllegalStateException

Internal Use Only.

Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)

Internal Use Only.


hashCode

public int hashCode()

Internal Use Only.


toString

public java.lang.String toString()

Internal Use Only.


readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException

Internal Use Only.

Throws:
java.io.ObjectStreamException