org.cafesip.jiplet.config.jip
Interface JipApplication

All Known Subinterfaces:
JipApp

public interface JipApplication

Java content class for JipApplication complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/jip_2.0.xsd line 13)

 <complexType name="JipApplication">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="context-mappings" type="{}JipletContextMappings" minOccurs="0"/>
         <element name="jiplet" type="{}JipletConfig" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jiplet-mapping" type="{}JipletMapping" maxOccurs="unbounded"/>
         <element name="resource-ref" type="{}ResourceRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource-env-ref" type="{}ResourceEnvRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="env-entry" type="{}EnvEntry" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ejb-ref" type="{}EJBRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ejb-local-ref" type="{}EJBLocalRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="security-constraint" type="{}SecurityConstraint" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 JipletContextMappings getContextMappings()
          Gets the value of the contextMappings property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.util.List getEjbLocalRef()
          Gets the value of the EjbLocalRef property.
 java.util.List getEjbRef()
          Gets the value of the EjbRef property.
 java.util.List getEnvEntry()
          Gets the value of the EnvEntry property.
 java.util.List getJiplet()
          Gets the value of the Jiplet property.
 java.util.List getJipletMapping()
          Gets the value of the JipletMapping property.
 java.util.List getResourceEnvRef()
          Gets the value of the ResourceEnvRef property.
 java.util.List getResourceRef()
          Gets the value of the ResourceRef property.
 java.util.List getSecurityConstraint()
          Gets the value of the SecurityConstraint property.
 void setContextMappings(JipletContextMappings value)
          Sets the value of the contextMappings property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 

Method Detail

getResourceRef

java.util.List getResourceRef()
Gets the value of the ResourceRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ResourceRef property.

For example, to add a new item, do as follows:

    getResourceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceRef


getDisplayName

java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getJipletMapping

java.util.List getJipletMapping()
Gets the value of the JipletMapping property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the JipletMapping property.

For example, to add a new item, do as follows:

    getJipletMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list JipletMapping


getJiplet

java.util.List getJiplet()
Gets the value of the Jiplet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Jiplet property.

For example, to add a new item, do as follows:

    getJiplet().add(newItem);
 

Objects of the following type(s) are allowed in the list JipletConfig


getContextMappings

JipletContextMappings getContextMappings()
Gets the value of the contextMappings property.

Returns:
possible object is JipletContextMappings

setContextMappings

void setContextMappings(JipletContextMappings value)
Sets the value of the contextMappings property.

Parameters:
value - allowed object is JipletContextMappings

getEjbLocalRef

java.util.List getEjbLocalRef()
Gets the value of the EjbLocalRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the EjbLocalRef property.

For example, to add a new item, do as follows:

    getEjbLocalRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EJBLocalRef


getResourceEnvRef

java.util.List getResourceEnvRef()
Gets the value of the ResourceEnvRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ResourceEnvRef property.

For example, to add a new item, do as follows:

    getResourceEnvRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceEnvRef


getSecurityConstraint

java.util.List getSecurityConstraint()
Gets the value of the SecurityConstraint property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the SecurityConstraint property.

For example, to add a new item, do as follows:

    getSecurityConstraint().add(newItem);
 

Objects of the following type(s) are allowed in the list SecurityConstraint


getEjbRef

java.util.List getEjbRef()
Gets the value of the EjbRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the EjbRef property.

For example, to add a new item, do as follows:

    getEjbRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EJBRef


getEnvEntry

java.util.List getEnvEntry()
Gets the value of the EnvEntry property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the EnvEntry property.

For example, to add a new item, do as follows:

    getEnvEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list EnvEntry



http://www.cafesip.org