org.tolven.trim
Class BindTo

java.lang.Object
  extended by org.tolven.trim.BindTo
All Implemented Interfaces:
java.io.Serializable

public class BindTo
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

BindTo

public BindTo()
Method Detail

getId

public IISlot getId()
Gets the value of the id property.

Returns:
possible object is IISlot

setId

public void setId(IISlot value)
Sets the value of the id property.

Parameters:
value - allowed object is IISlot

getList

public ListBind getList()
Gets the value of the list property.

Returns:
possible object is ListBind

setList

public void setList(ListBind value)
Sets the value of the list property.

Parameters:
value - allowed object is ListBind

getPlaceholder

public PlaceholderBind getPlaceholder()
Gets the value of the placeholder property.

Returns:
possible object is PlaceholderBind

setPlaceholder

public void setPlaceholder(PlaceholderBind value)
Sets the value of the placeholder property.

Parameters:
value - allowed object is PlaceholderBind

getValueSet

public java.lang.String getValueSet()
Gets the value of the valueSet property.

Returns:
possible object is String

setValueSet

public void setValueSet(java.lang.String value)
Sets the value of the valueSet property.

Parameters:
value - allowed object is String

getInclude

public java.lang.String getInclude()
Gets the value of the include property.

Returns:
possible object is String

setInclude

public void setInclude(java.lang.String value)
Sets the value of the include property.

Parameters:
value - allowed object is String

getApplication

public java.lang.String getApplication()
Gets the value of the application property.

Returns:
possible object is String

setApplication

public void setApplication(java.lang.String value)
Sets the value of the application property.

Parameters:
value - allowed object is String

getPhase

public BindPhase getPhase()
Gets the value of the phase property.

Returns:
possible object is BindPhase

setPhase

public void setPhase(BindPhase value)
Sets the value of the phase property.

Parameters:
value - allowed object is BindPhase