IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class InfoPathForm

java.lang.Object
  extended by com.lombardisoftware.webapi.InfoPathForm
All Implemented Interfaces:
java.io.Serializable

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

For use by WLE for Office

See Also:
Serialized Form

Constructor Summary
InfoPathForm()
           
InfoPathForm(java.lang.String reference, java.lang.String snapshotId, java.lang.String name, java.lang.String publishUrl, java.lang.String systemId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this InfoPathForm.
 java.lang.String getPublishUrl()
          Gets the publishUrl value for this InfoPathForm.
 java.lang.String getReference()
          Gets the reference value for this InfoPathForm.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSnapshotId()
          Gets the snapshotId value for this InfoPathForm.
 java.lang.String getSystemId()
          Gets the systemId value for this InfoPathForm.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setName(java.lang.String name)
          Sets the name value for this InfoPathForm.
 void setPublishUrl(java.lang.String publishUrl)
          Sets the publishUrl value for this InfoPathForm.
 void setReference(java.lang.String reference)
          Sets the reference value for this InfoPathForm.
 void setSnapshotId(java.lang.String snapshotId)
          Sets the snapshotId value for this InfoPathForm.
 void setSystemId(java.lang.String systemId)
          Sets the systemId value for this InfoPathForm.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoPathForm

public InfoPathForm()

InfoPathForm

public InfoPathForm(java.lang.String reference,
                    java.lang.String snapshotId,
                    java.lang.String name,
                    java.lang.String publishUrl,
                    java.lang.String systemId)
Method Detail

getReference

public java.lang.String getReference()
Gets the reference value for this InfoPathForm.

Returns:
reference * The externalized reference to the service

setReference

public void setReference(java.lang.String reference)
Sets the reference value for this InfoPathForm.

Parameters:
reference - * The externalized reference to the service

getSnapshotId

public java.lang.String getSnapshotId()
Gets the snapshotId value for this InfoPathForm.

Returns:
snapshotId * The snapshot id of the service

setSnapshotId

public void setSnapshotId(java.lang.String snapshotId)
Sets the snapshotId value for this InfoPathForm.

Parameters:
snapshotId - * The snapshot id of the service

getName

public java.lang.String getName()
Gets the name value for this InfoPathForm.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this InfoPathForm.

Parameters:
name -

getPublishUrl

public java.lang.String getPublishUrl()
Gets the publishUrl value for this InfoPathForm.

Returns:
publishUrl

setPublishUrl

public void setPublishUrl(java.lang.String publishUrl)
Sets the publishUrl value for this InfoPathForm.

Parameters:
publishUrl -

getSystemId

public java.lang.String getSystemId()
Gets the systemId value for this InfoPathForm.

Returns:
systemId

setSystemId

public void setSystemId(java.lang.String systemId)
Sets the systemId value for this InfoPathForm.

Parameters:
systemId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.