global class DocumentInfoAttributesWrapper {
|
global String id;
|
global String name;
|
global String typeId;
|
global DocumentInfoAttributesWrapper() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|