Class ClassMapping.
addIdentity
public void addIdentity(int index,
java.lang.String vIdentity)
throws java.lang.IndexOutOfBoundsException
addIdentity
public void addIdentity(java.lang.String vIdentity)
throws java.lang.IndexOutOfBoundsException
addNamedQuery
public void addNamedQuery(int index,
NamedQuery vNamedQuery)
throws java.lang.IndexOutOfBoundsException
addNamedQuery
public void addNamedQuery(NamedQuery vNamedQuery)
throws java.lang.IndexOutOfBoundsException
deleteAutoComplete
public void deleteAutoComplete()
deleteVerifyConstructable
public void deleteVerifyConstructable()
enumerateIdentity
public java.util.Enumeration enumerateIdentity()
Method enumerateIdentity.
- an Enumeration over all possible elements of this
collection
enumerateNamedQuery
public java.util.Enumeration enumerateNamedQuery()
Method enumerateNamedQuery.
- an Enumeration over all possible elements of this
collection
getAccess
public ClassMappingAccessType getAccess()
Returns the value of field 'access'.
- the value of field 'Access'.
getAutoComplete
public boolean getAutoComplete()
Returns the value of field 'autoComplete'.
- the value of field 'AutoComplete'.
getCacheTypeMapping
public CacheTypeMapping getCacheTypeMapping()
Returns the value of field 'cacheTypeMapping'.
- the value of field 'CacheTypeMapping'.
getClassChoice
public ClassChoice getClassChoice()
Returns the value of field 'classChoice'.
- the value of field 'ClassChoice'.
getDepends
public java.lang.Object getDepends()
Returns the value of field 'depends'.
- the value of field 'Depends'.
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'.
- the value of field 'Description'.
getExtends
public java.lang.Object getExtends()
Returns the value of field 'extends'.
- the value of field 'Extends'.
getIdentity
public java.lang.String[] getIdentity()
Method getIdentity.Returns the contents of the collection in
an Array.
Note: Just in case the collection contents
are changing in another thread, we pass a 0-length Array of
the correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getIdentity
public java.lang.String getIdentity(int index)
throws java.lang.IndexOutOfBoundsException
Method getIdentity.
- the value of the java.lang.String at the given index
getIdentityCount
public int getIdentityCount()
Method getIdentityCount.
- the size of this collection
getKeyGenerator
public java.lang.String getKeyGenerator()
Returns the value of field 'keyGenerator'.
- the value of field 'KeyGenerator'.
getMapTo
public MapTo getMapTo()
Returns the value of field 'mapTo'.
- the value of field 'MapTo'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
- the value of field 'Name'.
getNamedQuery
public NamedQuery[] getNamedQuery()
Method getNamedQuery.Returns the contents of the collection
in an Array.
Note: Just in case the collection contents
are changing in another thread, we pass a 0-length Array of
the correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getNamedQuery
public NamedQuery getNamedQuery(int index)
throws java.lang.IndexOutOfBoundsException
Method getNamedQuery.
- the value of the
org.exolab.castor.mapping.xml.NamedQuery at the given index
getNamedQueryCount
public int getNamedQueryCount()
Method getNamedQueryCount.
- the size of this collection
getVerifyConstructable
public boolean getVerifyConstructable()
Returns the value of field 'verifyConstructable'.
- the value of field 'VerifyConstructable'.
hasAutoComplete
public boolean hasAutoComplete()
Method hasAutoComplete.
- true if at least one AutoComplete has been added
hasVerifyConstructable
public boolean hasVerifyConstructable()
Method hasVerifyConstructable.
- true if at least one VerifyConstructable has been
added
isAutoComplete
public boolean isAutoComplete()
Returns the value of field 'autoComplete'.
- the value of field 'AutoComplete'.
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
isVerifyConstructable
public boolean isVerifyConstructable()
Returns the value of field 'verifyConstructable'.
- the value of field 'VerifyConstructable'.
iterateIdentity
public java.util.Iterator iterateIdentity()
Method iterateIdentity.
- an Iterator over all possible elements in this
collection
iterateNamedQuery
public java.util.Iterator iterateNamedQuery()
Method iterateNamedQuery.
- an Iterator over all possible elements in this
collection
removeAllIdentity
public void removeAllIdentity()
removeAllNamedQuery
public void removeAllNamedQuery()
removeIdentity
public boolean removeIdentity(java.lang.String vIdentity)
Method removeIdentity.
- true if the object was removed from the collection.
removeIdentityAt
public java.lang.String removeIdentityAt(int index)
Method removeIdentityAt.
- the element removed from the collection
removeNamedQuery
public boolean removeNamedQuery(NamedQuery vNamedQuery)
Method removeNamedQuery.
- true if the object was removed from the collection.
removeNamedQueryAt
public NamedQuery removeNamedQueryAt(int index)
Method removeNamedQueryAt.
- the element removed from the collection
setAccess
public void setAccess(ClassMappingAccessType access)
Sets the value of field 'access'.
access
- the value of field 'access'.
setAutoComplete
public void setAutoComplete(boolean autoComplete)
Sets the value of field 'autoComplete'.
autoComplete
- the value of field 'autoComplete'.
setCacheTypeMapping
public void setCacheTypeMapping(CacheTypeMapping cacheTypeMapping)
Sets the value of field 'cacheTypeMapping'.
cacheTypeMapping
- the value of field 'cacheTypeMapping'
setClassChoice
public void setClassChoice(ClassChoice classChoice)
Sets the value of field 'classChoice'.
classChoice
- the value of field 'classChoice'.
setDepends
public void setDepends(java.lang.Object depends)
Sets the value of field 'depends'.
depends
- the value of field 'depends'.
setDescription
public void setDescription(java.lang.String description)
Sets the value of field 'description'.
description
- the value of field 'description'.
setExtends
public void setExtends(java.lang.Object _extends)
Sets the value of field 'extends'.
setIdentity
public void setIdentity(int index,
java.lang.String vIdentity)
throws java.lang.IndexOutOfBoundsException
setIdentity
public void setIdentity(java.lang.String[] vIdentityArray)
setKeyGenerator
public void setKeyGenerator(java.lang.String keyGenerator)
Sets the value of field 'keyGenerator'.
keyGenerator
- the value of field 'keyGenerator'.
setMapTo
public void setMapTo(MapTo mapTo)
Sets the value of field 'mapTo'.
mapTo
- the value of field 'mapTo'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setNamedQuery
public void setNamedQuery(int index,
NamedQuery vNamedQuery)
throws java.lang.IndexOutOfBoundsException
setNamedQuery
public void setNamedQuery(NamedQuery[] vNamedQueryArray)
setVerifyConstructable
public void setVerifyConstructable(boolean verifyConstructable)
Sets the value of field 'verifyConstructable'.
verifyConstructable
- the value of field
'verifyConstructable'.