public final class

TypeInfo

extends Object
java.lang.Object
   ↳ com.sforce.ws.bind.TypeInfo

Class Overview

This class contains the information regaing a type.

Summary

Fields
private boolean elementFormQualified
private int maxOcc
private int minOcc
private String name
private String namespace
private String type
private String typeNS
Public Constructors
TypeInfo(String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm)
Public Methods
int getMaxOcc()
int getMinOcc()
String getName()
String getNamespace()
String getType()
String getTypeNS()
boolean isElementFormQualified()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private boolean elementFormQualified

private int maxOcc

private int minOcc

private String name

private String namespace

private String type

private String typeNS

Public Constructors

public TypeInfo (String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm)

Parameters
namespace
name
typeNS
type
minOcc
maxOcc
elementForm

Public Methods

public int getMaxOcc ()

public int getMinOcc ()

public String getName ()

public String getNamespace ()

public String getType ()

public String getTypeNS ()

public boolean isElementFormQualified ()