|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.trim.BindTo
public class BindTo
bindTo contains a list of conditional binding requests. Three types of binding requests: If an include element is used, it specifies the name of another trim to be instantiated anew.
Java class for BindTo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BindTo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valueSet" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="placeholder" type="{urn:tolven-org:trim:4.0}PlaceholderBind"/>
<element name="list" type="{urn:tolven-org:trim:4.0}ListBind"/>
<element name="id" type="{urn:tolven-org:trim:4.0}IISlot"/>
</choice>
</sequence>
<attribute name="application" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phase" type="{urn:tolven-org:trim:4.0}BindPhase" default="create" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BindTo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Gets the value of the application property. |
IISlot |
getId()
Gets the value of the id property. |
java.lang.String |
getInclude()
Gets the value of the include property. |
ListBind |
getList()
Gets the value of the list property. |
BindPhase |
getPhase()
Gets the value of the phase property. |
PlaceholderBind |
getPlaceholder()
Gets the value of the placeholder property. |
java.lang.String |
getValueSet()
Gets the value of the valueSet property. |
void |
setApplication(java.lang.String value)
Sets the value of the application property. |
void |
setId(IISlot value)
Sets the value of the id property. |
void |
setInclude(java.lang.String value)
Sets the value of the include property. |
void |
setList(ListBind value)
Sets the value of the list property. |
void |
setPhase(BindPhase value)
Sets the value of the phase property. |
void |
setPlaceholder(PlaceholderBind value)
Sets the value of the placeholder property. |
void |
setValueSet(java.lang.String value)
Sets the value of the valueSet property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindTo()
| Method Detail |
|---|
public IISlot getId()
IISlotpublic void setId(IISlot value)
value - allowed object is
IISlotpublic ListBind getList()
ListBindpublic void setList(ListBind value)
value - allowed object is
ListBindpublic PlaceholderBind getPlaceholder()
PlaceholderBindpublic void setPlaceholder(PlaceholderBind value)
value - allowed object is
PlaceholderBindpublic java.lang.String getValueSet()
Stringpublic void setValueSet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInclude()
Stringpublic void setInclude(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApplication()
Stringpublic void setApplication(java.lang.String value)
value - allowed object is
Stringpublic BindPhase getPhase()
BindPhasepublic void setPhase(BindPhase value)
value - allowed object is
BindPhase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||