org.apache.axis.wsdl.fromJava
Class FieldRep
java.lang.Object
|
+--org.apache.axis.wsdl.fromJava.BaseRep
|
+--org.apache.axis.wsdl.fromJava.FieldRep
- public class FieldRep
- extends BaseRep
FieldRep is the representation of a class used inside the Java2WSDL
emitter. The information in the FieldRep can be changed by
user provided code to affect the emitted wsdl file. (See ClassRep)
- Author:
- Rich Scheuerle (scheu@us.ibm.com)
Constructor Summary |
FieldRep()
Constructor
Create an empty FieldRep (represents void) |
FieldRep(java.lang.reflect.Field field)
Constructor
Create a default representation of FieldRep |
Method Summary |
boolean |
equals(FieldRep rep)
Field properties are considered equal if their names are the
same (ignoring case). |
boolean |
getIndexed()
|
java.lang.String |
getName()
Getters/Setters |
java.lang.Class |
getType()
|
void |
setIndexed(boolean b)
|
void |
setName(java.lang.String name)
|
void |
setType(java.lang.Class cls)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldRep
public FieldRep()
- Constructor
Create an empty FieldRep (represents void)
FieldRep
public FieldRep(java.lang.reflect.Field field)
- Constructor
Create a default representation of FieldRep
- Parameters:
cls
- Class to use to create default FieldRep
getName
public java.lang.String getName()
- Getters/Setters
setName
public void setName(java.lang.String name)
getType
public java.lang.Class getType()
setType
public void setType(java.lang.Class cls)
getIndexed
public boolean getIndexed()
setIndexed
public void setIndexed(boolean b)
equals
public boolean equals(FieldRep rep)
- Field properties are considered equal if their names are the
same (ignoring case).
Copyright © 2001 Apache XML Project. All Rights Reserved.