public class MetaDataResult extends Object implements Serializable
Constructor and Description |
---|
MetaDataResult() |
MetaDataResult(int metadataId,
String name,
int type,
String[] valueList) |
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
|
int |
getMetadataId()
Gets the metadataId value for this MetaDataResult.
|
String |
getName()
Gets the name value for this MetaDataResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getType()
Gets the type value for this MetaDataResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String[] |
getValueList()
Gets the valueList value for this MetaDataResult.
|
int |
hashCode() |
void |
setMetadataId(int metadataId)
Sets the metadataId value for this MetaDataResult.
|
void |
setName(String name)
Sets the name value for this MetaDataResult.
|
void |
setType(int type)
Sets the type value for this MetaDataResult.
|
void |
setValueList(String[] valueList)
Sets the valueList value for this MetaDataResult.
|
public int getMetadataId()
public void setMetadataId(int metadataId)
metadataId
- public String getName()
public void setName(String name)
name
- public int getType()
public void setType(int type)
type
- public String[] getValueList()
public void setValueList(String[] valueList)
valueList
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018 City of Paris. All rights reserved.