org.apache.openejb.jee
Class Property
java.lang.Object
org.apache.openejb.jee.Property
public class Property
- extends Object
connector_1_6.xsd
Java 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected String value
id
protected String id
Property
public Property()
Property
public Property(String name,
String value)
getName
public String getName()
setName
public void setName(String value)
getValue
public String getValue()
setValue
public void setValue(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.