public class LockFeatureType extends Object implements Serializable
| Constructor and Description |
|---|
LockFeatureType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLock(int index,
Lock vLock)
Method addLock
|
void |
addLock(Lock vLock)
Method addLock
|
void |
clearLock()
Method clearLock
|
void |
deleteExpiry()
Method deleteExpiry
|
Enumeration |
enumerateLock()
Method enumerateLock
|
int |
getExpiry()
Returns the value of field 'expiry'.
|
Lock[] |
getLock()
Method getLock
|
Lock |
getLock(int index)
Method getLock
|
AllSomeType |
getLockAction()
Returns the value of field 'lockAction'.
|
int |
getLockCount()
Method getLockCount
|
String |
getService()
Returns the value of field 'service'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
hasExpiry()
Method hasExpiry
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeLock(Lock vLock)
Method removeLock
|
void |
setExpiry(int expiry)
Sets the value of field 'expiry'.
|
void |
setLock(int index,
Lock vLock)
Method setLock
|
void |
setLock(Lock[] lockArray)
Method setLock
|
void |
setLockAction(AllSomeType lockAction)
Sets the value of field 'lockAction'.
|
void |
setService(String service)
Sets the value of field 'service'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static LockFeatureType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addLock(Lock vLock) throws IndexOutOfBoundsException
vLock - IndexOutOfBoundsExceptionpublic void addLock(int index,
Lock vLock)
throws IndexOutOfBoundsException
index - vLock - IndexOutOfBoundsExceptionpublic void clearLock()
public void deleteExpiry()
public Enumeration enumerateLock()
public int getExpiry()
public Lock getLock(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Lock[] getLock()
public AllSomeType getLockAction()
public int getLockCount()
public String getService()
public String getVersion()
public boolean hasExpiry()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeLock(Lock vLock)
vLock - public void setExpiry(int expiry)
expiry - the value of field 'expiry'.public void setLock(int index,
Lock vLock)
throws IndexOutOfBoundsException
index - vLock - IndexOutOfBoundsExceptionpublic void setLock(Lock[] lockArray)
lockArray - public void setLockAction(AllSomeType lockAction)
lockAction - the value of field 'lockAction'.public void setService(String service)
service - the value of field 'service'.public void setVersion(String version)
version - the value of field 'version'.public static LockFeatureType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.