|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Interface
public class Interface
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}datastore-identity" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}primary-key" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}inheritance" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}version" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}join" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}foreign-key" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}index" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}unique" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}property" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}query" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}fetch-group" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://java.sun.com/xml/ns/jdo/jdo}attlist.interface"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
catalog
|
protected DatastoreIdentity |
datastoreIdentity
|
protected java.lang.String |
detachable
|
protected java.lang.String |
embeddedOnly
|
protected java.util.List<Extension> |
extensions
|
protected java.util.List<FetchGroup> |
fetchGroups
|
protected java.util.List<ForeignKey> |
foreignKeies
|
protected java.lang.String |
identityType
|
protected java.util.List<Index> |
indices
|
protected Inheritance |
inheritance
|
protected java.util.List<Join> |
joins
|
protected java.lang.String |
name
|
protected java.lang.String |
objectidClass
|
protected PrimaryKey |
primaryKey
|
protected java.util.List<Property> |
properties
|
protected java.util.List<Query> |
queries
|
protected java.lang.String |
requiresExtent
|
protected java.lang.String |
schema
|
protected java.lang.String |
table
|
protected java.util.List<Unique> |
uniques
|
protected Version |
version
|
| Constructor Summary | |
|---|---|
Interface()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCatalog()
Gets the value of the catalog property. |
DatastoreIdentity |
getDatastoreIdentity()
Gets the value of the datastoreIdentity property. |
java.lang.String |
getDetachable()
Gets the value of the detachable property. |
java.lang.String |
getEmbeddedOnly()
Gets the value of the embeddedOnly property. |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property. |
java.util.List<FetchGroup> |
getFetchGroups()
Gets the value of the fetchGroups property. |
java.util.List<ForeignKey> |
getForeignKeies()
Gets the value of the foreignKeies property. |
java.lang.String |
getIdentityType()
Gets the value of the identityType property. |
java.util.List<Index> |
getIndices()
Gets the value of the indices property. |
Inheritance |
getInheritance()
Gets the value of the inheritance property. |
java.util.List<Join> |
getJoins()
Gets the value of the joins property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getObjectidClass()
Gets the value of the objectidClass property. |
PrimaryKey |
getPrimaryKey()
Gets the value of the primaryKey property. |
java.util.List<Property> |
getProperties()
Gets the value of the properties property. |
java.util.List<Query> |
getQueries()
Gets the value of the queries property. |
java.lang.String |
getRequiresExtent()
Gets the value of the requiresExtent property. |
java.lang.String |
getSchema()
Gets the value of the schema property. |
java.lang.String |
getTable()
Gets the value of the table property. |
java.util.List<Unique> |
getUniques()
Gets the value of the uniques property. |
Version |
getVersion()
Gets the value of the version property. |
void |
setCatalog(java.lang.String value)
Sets the value of the catalog property. |
void |
setDatastoreIdentity(DatastoreIdentity value)
Sets the value of the datastoreIdentity property. |
void |
setDetachable(java.lang.String value)
Sets the value of the detachable property. |
void |
setEmbeddedOnly(java.lang.String value)
Sets the value of the embeddedOnly property. |
void |
setIdentityType(java.lang.String value)
Sets the value of the identityType property. |
void |
setInheritance(Inheritance value)
Sets the value of the inheritance property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setObjectidClass(java.lang.String value)
Sets the value of the objectidClass property. |
void |
setPrimaryKey(PrimaryKey value)
Sets the value of the primaryKey property. |
void |
setRequiresExtent(java.lang.String value)
Sets the value of the requiresExtent property. |
void |
setSchema(java.lang.String value)
Sets the value of the schema property. |
void |
setTable(java.lang.String value)
Sets the value of the table property. |
void |
setVersion(Version value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DatastoreIdentity datastoreIdentity
protected PrimaryKey primaryKey
protected Inheritance inheritance
protected Version version
protected java.util.List<Join> joins
protected java.util.List<ForeignKey> foreignKeies
protected java.util.List<Index> indices
protected java.util.List<Unique> uniques
protected java.util.List<Property> properties
protected java.util.List<Query> queries
protected java.util.List<FetchGroup> fetchGroups
protected java.util.List<Extension> extensions
protected java.lang.String name
protected java.lang.String table
protected java.lang.String identityType
protected java.lang.String objectidClass
protected java.lang.String requiresExtent
protected java.lang.String detachable
protected java.lang.String embeddedOnly
protected java.lang.String catalog
protected java.lang.String schema
| Constructor Detail |
|---|
public Interface()
| Method Detail |
|---|
public DatastoreIdentity getDatastoreIdentity()
DatastoreIdentitypublic void setDatastoreIdentity(DatastoreIdentity value)
value - allowed object is
DatastoreIdentitypublic PrimaryKey getPrimaryKey()
PrimaryKeypublic void setPrimaryKey(PrimaryKey value)
value - allowed object is
PrimaryKeypublic Inheritance getInheritance()
Inheritancepublic void setInheritance(Inheritance value)
value - allowed object is
Inheritancepublic Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic java.util.List<Join> getJoins()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the joins property.
For example, to add a new item, do as follows:
getJoins().add(newItem);
Objects of the following type(s) are allowed in the list
Join
public java.util.List<ForeignKey> getForeignKeies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the foreignKeies property.
For example, to add a new item, do as follows:
getForeignKeies().add(newItem);
Objects of the following type(s) are allowed in the list
ForeignKey
public java.util.List<Index> getIndices()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the indices property.
For example, to add a new item, do as follows:
getIndices().add(newItem);
Objects of the following type(s) are allowed in the list
Index
public java.util.List<Unique> getUniques()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the uniques property.
For example, to add a new item, do as follows:
getUniques().add(newItem);
Objects of the following type(s) are allowed in the list
Unique
public java.util.List<Property> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public java.util.List<Query> getQueries()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the queries property.
For example, to add a new item, do as follows:
getQueries().add(newItem);
Objects of the following type(s) are allowed in the list
Query
public java.util.List<FetchGroup> getFetchGroups()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fetchGroups property.
For example, to add a new item, do as follows:
getFetchGroups().add(newItem);
Objects of the following type(s) are allowed in the list
FetchGroup
public java.util.List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTable()
Stringpublic void setTable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentityType()
Stringpublic void setIdentityType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObjectidClass()
Stringpublic void setObjectidClass(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequiresExtent()
Stringpublic void setRequiresExtent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDetachable()
Stringpublic void setDetachable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmbeddedOnly()
Stringpublic void setEmbeddedOnly(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCatalog()
Stringpublic void setCatalog(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchema()
Stringpublic void setSchema(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||