com.admc.jamama.dtd
Interface ConfigType.InstancesType.MailFolderFileRepositoryType
- All Known Subinterfaces:
- ConfigType.InstancesType.MailFolderFileRepository
- All Known Implementing Classes:
- ConfigTypeImpl.InstancesTypeImpl.MailFolderFileRepositoryImpl, ConfigTypeImpl.InstancesTypeImpl.MailFolderFileRepositoryTypeImpl
- Enclosing interface:
- ConfigType.InstancesType
- public static interface ConfigType.InstancesType.MailFolderFileRepositoryType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
getName
public java.lang.String getName()
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Parameters:
value - allowed object is
String
getDirectory
public java.lang.String getDirectory()
- Returns:
- possible object is
String
setDirectory
public void setDirectory(java.lang.String value)
- Parameters:
value - allowed object is
String