public class PicklistEntry extends java.lang.Object implements XMLizable, IPicklistEntry
| Constructor and Description |
|---|
PicklistEntry()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
element : active of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getDefaultValue()
element : defaultValue 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
|
byte[] |
getValidFor()
element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary
java type: byte[]
|
java.lang.String |
getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isActive() |
boolean |
isDefaultValue() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setActive(boolean active) |
protected void |
setActive(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDefaultValue(boolean defaultValue) |
protected void |
setDefaultValue(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setValidFor(byte[] validFor) |
protected void |
setValidFor(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setValue(java.lang.String value) |
protected void |
setValue(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 getActive()
IPicklistEntrygetActive in interface IPicklistEntrypublic boolean isActive()
isActive in interface IPicklistEntrypublic void setActive(boolean active)
setActive in interface IPicklistEntryprotected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getDefaultValue()
IPicklistEntrygetDefaultValue in interface IPicklistEntrypublic boolean isDefaultValue()
isDefaultValue in interface IPicklistEntrypublic void setDefaultValue(boolean defaultValue)
setDefaultValue in interface IPicklistEntryprotected void setDefaultValue(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IPicklistEntrygetLabel in interface IPicklistEntrypublic void setLabel(java.lang.String label)
setLabel in interface IPicklistEntryprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic byte[] getValidFor()
IPicklistEntrygetValidFor in interface IPicklistEntrypublic void setValidFor(byte[] validFor)
setValidFor in interface IPicklistEntryprotected void setValidFor(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getValue()
IPicklistEntrygetValue in interface IPicklistEntrypublic void setValue(java.lang.String value)
setValue in interface IPicklistEntryprotected void setValue(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.