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