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