Package org.apache.openejb.jee
Class Property
- java.lang.Object
-
- org.apache.openejb.jee.Property
-
public class Property extends Object
connector_1_6.xsdJava class for propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/> <element name="value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>