Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MailSessionType<T> |
MailSessionType.description(String description)
Sets the
description element |
MailSessionType<T> |
MailSessionType.from(String from)
Sets the
from element |
MailSessionType<T> |
MailSessionType.host(String host)
Sets the
host element |
MailSessionType<T> |
MailSessionType.id(String id)
Sets the
id attribute |
MailSessionType<T> |
MailSessionType.name(String name)
Sets the
name element |
MailSessionType<T> |
MailSessionType.password(String password)
Sets the
password element |
MailSessionType<T> |
MailSessionType.removeAllProperty()
Removes all
property elements |
MailSessionType<T> |
MailSessionType.removeDescription()
Removes the
description element |
MailSessionType<T> |
MailSessionType.removeFrom()
Removes the
from element |
MailSessionType<T> |
MailSessionType.removeHost()
Removes the
host element |
MailSessionType<T> |
MailSessionType.removeId()
Removes the
id attribute |
MailSessionType<T> |
MailSessionType.removeName()
Removes the
name element |
MailSessionType<T> |
MailSessionType.removePassword()
Removes the
password element |
MailSessionType<T> |
MailSessionType.removeStoreProtocol()
Removes the
store-protocol element |
MailSessionType<T> |
MailSessionType.removeStoreProtocolClass()
Removes the
store-protocol-class element |
MailSessionType<T> |
MailSessionType.removeTransportProtocol()
Removes the
transport-protocol element |
MailSessionType<T> |
MailSessionType.removeTransportProtocolClass()
Removes the
transport-protocol-class element |
MailSessionType<T> |
MailSessionType.removeUser()
Removes the
user element |
MailSessionType<T> |
MailSessionType.storeProtocol(String storeProtocol)
Sets the
store-protocol element |
MailSessionType<T> |
MailSessionType.storeProtocolClass(String storeProtocolClass)
Sets the
store-protocol-class element |
MailSessionType<T> |
MailSessionType.transportProtocol(String transportProtocol)
Sets the
transport-protocol element |
MailSessionType<T> |
MailSessionType.transportProtocolClass(String transportProtocolClass)
Sets the
transport-protocol-class element |
MailSessionType<T> |
MailSessionType.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<MailSessionType<T>> |
MailSessionType.createProperty()
Creates a new
property element |
List<PropertyType<MailSessionType<T>>> |
MailSessionType.getAllProperty()
Returns all
property elements |
PropertyType<MailSessionType<T>> |
MailSessionType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Class and Description |
---|---|
class |
MailSessionTypeImpl<T>
This class implements the
mail-sessionType xsd type |
Modifier and Type | Method and Description |
---|---|
MailSessionType<T> |
MailSessionTypeImpl.description(String description)
Sets the
description element |
MailSessionType<T> |
MailSessionTypeImpl.from(String from)
Sets the
from element |
MailSessionType<T> |
MailSessionTypeImpl.host(String host)
Sets the
host element |
MailSessionType<T> |
MailSessionTypeImpl.id(String id)
Sets the
id attribute |
MailSessionType<T> |
MailSessionTypeImpl.name(String name)
Sets the
name element |
MailSessionType<T> |
MailSessionTypeImpl.password(String password)
Sets the
password element |
MailSessionType<T> |
MailSessionTypeImpl.removeAllProperty()
Removes all
property elements |
MailSessionType<T> |
MailSessionTypeImpl.removeDescription()
Removes the
description element |
MailSessionType<T> |
MailSessionTypeImpl.removeFrom()
Removes the
from element |
MailSessionType<T> |
MailSessionTypeImpl.removeHost()
Removes the
host element |
MailSessionType<T> |
MailSessionTypeImpl.removeId()
Removes the
id attribute |
MailSessionType<T> |
MailSessionTypeImpl.removeName()
Removes the
name element |
MailSessionType<T> |
MailSessionTypeImpl.removePassword()
Removes the
password element |
MailSessionType<T> |
MailSessionTypeImpl.removeStoreProtocol()
Removes the
store-protocol element |
MailSessionType<T> |
MailSessionTypeImpl.removeStoreProtocolClass()
Removes the
store-protocol-class element |
MailSessionType<T> |
MailSessionTypeImpl.removeTransportProtocol()
Removes the
transport-protocol element |
MailSessionType<T> |
MailSessionTypeImpl.removeTransportProtocolClass()
Removes the
transport-protocol-class element |
MailSessionType<T> |
MailSessionTypeImpl.removeUser()
Removes the
user element |
MailSessionType<T> |
MailSessionTypeImpl.storeProtocol(String storeProtocol)
Sets the
store-protocol element |
MailSessionType<T> |
MailSessionTypeImpl.storeProtocolClass(String storeProtocolClass)
Sets the
store-protocol-class element |
MailSessionType<T> |
MailSessionTypeImpl.transportProtocol(String transportProtocol)
Sets the
transport-protocol element |
MailSessionType<T> |
MailSessionTypeImpl.transportProtocolClass(String transportProtocolClass)
Sets the
transport-protocol-class element |
MailSessionType<T> |
MailSessionTypeImpl.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<MailSessionType<T>> |
MailSessionTypeImpl.createProperty()
Creates a new
property element |
List<PropertyType<MailSessionType<T>>> |
MailSessionTypeImpl.getAllProperty()
Returns all
property elements |
PropertyType<MailSessionType<T>> |
MailSessionTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.