Class TypeInfo

java.lang.Object
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 Details

    • TypeInfo

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

    • 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()