|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.soap.DocumentDesc
public class DocumentDesc
| Constructor Summary | |
|---|---|
DocumentDesc()
|
|
DocumentDesc(String name,
String owner,
String group,
int permissions,
DocumentType type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getGroup()
Gets the group value for this DocumentDesc. |
String |
getName()
Gets the name value for this DocumentDesc. |
String |
getOwner()
Gets the owner value for this DocumentDesc. |
int |
getPermissions()
Gets the permissions value for this DocumentDesc. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
DocumentType |
getType()
Gets the type value for this DocumentDesc. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setGroup(String group)
Sets the group value for this DocumentDesc. |
void |
setName(String name)
Sets the name value for this DocumentDesc. |
void |
setOwner(String owner)
Sets the owner value for this DocumentDesc. |
void |
setPermissions(int permissions)
Sets the permissions value for this DocumentDesc. |
void |
setType(DocumentType type)
Sets the type value for this DocumentDesc. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentDesc()
public DocumentDesc(String name,
String owner,
String group,
int permissions,
DocumentType type)
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - public String getOwner()
public void setOwner(String owner)
owner - public String getGroup()
public void setGroup(String group)
group - public int getPermissions()
public void setPermissions(int permissions)
permissions - public DocumentType getType()
public void setType(DocumentType type)
type - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||