public class DescribeLayoutSaveOption extends java.lang.Object implements XMLizable, IDescribeLayoutSaveOption
| Constructor and Description |
|---|
DescribeLayoutSaveOption()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDefaultValue()
element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getIsDisplayed()
element : isDisplayed of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getRestHeaderName()
element : restHeaderName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getSoapHeaderName()
element : soapHeaderName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isDefaultValue() |
boolean |
isIsDisplayed() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDefaultValue(boolean defaultValue) |
protected void |
setDefaultValue(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsDisplayed(boolean isDisplayed) |
protected void |
setIsDisplayed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setName(java.lang.String name) |
protected void |
setName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRestHeaderName(java.lang.String restHeaderName) |
protected void |
setRestHeaderName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSoapHeaderName(java.lang.String soapHeaderName) |
protected void |
setSoapHeaderName(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 boolean getDefaultValue()
IDescribeLayoutSaveOptiongetDefaultValue in interface IDescribeLayoutSaveOptionpublic boolean isDefaultValue()
isDefaultValue in interface IDescribeLayoutSaveOptionpublic void setDefaultValue(boolean defaultValue)
setDefaultValue in interface IDescribeLayoutSaveOptionprotected void setDefaultValue(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsDisplayed()
IDescribeLayoutSaveOptiongetIsDisplayed in interface IDescribeLayoutSaveOptionpublic boolean isIsDisplayed()
isIsDisplayed in interface IDescribeLayoutSaveOptionpublic void setIsDisplayed(boolean isDisplayed)
setIsDisplayed in interface IDescribeLayoutSaveOptionprotected void setIsDisplayed(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IDescribeLayoutSaveOptiongetLabel in interface IDescribeLayoutSaveOptionpublic void setLabel(java.lang.String label)
setLabel in interface IDescribeLayoutSaveOptionprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getName()
IDescribeLayoutSaveOptiongetName in interface IDescribeLayoutSaveOptionpublic void setName(java.lang.String name)
setName in interface IDescribeLayoutSaveOptionprotected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getRestHeaderName()
IDescribeLayoutSaveOptiongetRestHeaderName in interface IDescribeLayoutSaveOptionpublic void setRestHeaderName(java.lang.String restHeaderName)
setRestHeaderName in interface IDescribeLayoutSaveOptionprotected void setRestHeaderName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSoapHeaderName()
IDescribeLayoutSaveOptiongetSoapHeaderName in interface IDescribeLayoutSaveOptionpublic void setSoapHeaderName(java.lang.String soapHeaderName)
setSoapHeaderName in interface IDescribeLayoutSaveOptionprotected void setSoapHeaderName(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.