|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextMapping
Java content class for ContextMapping 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/context-mappings_2.0.xsd line 20)
<complexType name="ContextMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mapping" type="{}Mapping"/>
</sequence>
<attribute name="connector" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getConnector()
Gets the value of the connector property. |
java.lang.String |
getContext()
Gets the value of the context property. |
Mapping |
getMapping()
Gets the value of the mapping property. |
void |
setConnector(java.lang.String value)
Sets the value of the connector property. |
void |
setContext(java.lang.String value)
Sets the value of the context property. |
void |
setMapping(Mapping value)
Sets the value of the mapping property. |
| Method Detail |
|---|
java.lang.String getContext()
Stringvoid setContext(java.lang.String value)
value - allowed object is
StringMapping getMapping()
Mappingvoid setMapping(Mapping value)
value - allowed object is
Mappingjava.lang.String getConnector()
Stringvoid setConnector(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||