|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.util.List getResourceRef()
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
java.lang.String getDisplayName()
Stringvoid setDisplayName(java.lang.String value)
value - allowed object is
Stringjava.util.List getJipletMapping()
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
java.util.List getJiplet()
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
JipletContextMappings getContextMappings()
JipletContextMappingsvoid setContextMappings(JipletContextMappings value)
value - allowed object is
JipletContextMappingsjava.util.List getEjbLocalRef()
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
java.util.List getResourceEnvRef()
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
java.util.List getSecurityConstraint()
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
java.util.List getEjbRef()
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
java.util.List getEnvEntry()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||