public class ExportProfile extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
description |
private ExportItem[] |
items |
private ExportProfileStatus |
status |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
ExportProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
ExportItem[] |
getItems() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
ExportProfileStatus |
getStatus() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setItems(ExportItem[] items) |
void |
setStatus(ExportProfileStatus status) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.String description
private ExportItem[] items
private ExportProfileStatus status
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public ExportItem[] getItems()
public void setItems(ExportItem[] items)
public ExportProfileStatus getStatus()
public void setStatus(ExportProfileStatus status)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)