org.jboss.soa.esb.listeners.config.xbeanmodel.impl
Class FtpMessageFilterDocumentImpl.FtpMessageFilterImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpMessageFilterDocumentImpl.FtpMessageFilterImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, FtpMessageFilterDocument.FtpMessageFilter
Enclosing class:
FtpMessageFilterDocumentImpl

public static class FtpMessageFilterDocumentImpl.FtpMessageFilterImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements FtpMessageFilterDocument.FtpMessageFilter

An XML ftp-message-filter(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
static class FtpMessageFilterDocumentImpl.FtpMessageFilterImpl.ProtocolImpl
          An XML protocol(@).
 
Nested classes/interfaces inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpMessageFilterDocument.FtpMessageFilter
FtpMessageFilterDocument.FtpMessageFilter.Factory, FtpMessageFilterDocument.FtpMessageFilter.Protocol
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpMessageFilterDocument.FtpMessageFilter
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
FtpMessageFilterDocumentImpl.FtpMessageFilterImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 java.lang.String getCertificateUrl()
          Gets the "certificate-url" attribute
 java.lang.String getDirectory()
          Gets the "directory" attribute
 boolean getErrorDelete()
          Gets the "error-delete" attribute
 java.lang.String getErrorDirectory()
          Gets the "error-directory" attribute
 java.lang.String getErrorSuffix()
          Gets the "error-suffix" attribute
 java.lang.String getInputSuffix()
          Gets the "input-suffix" attribute
 boolean getPassive()
          Gets the "passive" attribute
 java.lang.String getPassword()
          Gets the "password" attribute
 boolean getPostDelete()
          Gets the "post-delete" attribute
 java.lang.String getPostDirectory()
          Gets the "post-directory" attribute
 java.lang.String getPostSuffix()
          Gets the "post-suffix" attribute
 FtpMessageFilterDocument.FtpMessageFilter.Protocol.Enum getProtocol()
          Gets the "protocol" attribute
 boolean getReadOnly()
          Gets the "read-only" attribute
 java.lang.String getUsername()
          Gets the "username" attribute
 java.lang.String getWorkSuffix()
          Gets the "work-suffix" attribute
 boolean isSetCertificateUrl()
          True if has "certificate-url" attribute
 boolean isSetErrorDelete()
          True if has "error-delete" attribute
 boolean isSetErrorDirectory()
          True if has "error-directory" attribute
 boolean isSetErrorSuffix()
          True if has "error-suffix" attribute
 boolean isSetPassive()
          True if has "passive" attribute
 boolean isSetPostDelete()
          True if has "post-delete" attribute
 boolean isSetPostDirectory()
          True if has "post-directory" attribute
 boolean isSetPostSuffix()
          True if has "post-suffix" attribute
 boolean isSetProtocol()
          True if has "protocol" attribute
 boolean isSetReadOnly()
          True if has "read-only" attribute
 boolean isSetWorkSuffix()
          True if has "work-suffix" attribute
 void setCertificateUrl(java.lang.String certificateUrl)
          Sets the "certificate-url" attribute
 void setDirectory(java.lang.String directory)
          Sets the "directory" attribute
 void setErrorDelete(boolean errorDelete)
          Sets the "error-delete" attribute
 void setErrorDirectory(java.lang.String errorDirectory)
          Sets the "error-directory" attribute
 void setErrorSuffix(java.lang.String errorSuffix)
          Sets the "error-suffix" attribute
 void setInputSuffix(java.lang.String inputSuffix)
          Sets the "input-suffix" attribute
 void setPassive(boolean passive)
          Sets the "passive" attribute
 void setPassword(java.lang.String password)
          Sets the "password" attribute
 void setPostDelete(boolean postDelete)
          Sets the "post-delete" attribute
 void setPostDirectory(java.lang.String postDirectory)
          Sets the "post-directory" attribute
 void setPostSuffix(java.lang.String postSuffix)
          Sets the "post-suffix" attribute
 void setProtocol(FtpMessageFilterDocument.FtpMessageFilter.Protocol.Enum protocol)
          Sets the "protocol" attribute
 void setReadOnly(boolean readOnly)
          Sets the "read-only" attribute
 void setUsername(java.lang.String username)
          Sets the "username" attribute
 void setWorkSuffix(java.lang.String workSuffix)
          Sets the "work-suffix" attribute
 void unsetCertificateUrl()
          Unsets the "certificate-url" attribute
 void unsetErrorDelete()
          Unsets the "error-delete" attribute
 void unsetErrorDirectory()
          Unsets the "error-directory" attribute
 void unsetErrorSuffix()
          Unsets the "error-suffix" attribute
 void unsetPassive()
          Unsets the "passive" attribute
 void unsetPostDelete()
          Unsets the "post-delete" attribute
 void unsetPostDirectory()
          Unsets the "post-directory" attribute
 void unsetPostSuffix()
          Unsets the "post-suffix" attribute
 void unsetProtocol()
          Unsets the "protocol" attribute
 void unsetReadOnly()
          Unsets the "read-only" attribute
 void unsetWorkSuffix()
          Unsets the "work-suffix" attribute
 org.apache.xmlbeans.XmlString xgetCertificateUrl()
          Gets (as xml) the "certificate-url" attribute
 org.apache.xmlbeans.XmlString xgetDirectory()
          Gets (as xml) the "directory" attribute
 org.apache.xmlbeans.XmlBoolean xgetErrorDelete()
          Gets (as xml) the "error-delete" attribute
 org.apache.xmlbeans.XmlString xgetErrorDirectory()
          Gets (as xml) the "error-directory" attribute
 org.apache.xmlbeans.XmlString xgetErrorSuffix()
          Gets (as xml) the "error-suffix" attribute
 org.apache.xmlbeans.XmlString xgetInputSuffix()
          Gets (as xml) the "input-suffix" attribute
 org.apache.xmlbeans.XmlBoolean xgetPassive()
          Gets (as xml) the "passive" attribute
 org.apache.xmlbeans.XmlString xgetPassword()
          Gets (as xml) the "password" attribute
 org.apache.xmlbeans.XmlBoolean xgetPostDelete()
          Gets (as xml) the "post-delete" attribute
 org.apache.xmlbeans.XmlString xgetPostDirectory()
          Gets (as xml) the "post-directory" attribute
 org.apache.xmlbeans.XmlString xgetPostSuffix()
          Gets (as xml) the "post-suffix" attribute
 FtpMessageFilterDocument.FtpMessageFilter.Protocol xgetProtocol()
          Gets (as xml) the "protocol" attribute
 org.apache.xmlbeans.XmlBoolean xgetReadOnly()
          Gets (as xml) the "read-only" attribute
 org.apache.xmlbeans.XmlString xgetUsername()
          Gets (as xml) the "username" attribute
 org.apache.xmlbeans.XmlString xgetWorkSuffix()
          Gets (as xml) the "work-suffix" attribute
 void xsetCertificateUrl(org.apache.xmlbeans.XmlString certificateUrl)
          Sets (as xml) the "certificate-url" attribute
 void xsetDirectory(org.apache.xmlbeans.XmlString directory)
          Sets (as xml) the "directory" attribute
 void xsetErrorDelete(org.apache.xmlbeans.XmlBoolean errorDelete)
          Sets (as xml) the "error-delete" attribute
 void xsetErrorDirectory(org.apache.xmlbeans.XmlString errorDirectory)
          Sets (as xml) the "error-directory" attribute
 void xsetErrorSuffix(org.apache.xmlbeans.XmlString errorSuffix)
          Sets (as xml) the "error-suffix" attribute
 void xsetInputSuffix(org.apache.xmlbeans.XmlString inputSuffix)
          Sets (as xml) the "input-suffix" attribute
 void xsetPassive(org.apache.xmlbeans.XmlBoolean passive)
          Sets (as xml) the "passive" attribute
 void xsetPassword(org.apache.xmlbeans.XmlString password)
          Sets (as xml) the "password" attribute
 void xsetPostDelete(org.apache.xmlbeans.XmlBoolean postDelete)
          Sets (as xml) the "post-delete" attribute
 void xsetPostDirectory(org.apache.xmlbeans.XmlString postDirectory)
          Sets (as xml) the "post-directory" attribute
 void xsetPostSuffix(org.apache.xmlbeans.XmlString postSuffix)
          Sets (as xml) the "post-suffix" attribute
 void xsetProtocol(FtpMessageFilterDocument.FtpMessageFilter.Protocol protocol)
          Sets (as xml) the "protocol" attribute
 void xsetReadOnly(org.apache.xmlbeans.XmlBoolean readOnly)
          Sets (as xml) the "read-only" attribute
 void xsetUsername(org.apache.xmlbeans.XmlString username)
          Sets (as xml) the "username" attribute
 void xsetWorkSuffix(org.apache.xmlbeans.XmlString workSuffix)
          Sets (as xml) the "work-suffix" attribute
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Constructor Detail

FtpMessageFilterDocumentImpl.FtpMessageFilterImpl

public FtpMessageFilterDocumentImpl.FtpMessageFilterImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getDirectory

public java.lang.String getDirectory()
Gets the "directory" attribute

Specified by:
getDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

xgetDirectory

public org.apache.xmlbeans.XmlString xgetDirectory()
Gets (as xml) the "directory" attribute

Specified by:
xgetDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

setDirectory

public void setDirectory(java.lang.String directory)
Sets the "directory" attribute

Specified by:
setDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

xsetDirectory

public void xsetDirectory(org.apache.xmlbeans.XmlString directory)
Sets (as xml) the "directory" attribute

Specified by:
xsetDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

getUsername

public java.lang.String getUsername()
Gets the "username" attribute

Specified by:
getUsername in interface FtpMessageFilterDocument.FtpMessageFilter

xgetUsername

public org.apache.xmlbeans.XmlString xgetUsername()
Gets (as xml) the "username" attribute

Specified by:
xgetUsername in interface FtpMessageFilterDocument.FtpMessageFilter

setUsername

public void setUsername(java.lang.String username)
Sets the "username" attribute

Specified by:
setUsername in interface FtpMessageFilterDocument.FtpMessageFilter

xsetUsername

public void xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" attribute

Specified by:
xsetUsername in interface FtpMessageFilterDocument.FtpMessageFilter

getPassword

public java.lang.String getPassword()
Gets the "password" attribute

Specified by:
getPassword in interface FtpMessageFilterDocument.FtpMessageFilter

xgetPassword

public org.apache.xmlbeans.XmlString xgetPassword()
Gets (as xml) the "password" attribute

Specified by:
xgetPassword in interface FtpMessageFilterDocument.FtpMessageFilter

setPassword

public void setPassword(java.lang.String password)
Sets the "password" attribute

Specified by:
setPassword in interface FtpMessageFilterDocument.FtpMessageFilter

xsetPassword

public void xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" attribute

Specified by:
xsetPassword in interface FtpMessageFilterDocument.FtpMessageFilter

getInputSuffix

public java.lang.String getInputSuffix()
Gets the "input-suffix" attribute

Specified by:
getInputSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xgetInputSuffix

public org.apache.xmlbeans.XmlString xgetInputSuffix()
Gets (as xml) the "input-suffix" attribute

Specified by:
xgetInputSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

setInputSuffix

public void setInputSuffix(java.lang.String inputSuffix)
Sets the "input-suffix" attribute

Specified by:
setInputSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xsetInputSuffix

public void xsetInputSuffix(org.apache.xmlbeans.XmlString inputSuffix)
Sets (as xml) the "input-suffix" attribute

Specified by:
xsetInputSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

getWorkSuffix

public java.lang.String getWorkSuffix()
Gets the "work-suffix" attribute

Specified by:
getWorkSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xgetWorkSuffix

public org.apache.xmlbeans.XmlString xgetWorkSuffix()
Gets (as xml) the "work-suffix" attribute

Specified by:
xgetWorkSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

isSetWorkSuffix

public boolean isSetWorkSuffix()
True if has "work-suffix" attribute

Specified by:
isSetWorkSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

setWorkSuffix

public void setWorkSuffix(java.lang.String workSuffix)
Sets the "work-suffix" attribute

Specified by:
setWorkSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xsetWorkSuffix

public void xsetWorkSuffix(org.apache.xmlbeans.XmlString workSuffix)
Sets (as xml) the "work-suffix" attribute

Specified by:
xsetWorkSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

unsetWorkSuffix

public void unsetWorkSuffix()
Unsets the "work-suffix" attribute

Specified by:
unsetWorkSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

getPostDelete

public boolean getPostDelete()
Gets the "post-delete" attribute

Specified by:
getPostDelete in interface FtpMessageFilterDocument.FtpMessageFilter

xgetPostDelete

public org.apache.xmlbeans.XmlBoolean xgetPostDelete()
Gets (as xml) the "post-delete" attribute

Specified by:
xgetPostDelete in interface FtpMessageFilterDocument.FtpMessageFilter

isSetPostDelete

public boolean isSetPostDelete()
True if has "post-delete" attribute

Specified by:
isSetPostDelete in interface FtpMessageFilterDocument.FtpMessageFilter

setPostDelete

public void setPostDelete(boolean postDelete)
Sets the "post-delete" attribute

Specified by:
setPostDelete in interface FtpMessageFilterDocument.FtpMessageFilter

xsetPostDelete

public void xsetPostDelete(org.apache.xmlbeans.XmlBoolean postDelete)
Sets (as xml) the "post-delete" attribute

Specified by:
xsetPostDelete in interface FtpMessageFilterDocument.FtpMessageFilter

unsetPostDelete

public void unsetPostDelete()
Unsets the "post-delete" attribute

Specified by:
unsetPostDelete in interface FtpMessageFilterDocument.FtpMessageFilter

getPostDirectory

public java.lang.String getPostDirectory()
Gets the "post-directory" attribute

Specified by:
getPostDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

xgetPostDirectory

public org.apache.xmlbeans.XmlString xgetPostDirectory()
Gets (as xml) the "post-directory" attribute

Specified by:
xgetPostDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

isSetPostDirectory

public boolean isSetPostDirectory()
True if has "post-directory" attribute

Specified by:
isSetPostDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

setPostDirectory

public void setPostDirectory(java.lang.String postDirectory)
Sets the "post-directory" attribute

Specified by:
setPostDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

xsetPostDirectory

public void xsetPostDirectory(org.apache.xmlbeans.XmlString postDirectory)
Sets (as xml) the "post-directory" attribute

Specified by:
xsetPostDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

unsetPostDirectory

public void unsetPostDirectory()
Unsets the "post-directory" attribute

Specified by:
unsetPostDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

getPostSuffix

public java.lang.String getPostSuffix()
Gets the "post-suffix" attribute

Specified by:
getPostSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xgetPostSuffix

public org.apache.xmlbeans.XmlString xgetPostSuffix()
Gets (as xml) the "post-suffix" attribute

Specified by:
xgetPostSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

isSetPostSuffix

public boolean isSetPostSuffix()
True if has "post-suffix" attribute

Specified by:
isSetPostSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

setPostSuffix

public void setPostSuffix(java.lang.String postSuffix)
Sets the "post-suffix" attribute

Specified by:
setPostSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xsetPostSuffix

public void xsetPostSuffix(org.apache.xmlbeans.XmlString postSuffix)
Sets (as xml) the "post-suffix" attribute

Specified by:
xsetPostSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

unsetPostSuffix

public void unsetPostSuffix()
Unsets the "post-suffix" attribute

Specified by:
unsetPostSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

getErrorDelete

public boolean getErrorDelete()
Gets the "error-delete" attribute

Specified by:
getErrorDelete in interface FtpMessageFilterDocument.FtpMessageFilter

xgetErrorDelete

public org.apache.xmlbeans.XmlBoolean xgetErrorDelete()
Gets (as xml) the "error-delete" attribute

Specified by:
xgetErrorDelete in interface FtpMessageFilterDocument.FtpMessageFilter

isSetErrorDelete

public boolean isSetErrorDelete()
True if has "error-delete" attribute

Specified by:
isSetErrorDelete in interface FtpMessageFilterDocument.FtpMessageFilter

setErrorDelete

public void setErrorDelete(boolean errorDelete)
Sets the "error-delete" attribute

Specified by:
setErrorDelete in interface FtpMessageFilterDocument.FtpMessageFilter

xsetErrorDelete

public void xsetErrorDelete(org.apache.xmlbeans.XmlBoolean errorDelete)
Sets (as xml) the "error-delete" attribute

Specified by:
xsetErrorDelete in interface FtpMessageFilterDocument.FtpMessageFilter

unsetErrorDelete

public void unsetErrorDelete()
Unsets the "error-delete" attribute

Specified by:
unsetErrorDelete in interface FtpMessageFilterDocument.FtpMessageFilter

getErrorDirectory

public java.lang.String getErrorDirectory()
Gets the "error-directory" attribute

Specified by:
getErrorDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

xgetErrorDirectory

public org.apache.xmlbeans.XmlString xgetErrorDirectory()
Gets (as xml) the "error-directory" attribute

Specified by:
xgetErrorDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

isSetErrorDirectory

public boolean isSetErrorDirectory()
True if has "error-directory" attribute

Specified by:
isSetErrorDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

setErrorDirectory

public void setErrorDirectory(java.lang.String errorDirectory)
Sets the "error-directory" attribute

Specified by:
setErrorDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

xsetErrorDirectory

public void xsetErrorDirectory(org.apache.xmlbeans.XmlString errorDirectory)
Sets (as xml) the "error-directory" attribute

Specified by:
xsetErrorDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

unsetErrorDirectory

public void unsetErrorDirectory()
Unsets the "error-directory" attribute

Specified by:
unsetErrorDirectory in interface FtpMessageFilterDocument.FtpMessageFilter

getErrorSuffix

public java.lang.String getErrorSuffix()
Gets the "error-suffix" attribute

Specified by:
getErrorSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xgetErrorSuffix

public org.apache.xmlbeans.XmlString xgetErrorSuffix()
Gets (as xml) the "error-suffix" attribute

Specified by:
xgetErrorSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

isSetErrorSuffix

public boolean isSetErrorSuffix()
True if has "error-suffix" attribute

Specified by:
isSetErrorSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

setErrorSuffix

public void setErrorSuffix(java.lang.String errorSuffix)
Sets the "error-suffix" attribute

Specified by:
setErrorSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

xsetErrorSuffix

public void xsetErrorSuffix(org.apache.xmlbeans.XmlString errorSuffix)
Sets (as xml) the "error-suffix" attribute

Specified by:
xsetErrorSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

unsetErrorSuffix

public void unsetErrorSuffix()
Unsets the "error-suffix" attribute

Specified by:
unsetErrorSuffix in interface FtpMessageFilterDocument.FtpMessageFilter

getPassive

public boolean getPassive()
Gets the "passive" attribute

Specified by:
getPassive in interface FtpMessageFilterDocument.FtpMessageFilter

xgetPassive

public org.apache.xmlbeans.XmlBoolean xgetPassive()
Gets (as xml) the "passive" attribute

Specified by:
xgetPassive in interface FtpMessageFilterDocument.FtpMessageFilter

isSetPassive

public boolean isSetPassive()
True if has "passive" attribute

Specified by:
isSetPassive in interface FtpMessageFilterDocument.FtpMessageFilter

setPassive

public void setPassive(boolean passive)
Sets the "passive" attribute

Specified by:
setPassive in interface FtpMessageFilterDocument.FtpMessageFilter

xsetPassive

public void xsetPassive(org.apache.xmlbeans.XmlBoolean passive)
Sets (as xml) the "passive" attribute

Specified by:
xsetPassive in interface FtpMessageFilterDocument.FtpMessageFilter

unsetPassive

public void unsetPassive()
Unsets the "passive" attribute

Specified by:
unsetPassive in interface FtpMessageFilterDocument.FtpMessageFilter

getProtocol

public FtpMessageFilterDocument.FtpMessageFilter.Protocol.Enum getProtocol()
Gets the "protocol" attribute

Specified by:
getProtocol in interface FtpMessageFilterDocument.FtpMessageFilter

xgetProtocol

public FtpMessageFilterDocument.FtpMessageFilter.Protocol xgetProtocol()
Gets (as xml) the "protocol" attribute

Specified by:
xgetProtocol in interface FtpMessageFilterDocument.FtpMessageFilter

isSetProtocol

public boolean isSetProtocol()
True if has "protocol" attribute

Specified by:
isSetProtocol in interface FtpMessageFilterDocument.FtpMessageFilter

setProtocol

public void setProtocol(FtpMessageFilterDocument.FtpMessageFilter.Protocol.Enum protocol)
Sets the "protocol" attribute

Specified by:
setProtocol in interface FtpMessageFilterDocument.FtpMessageFilter

xsetProtocol

public void xsetProtocol(FtpMessageFilterDocument.FtpMessageFilter.Protocol protocol)
Sets (as xml) the "protocol" attribute

Specified by:
xsetProtocol in interface FtpMessageFilterDocument.FtpMessageFilter

unsetProtocol

public void unsetProtocol()
Unsets the "protocol" attribute

Specified by:
unsetProtocol in interface FtpMessageFilterDocument.FtpMessageFilter

getCertificateUrl

public java.lang.String getCertificateUrl()
Gets the "certificate-url" attribute

Specified by:
getCertificateUrl in interface FtpMessageFilterDocument.FtpMessageFilter

xgetCertificateUrl

public org.apache.xmlbeans.XmlString xgetCertificateUrl()
Gets (as xml) the "certificate-url" attribute

Specified by:
xgetCertificateUrl in interface FtpMessageFilterDocument.FtpMessageFilter

isSetCertificateUrl

public boolean isSetCertificateUrl()
True if has "certificate-url" attribute

Specified by:
isSetCertificateUrl in interface FtpMessageFilterDocument.FtpMessageFilter

setCertificateUrl

public void setCertificateUrl(java.lang.String certificateUrl)
Sets the "certificate-url" attribute

Specified by:
setCertificateUrl in interface FtpMessageFilterDocument.FtpMessageFilter

xsetCertificateUrl

public void xsetCertificateUrl(org.apache.xmlbeans.XmlString certificateUrl)
Sets (as xml) the "certificate-url" attribute

Specified by:
xsetCertificateUrl in interface FtpMessageFilterDocument.FtpMessageFilter

unsetCertificateUrl

public void unsetCertificateUrl()
Unsets the "certificate-url" attribute

Specified by:
unsetCertificateUrl in interface FtpMessageFilterDocument.FtpMessageFilter

getReadOnly

public boolean getReadOnly()
Gets the "read-only" attribute

Specified by:
getReadOnly in interface FtpMessageFilterDocument.FtpMessageFilter

xgetReadOnly

public org.apache.xmlbeans.XmlBoolean xgetReadOnly()
Gets (as xml) the "read-only" attribute

Specified by:
xgetReadOnly in interface FtpMessageFilterDocument.FtpMessageFilter

isSetReadOnly

public boolean isSetReadOnly()
True if has "read-only" attribute

Specified by:
isSetReadOnly in interface FtpMessageFilterDocument.FtpMessageFilter

setReadOnly

public void setReadOnly(boolean readOnly)
Sets the "read-only" attribute

Specified by:
setReadOnly in interface FtpMessageFilterDocument.FtpMessageFilter

xsetReadOnly

public void xsetReadOnly(org.apache.xmlbeans.XmlBoolean readOnly)
Sets (as xml) the "read-only" attribute

Specified by:
xsetReadOnly in interface FtpMessageFilterDocument.FtpMessageFilter

unsetReadOnly

public void unsetReadOnly()
Unsets the "read-only" attribute

Specified by:
unsetReadOnly in interface FtpMessageFilterDocument.FtpMessageFilter