|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.FileType
| Field Summary | |
private Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private MessageElement[] |
_any
|
private Calendar |
creationDate
|
private Calendar |
lastAccessed
|
private Calendar |
lastModified
|
private Duration |
latency
|
private Calendar |
lifeTime
|
private String |
name
|
private String |
owner
|
private int |
size
|
private static TypeDesc |
typeDesc
|
| Constructor Summary | |
FileType()
|
|
FileType(MessageElement[] _any,
String name,
int size,
Calendar creationDate,
Calendar lastModified,
Calendar lastAccessed,
Duration latency,
Calendar lifeTime,
String owner)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this FileType. |
Calendar |
getCreationDate()
Gets the creationDate value for this FileType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Calendar |
getLastAccessed()
Gets the lastAccessed value for this FileType. |
Calendar |
getLastModified()
Gets the lastModified value for this FileType. |
Duration |
getLatency()
Gets the latency value for this FileType. |
Calendar |
getLifeTime()
Gets the lifeTime value for this FileType. |
String |
getName()
Gets the name value for this FileType. |
String |
getOwner()
Gets the owner value for this FileType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
int |
getSize()
Gets the size value for this FileType. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this FileType. |
void |
setCreationDate(Calendar creationDate)
Sets the creationDate value for this FileType. |
void |
setLastAccessed(Calendar lastAccessed)
Sets the lastAccessed value for this FileType. |
void |
setLastModified(Calendar lastModified)
Sets the lastModified value for this FileType. |
void |
setLatency(Duration latency)
Sets the latency value for this FileType. |
void |
setLifeTime(Calendar lifeTime)
Sets the lifeTime value for this FileType. |
void |
setName(String name)
Sets the name value for this FileType. |
void |
setOwner(String owner)
Sets the owner value for this FileType. |
void |
setSize(int size)
Sets the size value for this FileType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private MessageElement[] _any
private String name
private int size
private Calendar creationDate
private Calendar lastModified
private Calendar lastAccessed
private Duration latency
private Calendar lifeTime
private String owner
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public FileType()
public FileType(MessageElement[] _any,
String name,
int size,
Calendar creationDate,
Calendar lastModified,
Calendar lastAccessed,
Duration latency,
Calendar lifeTime,
String owner)
| Method Detail |
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getName()
public void setName(String name)
name - public int getSize()
public void setSize(int size)
size - public Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
creationDate - public Calendar getLastModified()
public void setLastModified(Calendar lastModified)
lastModified - public Calendar getLastAccessed()
public void setLastAccessed(Calendar lastAccessed)
lastAccessed - public Duration getLatency()
public void setLatency(Duration latency)
latency - public Calendar getLifeTime()
public void setLifeTime(Calendar lifeTime)
lifeTime - public String getOwner()
public void setOwner(String owner)
owner - public boolean equals(Object obj)
public int hashCode()
public 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 | ||||||||||