orca.shirako.proxies.soap.beans
Class ResourceSet

java.lang.Object
  extended by orca.shirako.proxies.soap.beans.ResourceSet
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResourceSet()
           
ResourceSet(int units, java.lang.String type, ResourceData resourceData, Plist concrete)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Plist getConcrete()
          Gets the concrete value for this ResourceSet.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ResourceData getResourceData()
          Gets the resourceData value for this ResourceSet.
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 getType()
          Gets the type value for this ResourceSet.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getUnits()
          Gets the units value for this ResourceSet.
 int hashCode()
           
 void setConcrete(Plist concrete)
          Sets the concrete value for this ResourceSet.
 void setResourceData(ResourceData resourceData)
          Sets the resourceData value for this ResourceSet.
 void setType(java.lang.String type)
          Sets the type value for this ResourceSet.
 void setUnits(int units)
          Sets the units value for this ResourceSet.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSet

public ResourceSet()

ResourceSet

public ResourceSet(int units,
                   java.lang.String type,
                   ResourceData resourceData,
                   Plist concrete)
Method Detail

getUnits

public int getUnits()
Gets the units value for this ResourceSet.

Returns:
units

setUnits

public void setUnits(int units)
Sets the units value for this ResourceSet.

Parameters:
units -

getType

public java.lang.String getType()
Gets the type value for this ResourceSet.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this ResourceSet.

Parameters:
type -

getResourceData

public ResourceData getResourceData()
Gets the resourceData value for this ResourceSet.

Returns:
resourceData

setResourceData

public void setResourceData(ResourceData resourceData)
Sets the resourceData value for this ResourceSet.

Parameters:
resourceData -

getConcrete

public Plist getConcrete()
Gets the concrete value for this ResourceSet.

Returns:
concrete

setConcrete

public void setConcrete(Plist concrete)
Sets the concrete value for this ResourceSet.

Parameters:
concrete -

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



Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.