public class NodeSet extends Object implements Serializable
Constructor and Description |
---|
NodeSet() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationurl()
Returns the value of field 'configurationurl'.
|
String |
getCreationdate()
Returns the value of field 'creationdate'.
|
String |
getDevicename()
Returns the value of field 'devicename'.
|
String |
getGroupname()
Returns the value of field 'groupname'.
|
String |
getStatus()
Returns the value of field 'status'.
|
String |
getSwconfigurationurl()
Returns the value of field 'swconfigurationurl'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setConfigurationurl(String configurationurl)
Sets the value of field 'configurationurl'.
|
void |
setCreationdate(String creationdate)
Sets the value of field 'creationdate'.
|
void |
setDevicename(String devicename)
Sets the value of field 'devicename'.
|
void |
setGroupname(String groupname)
Sets the value of field 'groupname'.
|
void |
setStatus(String status)
Sets the value of field 'status'.
|
void |
setSwconfigurationurl(String swconfigurationurl)
Sets the value of field 'swconfigurationurl'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static NodeSet |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public String getConfigurationurl()
public String getCreationdate()
public String getDevicename()
public String getGroupname()
public String getStatus()
public String getSwconfigurationurl()
public String getVersion()
public boolean isValid()
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 setConfigurationurl(String configurationurl)
configurationurl
- the value of field 'configurationurl'public void setCreationdate(String creationdate)
creationdate
- the value of field 'creationdate'.public void setDevicename(String devicename)
devicename
- the value of field 'devicename'.public void setGroupname(String groupname)
groupname
- the value of field 'groupname'.public void setStatus(String status)
status
- the value of field 'status'.public void setSwconfigurationurl(String swconfigurationurl)
swconfigurationurl
- the value of field
'swconfigurationurl'.public void setVersion(String version)
version
- the value of field 'version'.public static NodeSet 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.