Package org.apache.openejb.jee.wls
Class Empty
- java.lang.Object
-
- org.apache.openejb.jee.wls.Empty
-
public class Empty extends Object
This type is used to designate an empty element when used.Java class for empty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="empty"> <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
-
-