public class VREDescription extends Object implements Serializable
| Constructor and Description |
|---|
VREDescription() |
VREDescription(String description,
String designer,
Calendar endTime,
String manager,
String name,
Calendar startTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this VREDescription.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDesigner()
Gets the designer value for this VREDescription.
|
Calendar |
getEndTime()
Gets the endTime value for this VREDescription.
|
String |
getManager()
Gets the manager value for this VREDescription.
|
String |
getName()
Gets the name value for this VREDescription.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartTime()
Gets the startTime value for this VREDescription.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this VREDescription.
|
void |
setDesigner(String designer)
Sets the designer value for this VREDescription.
|
void |
setEndTime(Calendar endTime)
Sets the endTime value for this VREDescription.
|
void |
setManager(String manager)
Sets the manager value for this VREDescription.
|
void |
setName(String name)
Sets the name value for this VREDescription.
|
void |
setStartTime(Calendar startTime)
Sets the startTime value for this VREDescription.
|
public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(String description)
description - public String getDesigner()
public void setDesigner(String designer)
designer - public String getManager()
public void setManager(String manager)
manager - public Calendar getStartTime()
public void setStartTime(Calendar startTime)
startTime - public Calendar getEndTime()
public void setEndTime(Calendar endTime)
endTime - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.