Package org.apache.openejb.jee.wls
Class UnknownPrimaryKeyField
- java.lang.Object
-
- org.apache.openejb.jee.wls.UnknownPrimaryKeyField
-
public class UnknownPrimaryKeyField extends Object
Java class for unknown-primary-key-field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unknown-primary-key-field"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cmp-field" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UnknownPrimaryKeyField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmpField()Gets the value of the cmpField property.StringgetId()Gets the value of the id property.voidsetCmpField(String value)Sets the value of the cmpField property.voidsetId(String value)Sets the value of the id property.
-