public class CreateFromTsRequest extends Object implements Serializable
| Constructor and Description |
|---|
CreateFromTsRequest() |
CreateFromTsRequest(String creator,
String description,
String publisher,
String rights,
String title,
String tsSourceId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreator()
Gets the creator value for this CreateFromTsRequest.
|
String |
getDescription()
Gets the description value for this CreateFromTsRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getPublisher()
Gets the publisher value for this CreateFromTsRequest.
|
String |
getRights()
Gets the rights value for this CreateFromTsRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this CreateFromTsRequest.
|
String |
getTsSourceId()
Gets the tsSourceId value for this CreateFromTsRequest.
|
String |
getType()
Gets the type value for this CreateFromTsRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreator(String creator)
Sets the creator value for this CreateFromTsRequest.
|
void |
setDescription(String description)
Sets the description value for this CreateFromTsRequest.
|
void |
setPublisher(String publisher)
Sets the publisher value for this CreateFromTsRequest.
|
void |
setRights(String rights)
Sets the rights value for this CreateFromTsRequest.
|
void |
setTitle(String title)
Sets the title value for this CreateFromTsRequest.
|
void |
setTsSourceId(String tsSourceId)
Sets the tsSourceId value for this CreateFromTsRequest.
|
void |
setType(String type)
Sets the type value for this CreateFromTsRequest.
|
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 getType()
public void setType(String type)
type - public String getPublisher()
public void setPublisher(String publisher)
publisher - public String getRights()
public void setRights(String rights)
rights - public String getTsSourceId()
public void setTsSourceId(String tsSourceId)
tsSourceId - 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.