public class StartRequest extends Object implements Serializable
| Constructor and Description |
|---|
StartRequest() |
StartRequest(String creator,
String description,
String source,
String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreator()
Gets the creator value for this StartRequest.
|
String |
getDescription()
Gets the description value for this StartRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSource()
Gets the source value for this StartRequest.
|
String |
getTitle()
Gets the title value for this StartRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreator(String creator)
Sets the creator value for this StartRequest.
|
void |
setDescription(String description)
Sets the description value for this StartRequest.
|
void |
setSource(String source)
Sets the source value for this StartRequest.
|
void |
setTitle(String title)
Sets the title value for this StartRequest.
|
public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public String getCreator()
public void setCreator(String creator)
creator - public String getSource()
public void setSource(String source)
source - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.