public class Graph extends Object implements Serializable
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getDomain()
Returns the value of field 'domain'.
|
String |
getExtlink()
Returns the value of field 'extlink'.
|
String |
getGraphtype()
Returns the value of field 'graphtype'.
|
String |
getInterfaceId()
Returns the value of field 'interfaceId'.
|
String |
getNodeId()
Returns the value of field 'nodeId'.
|
String |
getNodeSource()
Returns the value of field 'nodeSource'.
|
String |
getResourceId()
Returns the value of field 'resourceId'.
|
String |
getTimespan()
Returns the value of field 'timespan'.
|
String |
getTitle()
Returns the value of field 'title'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setDomain(String domain)
Sets the value of field 'domain'.
|
void |
setExtlink(String extlink)
Sets the value of field 'extlink'.
|
void |
setGraphtype(String graphtype)
Sets the value of field 'graphtype'.
|
void |
setInterfaceId(String interfaceId)
Sets the value of field 'interfaceId'.
|
void |
setNodeId(String nodeId)
Sets the value of field 'nodeId'.
|
void |
setNodeSource(String nodeSource)
Sets the value of field 'nodeSource'.
|
void |
setResourceId(String resourceId)
Sets the value of field 'resourceId'.
|
void |
setTimespan(String timespan)
Sets the value of field 'timespan'.
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
static Graph |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public boolean equals(Object obj)
public String getDomain()
public String getExtlink()
public String getGraphtype()
public String getInterfaceId()
public String getNodeId()
public String getNodeSource()
public String getResourceId()
public String getTimespan()
public String getTitle()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
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 setDomain(String domain)
domain
- the value of field 'domain'.public void setExtlink(String extlink)
extlink
- the value of field 'extlink'.public void setGraphtype(String graphtype)
graphtype
- the value of field 'graphtype'.public void setInterfaceId(String interfaceId)
interfaceId
- the value of field 'interfaceId'.public void setNodeId(String nodeId)
nodeId
- the value of field 'nodeId'.public void setNodeSource(String nodeSource)
nodeSource
- the value of field 'nodeSource'.public void setResourceId(String resourceId)
resourceId
- the value of field 'resourceId'.public void setTimespan(String timespan)
timespan
- the value of field 'timespan'.public void setTitle(String title)
title
- the value of field 'title'.public static Graph 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.