public class RelatedListColumn extends Object implements Serializable
Constructor and Description |
---|
RelatedListColumn() |
RelatedListColumn(String field,
String format,
String label,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getField()
Gets the field value for this RelatedListColumn.
|
String |
getFormat()
Gets the format value for this RelatedListColumn.
|
String |
getLabel()
Gets the label value for this RelatedListColumn.
|
String |
getName()
Gets the name value for this RelatedListColumn.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setField(String field)
Sets the field value for this RelatedListColumn.
|
void |
setFormat(String format)
Sets the format value for this RelatedListColumn.
|
void |
setLabel(String label)
Sets the label value for this RelatedListColumn.
|
void |
setName(String name)
Sets the name value for this RelatedListColumn.
|
public String getField()
public void setField(String field)
field
- public String getFormat()
public void setFormat(String format)
format
- public String getLabel()
public void setLabel(String label)
label
- public String getName()
public void setName(String name)
name
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.