public class AutoAcknowledgeAlarm extends Object implements Serializable
Constructor and Description |
---|
AutoAcknowledgeAlarm() |
Modifier and Type | Method and Description |
---|---|
void |
addUei(int index,
String vUei) |
void |
addUei(String vUei) |
void |
deleteNotify() |
Enumeration<String> |
enumerateUei()
Method enumerateUei.
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
boolean |
getNotify()
Returns the value of field 'notify'.
|
String |
getResolutionPrefix()
Returns the value of field 'resolutionPrefix'.
|
String[] |
getUei()
Method getUei.Returns the contents of the collection in an
Array.
|
String |
getUei(int index)
Method getUei.
|
List<String> |
getUeiCollection()
Method getUeiCollection.Returns a reference to '_ueiList'.
|
int |
getUeiCount()
Method getUeiCount.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
hasNotify()
Method hasNotify.
|
boolean |
isNotify()
Returns the value of field 'notify'.
|
boolean |
isValid()
Method isValid.
|
Iterator<String> |
iterateUei()
Method iterateUei.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
removeAllUei() |
boolean |
removeUei(String vUei)
Method removeUei.
|
String |
removeUeiAt(int index)
Method removeUeiAt.
|
void |
setNotify(boolean notify)
Sets the value of field 'notify'.
|
void |
setResolutionPrefix(String resolutionPrefix)
Sets the value of field 'resolutionPrefix'.
|
void |
setUei(int index,
String vUei) |
void |
setUei(List<String> vUeiList)
Sets the value of '_ueiList' by copying the given Vector.
|
void |
setUei(String[] vUeiArray) |
void |
setUeiCollection(List<String> ueiList)
Deprecated.
|
static AutoAcknowledgeAlarm |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void addUei(String vUei) throws IndexOutOfBoundsException
vUei
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addUei(int index, String vUei) throws IndexOutOfBoundsException
index
- vUei
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void deleteNotify()
public Enumeration<String> enumerateUei()
public boolean equals(Object obj)
public boolean getNotify()
public String getResolutionPrefix()
public String getUei(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic String[] getUei()
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> getUeiCollection()
public int getUeiCount()
public boolean hasNotify()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isNotify()
public boolean isValid()
public Iterator<String> iterateUei()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllUei()
public boolean removeUei(String vUei)
vUei
- public String removeUeiAt(int index)
index
- 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(int index, String vUei) throws IndexOutOfBoundsException
index
- vUei
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setUei(String[] vUeiArray)
vUeiArray
- public void setUei(List<String> vUeiList)
vUeiList
- the Vector to copy.public void setUeiCollection(List<String> ueiList)
ueiList
- the Vector to set.public static AutoAcknowledgeAlarm unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.