This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class PropertyList

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.PropertyList

public class PropertyList
extends java.lang.Object


Constructor Summary
PropertyList()
           
PropertyList(Property[] properties, ResetProperty[] resetProperties, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 Property[] getProperties()
           
 ResetProperty[] getResetProperties()
           
 void setExtensions(Extension[] extensions)
           
 void setProperties(Property[] properties)
           
 void setResetProperties(ResetProperty[] resetProperties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyList

public PropertyList()

PropertyList

public PropertyList(Property[] properties,
                    ResetProperty[] resetProperties,
                    Extension[] extensions)
Method Detail

getProperties

public Property[] getProperties()

setProperties

public void setProperties(Property[] properties)

getResetProperties

public ResetProperty[] getResetProperties()

setResetProperties

public void setResetProperties(ResetProperty[] resetProperties)

getExtensions

public Extension[] getExtensions()

setExtensions

public void setExtensions(Extension[] extensions)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification