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 ModelDescription

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

public class ModelDescription
extends java.lang.Object


Constructor Summary
ModelDescription()
           
ModelDescription(PropertyDescription[] propertyDescriptions, ModelTypes modelTypes, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 ModelTypes getModelTypes()
           
 PropertyDescription[] getPropertyDescriptions()
           
 void setExtensions(Extension[] extensions)
           
 void setModelTypes(ModelTypes modelTypes)
           
 void setPropertyDescriptions(PropertyDescription[] propertyDescriptions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDescription

public ModelDescription()

ModelDescription

public ModelDescription(PropertyDescription[] propertyDescriptions,
                        ModelTypes modelTypes,
                        Extension[] extensions)
Method Detail

getPropertyDescriptions

public PropertyDescription[] getPropertyDescriptions()

setPropertyDescriptions

public void setPropertyDescriptions(PropertyDescription[] propertyDescriptions)

getModelTypes

public ModelTypes getModelTypes()

setModelTypes

public void setModelTypes(ModelTypes modelTypes)

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