public interface IDescribeComponentInstance
| Modifier and Type | Method and Description |
|---|---|
IDescribeComponentInstanceProperty[] |
getProperties()
element : properties of type {urn:partner.soap.sforce.com}DescribeComponentInstanceProperty
java type: com.sforce.soap.partner.DescribeComponentInstanceProperty[]
|
String |
getTypeName()
element : typeName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getTypeNamespace()
element : typeNamespace of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setProperties(IDescribeComponentInstanceProperty[] properties) |
void |
setTypeName(String typeName) |
void |
setTypeNamespace(String typeNamespace) |
IDescribeComponentInstanceProperty[] getProperties()
void setProperties(IDescribeComponentInstanceProperty[] properties)
String getTypeName()
void setTypeName(String typeName)
String getTypeNamespace()
void setTypeNamespace(String typeNamespace)
Copyright © 2015. All Rights Reserved.