public class SystemDef extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
Collect |
getCollect()
Returns the value of field 'collect'.
|
IpList |
getIpList()
Returns the value of field 'ipList'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getSysoid() |
String |
getSysoidMask() |
SystemDefChoice |
getSystemDefChoice()
Returns the value of field 'systemDefChoice'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
isValid()
Deprecated.
|
void |
marshal(ContentHandler handler)
Deprecated.
|
void |
marshal(Writer out)
Deprecated.
|
void |
setCollect(Collect collect)
Sets the value of field 'collect'.
|
void |
setIpList(IpList ipList)
Sets the value of field 'ipList'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setSysoid(String sysoid) |
void |
setSysoidMask(String sysoidMask) |
void |
setSystemDefChoice(SystemDefChoice systemDefChoice)
Sets the value of field 'systemDefChoice'.
|
static SystemDef |
unmarshal(Reader reader)
Deprecated.
|
void |
validate()
Deprecated.
|
public SystemDef()
public SystemDef(String name)
public String getName()
public void setName(String name)
name
- the value of field 'name'.public SystemDefChoice getSystemDefChoice()
public void setSystemDefChoice(SystemDefChoice systemDefChoice)
systemDefChoice
- the value of field 'systemDefChoice'.public String getSysoid()
public void setSysoid(String sysoid)
public String getSysoidMask()
public void setSysoidMask(String sysoidMask)
public IpList getIpList()
public void setIpList(IpList ipList)
ipList
- the value of field 'ipList'.public Collect getCollect()
public void setCollect(Collect collect)
collect
- the value of field 'collect'.public boolean equals(Object obj)
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
@Deprecated public boolean isValid()
@Deprecated 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 schema@Deprecated public 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 marshaling@Deprecated public static SystemDef 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 schema@Deprecated public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2015. All Rights Reserved.