public class DataElementIDandContentType extends Object implements Serializable
| Constructor and Description |
|---|
DataElementIDandContentType() |
DataElementIDandContentType(ContentType contentType,
String dataElementID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ContentType |
getContentType()
Gets the contentType value for this DataElementIDandContentType.
|
String |
getDataElementID()
Gets the dataElementID value for this DataElementIDandContentType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
setContentType(ContentType contentType)
Sets the contentType value for this DataElementIDandContentType.
|
void |
setDataElementID(String dataElementID)
Sets the dataElementID value for this DataElementIDandContentType.
|
public DataElementIDandContentType()
public DataElementIDandContentType(ContentType contentType, String dataElementID)
public String getDataElementID()
public void setDataElementID(String dataElementID)
dataElementID - public ContentType getContentType()
public void setContentType(ContentType contentType)
contentType - 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.