public class

Attribute

extends Object
implements Constants
java.lang.Object
   ↳ com.sforce.ws.wsdl.Attribute

Class Overview

This class represents WSDL->definitions->types->schema->complexType->attribute

Summary

Constants
int MAX_LENGTH
[Expand]
Inherited Constants
From interface com.sforce.ws.wsdl.Constants
Fields
private String name
private static final Pattern pattern
private Schema schema
private QName type
Public Constructors
Attribute(Schema schema)
Public Methods
String getName()
QName getType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final int MAX_LENGTH

Constant Value: 255 (0x000000ff)

Fields

private String name

private static final Pattern pattern

private Schema schema

private QName type

Public Constructors

public Attribute (Schema schema)

Parameters
schema

Public Methods

public String getName ()

public QName getType ()

public String toString ()