Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.MailSessionType
Packages that use MailSessionType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
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 MailSessionTypeModifier and TypeMethodDescriptionMailSessionType.description(String description) Sets thedescriptionelementSets thefromelementSets thehostelementSets theidattributeSets thenameelementSets thepasswordelementMailSessionType.removeAllProperty()Removes allpropertyelementsMailSessionType.removeDescription()Removes thedescriptionelementMailSessionType.removeFrom()Removes thefromelementMailSessionType.removeHost()Removes thehostelementMailSessionType.removeId()Removes theidattributeMailSessionType.removeName()Removes thenameelementMailSessionType.removePassword()Removes thepasswordelementMailSessionType.removeStoreProtocol()Removes thestore-protocolelementMailSessionType.removeStoreProtocolClass()Removes thestore-protocol-classelementMailSessionType.removeTransportProtocol()Removes thetransport-protocolelementMailSessionType.removeTransportProtocolClass()Removes thetransport-protocol-classelementMailSessionType.removeUser()Removes theuserelementMailSessionType.storeProtocol(String storeProtocol) Sets thestore-protocolelementMailSessionType.storeProtocolClass(String storeProtocolClass) Sets thestore-protocol-classelementMailSessionType.transportProtocol(String transportProtocol) Sets thetransport-protocolelementMailSessionType.transportProtocolClass(String transportProtocolClass) Sets thetransport-protocol-classelementSets theuserelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type MailSessionTypeModifier and TypeMethodDescriptionMailSessionType.createProperty()Creates a newpropertyelementMailSessionType.getAllProperty()Returns allpropertyelementsMailSessionType.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 MailSessionTypeModifier and TypeClassDescriptionclassThis class implements themail-sessionTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return MailSessionTypeModifier and TypeMethodDescriptionMailSessionTypeImpl.description(String description) Sets thedescriptionelementSets thefromelementSets thehostelementSets theidattributeSets thenameelementSets thepasswordelementMailSessionTypeImpl.removeAllProperty()Removes allpropertyelementsMailSessionTypeImpl.removeDescription()Removes thedescriptionelementMailSessionTypeImpl.removeFrom()Removes thefromelementMailSessionTypeImpl.removeHost()Removes thehostelementMailSessionTypeImpl.removeId()Removes theidattributeMailSessionTypeImpl.removeName()Removes thenameelementMailSessionTypeImpl.removePassword()Removes thepasswordelementMailSessionTypeImpl.removeStoreProtocol()Removes thestore-protocolelementMailSessionTypeImpl.removeStoreProtocolClass()Removes thestore-protocol-classelementMailSessionTypeImpl.removeTransportProtocol()Removes thetransport-protocolelementMailSessionTypeImpl.removeTransportProtocolClass()Removes thetransport-protocol-classelementMailSessionTypeImpl.removeUser()Removes theuserelementMailSessionTypeImpl.storeProtocol(String storeProtocol) Sets thestore-protocolelementMailSessionTypeImpl.storeProtocolClass(String storeProtocolClass) Sets thestore-protocol-classelementMailSessionTypeImpl.transportProtocol(String transportProtocol) Sets thetransport-protocolelementMailSessionTypeImpl.transportProtocolClass(String transportProtocolClass) Sets thetransport-protocol-classelementSets theuserelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type MailSessionTypeModifier and TypeMethodDescriptionMailSessionTypeImpl.createProperty()Creates a newpropertyelementMailSessionTypeImpl.getAllProperty()Returns allpropertyelementsMailSessionTypeImpl.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.