element setProperty

element {http://java.sun.com/JSP/Page}setProperty

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://java.sun.com/JSP/Page
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:jsp=http://java.sun.com/JSP/Page
xmlns=http://java.sun.com/JSP/Page


Source

<xsd:element name="setProperty">
    <
xsd:annotation>
        <
xsd:documentation>
setProperty changes the value of an object property.

Constraint: The object named by the name must have been
"introduced" to the JSP processor using either the
jsp:useBean action or a custom action with an associated
VariableInfo entry for this name.

Exact valid combinations are not expressable in XML Schema.
They are:

name="Identifier" property="*"
name="Identifier" property="Identfiier" param="string"
name="Identifier" property="Identifier" value="string"
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType>
        <
xsd:attribute ref="jsp:id"/>
        <
xsd:attribute name="name" use="required" type="Identifier"/>
        <
xsd:attribute name="property" use="required" type="SetProp"/>
        <
xsd:attribute name="param" type="xsd:string"/>
        <
xsd:attribute name="value" type="xsd:string"/>
    </
xsd:complexType>
</
xsd:element>


Documentation

setProperty changes the value of an object property.
Constraint: The object named by the name must have been
"introduced" to the JSP processor using either the
jsp:useBean action or a custom action with an associated
VariableInfo entry for this name.
Exact valid combinations are not expressable in XML Schema.
They are:
name="Identifier" property="*"
name="Identifier" property="Identfiier" param="string"
name="Identifier" property="Identifier" value="string"


element setProperty


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.