public class DescribeDataCategoryMappingResult extends java.lang.Object implements XMLizable, IDescribeDataCategoryMappingResult
| Constructor and Description |
|---|
DescribeDataCategoryMappingResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataCategoryGroupId()
element : dataCategoryGroupId of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDataCategoryGroupLabel()
element : dataCategoryGroupLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDataCategoryGroupName()
element : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDataCategoryId()
element : dataCategoryId of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDataCategoryLabel()
element : dataCategoryLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDataCategoryName()
element : dataCategoryName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getId()
element : id of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getMappedEntity()
element : mappedEntity of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getMappedField()
element : mappedField of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataCategoryGroupId(java.lang.String dataCategoryGroupId) |
protected void |
setDataCategoryGroupId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataCategoryGroupLabel(java.lang.String dataCategoryGroupLabel) |
protected void |
setDataCategoryGroupLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataCategoryGroupName(java.lang.String dataCategoryGroupName) |
protected void |
setDataCategoryGroupName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataCategoryId(java.lang.String dataCategoryId) |
protected void |
setDataCategoryId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataCategoryLabel(java.lang.String dataCategoryLabel) |
protected void |
setDataCategoryLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataCategoryName(java.lang.String dataCategoryName) |
protected void |
setDataCategoryName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setId(java.lang.String id) |
protected void |
setId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMappedEntity(java.lang.String mappedEntity) |
protected void |
setMappedEntity(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMappedField(java.lang.String mappedField) |
protected void |
setMappedField(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public DescribeDataCategoryMappingResult()
public java.lang.String getDataCategoryGroupId()
IDescribeDataCategoryMappingResultgetDataCategoryGroupId in interface IDescribeDataCategoryMappingResultpublic void setDataCategoryGroupId(java.lang.String dataCategoryGroupId)
setDataCategoryGroupId in interface IDescribeDataCategoryMappingResultprotected void setDataCategoryGroupId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDataCategoryGroupLabel()
IDescribeDataCategoryMappingResultgetDataCategoryGroupLabel in interface IDescribeDataCategoryMappingResultpublic void setDataCategoryGroupLabel(java.lang.String dataCategoryGroupLabel)
setDataCategoryGroupLabel in interface IDescribeDataCategoryMappingResultprotected void setDataCategoryGroupLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDataCategoryGroupName()
IDescribeDataCategoryMappingResultgetDataCategoryGroupName in interface IDescribeDataCategoryMappingResultpublic void setDataCategoryGroupName(java.lang.String dataCategoryGroupName)
setDataCategoryGroupName in interface IDescribeDataCategoryMappingResultprotected void setDataCategoryGroupName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDataCategoryId()
IDescribeDataCategoryMappingResultgetDataCategoryId in interface IDescribeDataCategoryMappingResultpublic void setDataCategoryId(java.lang.String dataCategoryId)
setDataCategoryId in interface IDescribeDataCategoryMappingResultprotected void setDataCategoryId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDataCategoryLabel()
IDescribeDataCategoryMappingResultgetDataCategoryLabel in interface IDescribeDataCategoryMappingResultpublic void setDataCategoryLabel(java.lang.String dataCategoryLabel)
setDataCategoryLabel in interface IDescribeDataCategoryMappingResultprotected void setDataCategoryLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDataCategoryName()
IDescribeDataCategoryMappingResultgetDataCategoryName in interface IDescribeDataCategoryMappingResultpublic void setDataCategoryName(java.lang.String dataCategoryName)
setDataCategoryName in interface IDescribeDataCategoryMappingResultprotected void setDataCategoryName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getId()
IDescribeDataCategoryMappingResultgetId in interface IDescribeDataCategoryMappingResultpublic void setId(java.lang.String id)
setId in interface IDescribeDataCategoryMappingResultprotected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMappedEntity()
IDescribeDataCategoryMappingResultgetMappedEntity in interface IDescribeDataCategoryMappingResultpublic void setMappedEntity(java.lang.String mappedEntity)
setMappedEntity in interface IDescribeDataCategoryMappingResultprotected void setMappedEntity(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMappedField()
IDescribeDataCategoryMappingResultgetMappedField in interface IDescribeDataCategoryMappingResultpublic void setMappedField(java.lang.String mappedField)
setMappedField in interface IDescribeDataCategoryMappingResultprotected void setMappedField(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.