Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.MailSessionType
-
Packages that use MailSessionType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of MailSessionType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return MailSessionType Modifier and Type Method Description MailSessionType<T>MailSessionType. description(String description)Sets thedescriptionelementMailSessionType<T>MailSessionType. from(String from)Sets thefromelementMailSessionType<T>MailSessionType. host(String host)Sets thehostelementMailSessionType<T>MailSessionType. id(String id)Sets theidattributeMailSessionType<T>MailSessionType. name(String name)Sets thenameelementMailSessionType<T>MailSessionType. password(String password)Sets thepasswordelementMailSessionType<T>MailSessionType. removeAllProperty()Removes allpropertyelementsMailSessionType<T>MailSessionType. removeDescription()Removes thedescriptionelementMailSessionType<T>MailSessionType. removeFrom()Removes thefromelementMailSessionType<T>MailSessionType. removeHost()Removes thehostelementMailSessionType<T>MailSessionType. removeId()Removes theidattributeMailSessionType<T>MailSessionType. removeName()Removes thenameelementMailSessionType<T>MailSessionType. removePassword()Removes thepasswordelementMailSessionType<T>MailSessionType. removeStoreProtocol()Removes thestore-protocolelementMailSessionType<T>MailSessionType. removeStoreProtocolClass()Removes thestore-protocol-classelementMailSessionType<T>MailSessionType. removeTransportProtocol()Removes thetransport-protocolelementMailSessionType<T>MailSessionType. removeTransportProtocolClass()Removes thetransport-protocol-classelementMailSessionType<T>MailSessionType. removeUser()Removes theuserelementMailSessionType<T>MailSessionType. storeProtocol(String storeProtocol)Sets thestore-protocolelementMailSessionType<T>MailSessionType. storeProtocolClass(String storeProtocolClass)Sets thestore-protocol-classelementMailSessionType<T>MailSessionType. transportProtocol(String transportProtocol)Sets thetransport-protocolelementMailSessionType<T>MailSessionType. transportProtocolClass(String transportProtocolClass)Sets thetransport-protocol-classelementMailSessionType<T>MailSessionType. user(String user)Sets theuserelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type MailSessionType Modifier and Type Method Description PropertyType<MailSessionType<T>>MailSessionType. createProperty()Creates a newpropertyelementList<PropertyType<MailSessionType<T>>>MailSessionType. getAllProperty()Returns allpropertyelementsPropertyType<MailSessionType<T>>MailSessionType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned. -
Uses of MailSessionType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement MailSessionType Modifier and Type Class Description classMailSessionTypeImpl<T>This class implements themail-sessionTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return MailSessionType Modifier and Type Method Description MailSessionType<T>MailSessionTypeImpl. description(String description)Sets thedescriptionelementMailSessionType<T>MailSessionTypeImpl. from(String from)Sets thefromelementMailSessionType<T>MailSessionTypeImpl. host(String host)Sets thehostelementMailSessionType<T>MailSessionTypeImpl. id(String id)Sets theidattributeMailSessionType<T>MailSessionTypeImpl. name(String name)Sets thenameelementMailSessionType<T>MailSessionTypeImpl. password(String password)Sets thepasswordelementMailSessionType<T>MailSessionTypeImpl. removeAllProperty()Removes allpropertyelementsMailSessionType<T>MailSessionTypeImpl. removeDescription()Removes thedescriptionelementMailSessionType<T>MailSessionTypeImpl. removeFrom()Removes thefromelementMailSessionType<T>MailSessionTypeImpl. removeHost()Removes thehostelementMailSessionType<T>MailSessionTypeImpl. removeId()Removes theidattributeMailSessionType<T>MailSessionTypeImpl. removeName()Removes thenameelementMailSessionType<T>MailSessionTypeImpl. removePassword()Removes thepasswordelementMailSessionType<T>MailSessionTypeImpl. removeStoreProtocol()Removes thestore-protocolelementMailSessionType<T>MailSessionTypeImpl. removeStoreProtocolClass()Removes thestore-protocol-classelementMailSessionType<T>MailSessionTypeImpl. removeTransportProtocol()Removes thetransport-protocolelementMailSessionType<T>MailSessionTypeImpl. removeTransportProtocolClass()Removes thetransport-protocol-classelementMailSessionType<T>MailSessionTypeImpl. removeUser()Removes theuserelementMailSessionType<T>MailSessionTypeImpl. storeProtocol(String storeProtocol)Sets thestore-protocolelementMailSessionType<T>MailSessionTypeImpl. storeProtocolClass(String storeProtocolClass)Sets thestore-protocol-classelementMailSessionType<T>MailSessionTypeImpl. transportProtocol(String transportProtocol)Sets thetransport-protocolelementMailSessionType<T>MailSessionTypeImpl. transportProtocolClass(String transportProtocolClass)Sets thetransport-protocol-classelementMailSessionType<T>MailSessionTypeImpl. user(String user)Sets theuserelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type MailSessionType Modifier and Type Method Description PropertyType<MailSessionType<T>>MailSessionTypeImpl. createProperty()Creates a newpropertyelementList<PropertyType<MailSessionType<T>>>MailSessionTypeImpl. getAllProperty()Returns allpropertyelementsPropertyType<MailSessionType<T>>MailSessionTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.
-