public class AutoAcknowledge extends Object implements Serializable
Constructor and Description |
---|
AutoAcknowledge() |
Modifier and Type | Method and Description |
---|---|
void |
addMatch(int index,
String vMatch) |
void |
addMatch(String vMatch) |
void |
deleteNotify() |
Enumeration<String> |
enumerateMatch()
Method enumerateMatch.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getAcknowledge()
Returns the value of field 'acknowledge'.
|
String[] |
getMatch()
Method getMatch.Returns the contents of the collection in an Array.
|
String |
getMatch(int index)
Method getMatch.
|
List<String> |
getMatchCollection()
Method getMatchCollection.Returns a reference to 'matchList'.
|
int |
getMatchCount()
Method getMatchCount.
|
Boolean |
getNotify()
Returns the value of field 'notify'.
|
String |
getResolutionPrefix()
Returns the value of field 'resolutionPrefix'.
|
String |
getUei()
Returns the value of field 'uei'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasNotify()
Method hasNotify.
|
Boolean |
isNotify()
Returns the value of field 'notify'.
|
Iterator<String> |
iterateMatch()
Method iterateMatch.
|
void |
removeAllMatch() |
boolean |
removeMatch(String vMatch)
Method removeMatch.
|
String |
removeMatchAt(int index)
Method removeMatchAt.
|
void |
setAcknowledge(String acknowledge)
Sets the value of field 'acknowledge'.
|
void |
setMatch(int index,
String vMatch) |
void |
setMatch(List<String> vMatchList)
Sets the value of 'matchList' by copying the given Vector.
|
void |
setMatch(String[] vMatchArray) |
void |
setMatchCollection(List<String> matchList)
Deprecated.
|
void |
setNotify(Boolean notify)
Sets the value of field 'notify'.
|
void |
setResolutionPrefix(String resolutionPrefix)
Sets the value of field 'resolutionPrefix'.
|
void |
setUei(String uei)
Sets the value of field 'uei'.
|
public void addMatch(String vMatch) throws IndexOutOfBoundsException
vMatch
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addMatch(int index, String vMatch) throws IndexOutOfBoundsException
index
- vMatch
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteNotify()
public Enumeration<String> enumerateMatch()
public boolean equals(Object obj)
public String getAcknowledge()
public String getMatch(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic String[] getMatch()
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.
public List<String> getMatchCollection()
public int getMatchCount()
public Boolean getNotify()
public String getResolutionPrefix()
public String getUei()
public boolean hasNotify()
public int hashCode()
public Boolean isNotify()
public Iterator<String> iterateMatch()
public void removeAllMatch()
public boolean removeMatch(String vMatch)
vMatch
- public String removeMatchAt(int index)
index
- public void setAcknowledge(String acknowledge)
acknowledge
- the value of field 'acknowledge'.public void setMatch(int index, String vMatch) throws IndexOutOfBoundsException
index
- vMatch
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setMatch(String[] vMatchArray)
vMatchArray
- public void setMatch(List<String> vMatchList)
vMatchList
- the Vector to copy.public void setMatchCollection(List<String> matchList)
matchList
- the Vector to set.public void setNotify(Boolean notify)
notify
- the value of field 'notify'.public void setResolutionPrefix(String resolutionPrefix)
resolutionPrefix
- the value of field 'resolutionPrefix'.public void setUei(String uei)
uei
- the value of field 'uei'.Copyright © 2017. All rights reserved.