Used to represent an ExtendedFieldURI.
Constructors
ExtendedFieldURI(
String id,
String name,
String type )
Public Methods
getID( ) returns String
Returns the guid associated with this property.
getName( ) returns String
Returns the name of this property.
getType( ) returns String
Returns the type of property (e.g. "String").
toXML( String namespace ) returns String
toString( ) returns String
equals( Object obj ) returns boolean