Package org.apache.openejb.jee
Class Empty
- java.lang.Object
-
- org.apache.openejb.jee.Empty
-
public class Empty extends Object
javaee6.xsdJava class for emptyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="emptyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected String id
-
-