com.sforce.ws.bind
Class TypeInfo

java.lang.Object
  extended by com.sforce.ws.bind.TypeInfo

public final class TypeInfo
extends Object

This class contains the information regaing a type.

Since:
1.0 Dec 1, 2005
Version:
1.0
Author:
http://cheenath.com

Constructor Summary
TypeInfo(String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm)
           
 
Method Summary
 int getMaxOcc()
           
 int getMinOcc()
           
 String getName()
           
 String getNamespace()
           
 String getType()
           
 String getTypeNS()
           
 boolean isElementFormQualified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeInfo

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

isElementFormQualified

public boolean isElementFormQualified()

getNamespace

public String getNamespace()

getName

public String getName()

getTypeNS

public String getTypeNS()

getType

public String getType()

getMinOcc

public int getMinOcc()

getMaxOcc

public int getMaxOcc()


Copyright © 2014. All Rights Reserved.