cytoscape.generated.impl
Class NetworkTypeImpl

java.lang.Object
  extended by cytoscape.generated.impl.NetworkTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, UnmarshallableObject, ValidatableObject, XMLSerializable, NetworkType
Direct Known Subclasses:
NetworkImpl

public class NetworkTypeImpl
extends Object
implements NetworkType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class NetworkTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Child
           
protected  String _Filename
           
protected  HiddenEdgesType _HiddenEdges
           
protected  HiddenNodesType _HiddenNodes
           
protected  String _Id
           
protected  ParentType _Parent
           
protected  SelectedEdgesType _SelectedEdges
           
protected  SelectedNodesType _SelectedNodes
           
protected  ViewableNodesType _ViewableNodes
           
protected  boolean _ViewAvailable
           
protected  String _VisualStyle
           
protected  boolean has_ViewAvailable
           
static Class version
           
 
Constructor Summary
NetworkTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getChild()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 List getChild()
          Gets the value of the Child property.
 String getFilename()
          Gets the value of the filename property.
 HiddenEdgesType getHiddenEdges()
          Gets the value of the hiddenEdges property.
 HiddenNodesType getHiddenNodes()
          Gets the value of the hiddenNodes property.
 String getId()
          Gets the value of the id property.
 ParentType getParent()
          Gets the value of the parent property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 SelectedEdgesType getSelectedEdges()
          Gets the value of the selectedEdges property.
 SelectedNodesType getSelectedNodes()
          Gets the value of the selectedNodes property.
 ViewableNodesType getViewableNodes()
          Gets the value of the viewableNodes property.
 String getVisualStyle()
          Gets the value of the visualStyle property.
 boolean isViewAvailable()
          Gets the value of the viewAvailable property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setFilename(String value)
          Sets the value of the filename property.
 void setHiddenEdges(HiddenEdgesType value)
          Sets the value of the hiddenEdges property.
 void setHiddenNodes(HiddenNodesType value)
          Sets the value of the hiddenNodes property.
 void setId(String value)
          Sets the value of the id property.
 void setParent(ParentType value)
          Sets the value of the parent property.
 void setSelectedEdges(SelectedEdgesType value)
          Sets the value of the selectedEdges property.
 void setSelectedNodes(SelectedNodesType value)
          Sets the value of the selectedNodes property.
 void setViewableNodes(ViewableNodesType value)
          Sets the value of the viewableNodes property.
 void setViewAvailable(boolean value)
          Sets the value of the viewAvailable property.
 void setVisualStyle(String value)
          Sets the value of the visualStyle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_VisualStyle

protected String _VisualStyle

_SelectedNodes

protected SelectedNodesType _SelectedNodes

_Parent

protected ParentType _Parent

_Child

protected com.sun.xml.bind.util.ListImpl _Child

_HiddenNodes

protected HiddenNodesType _HiddenNodes

_HiddenEdges

protected HiddenEdgesType _HiddenEdges

_Filename

protected String _Filename

_ViewableNodes

protected ViewableNodesType _ViewableNodes

has_ViewAvailable

protected boolean has_ViewAvailable

_ViewAvailable

protected boolean _ViewAvailable

_Id

protected String _Id

_SelectedEdges

protected SelectedEdgesType _SelectedEdges

version

public static final Class version
Constructor Detail

NetworkTypeImpl

public NetworkTypeImpl()
Method Detail

getVisualStyle

public String getVisualStyle()
Description copied from interface: NetworkType
Gets the value of the visualStyle property.

Specified by:
getVisualStyle in interface NetworkType
Returns:
possible object is String

setVisualStyle

public void setVisualStyle(String value)
Description copied from interface: NetworkType
Sets the value of the visualStyle property.

Specified by:
setVisualStyle in interface NetworkType
Parameters:
value - allowed object is String

getSelectedNodes

public SelectedNodesType getSelectedNodes()
Description copied from interface: NetworkType
Gets the value of the selectedNodes property.

Specified by:
getSelectedNodes in interface NetworkType
Returns:
possible object is SelectedNodes SelectedNodesType

setSelectedNodes

public void setSelectedNodes(SelectedNodesType value)
Description copied from interface: NetworkType
Sets the value of the selectedNodes property.

Specified by:
setSelectedNodes in interface NetworkType
Parameters:
value - allowed object is SelectedNodes SelectedNodesType

getParent

public ParentType getParent()
Description copied from interface: NetworkType
Gets the value of the parent property.

Specified by:
getParent in interface NetworkType
Returns:
possible object is Parent ParentType

setParent

public void setParent(ParentType value)
Description copied from interface: NetworkType
Sets the value of the parent property.

Specified by:
setParent in interface NetworkType
Parameters:
value - allowed object is Parent ParentType

_getChild

protected com.sun.xml.bind.util.ListImpl _getChild()

getChild

public List getChild()
Description copied from interface: NetworkType
Gets the value of the Child property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Child property.

For example, to add a new item, do as follows:

    getChild().add(newItem);
 

Objects of the following type(s) are allowed in the list Child ChildType

Specified by:
getChild in interface NetworkType

getHiddenNodes

public HiddenNodesType getHiddenNodes()
Description copied from interface: NetworkType
Gets the value of the hiddenNodes property.

Specified by:
getHiddenNodes in interface NetworkType
Returns:
possible object is HiddenNodesType HiddenNodes

setHiddenNodes

public void setHiddenNodes(HiddenNodesType value)
Description copied from interface: NetworkType
Sets the value of the hiddenNodes property.

Specified by:
setHiddenNodes in interface NetworkType
Parameters:
value - allowed object is HiddenNodesType HiddenNodes

getHiddenEdges

public HiddenEdgesType getHiddenEdges()
Description copied from interface: NetworkType
Gets the value of the hiddenEdges property.

Specified by:
getHiddenEdges in interface NetworkType
Returns:
possible object is HiddenEdgesType HiddenEdges

setHiddenEdges

public void setHiddenEdges(HiddenEdgesType value)
Description copied from interface: NetworkType
Sets the value of the hiddenEdges property.

Specified by:
setHiddenEdges in interface NetworkType
Parameters:
value - allowed object is HiddenEdgesType HiddenEdges

getFilename

public String getFilename()
Description copied from interface: NetworkType
Gets the value of the filename property.

Specified by:
getFilename in interface NetworkType
Returns:
possible object is String

setFilename

public void setFilename(String value)
Description copied from interface: NetworkType
Sets the value of the filename property.

Specified by:
setFilename in interface NetworkType
Parameters:
value - allowed object is String

getViewableNodes

public ViewableNodesType getViewableNodes()
Description copied from interface: NetworkType
Gets the value of the viewableNodes property.

Specified by:
getViewableNodes in interface NetworkType
Returns:
possible object is ViewableNodesType ViewableNodes

setViewableNodes

public void setViewableNodes(ViewableNodesType value)
Description copied from interface: NetworkType
Sets the value of the viewableNodes property.

Specified by:
setViewableNodes in interface NetworkType
Parameters:
value - allowed object is ViewableNodesType ViewableNodes

isViewAvailable

public boolean isViewAvailable()
Description copied from interface: NetworkType
Gets the value of the viewAvailable property.

Specified by:
isViewAvailable in interface NetworkType

setViewAvailable

public void setViewAvailable(boolean value)
Description copied from interface: NetworkType
Sets the value of the viewAvailable property.

Specified by:
setViewAvailable in interface NetworkType

getId

public String getId()
Description copied from interface: NetworkType
Gets the value of the id property.

Specified by:
getId in interface NetworkType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: NetworkType
Sets the value of the id property.

Specified by:
setId in interface NetworkType
Parameters:
value - allowed object is String

getSelectedEdges

public SelectedEdgesType getSelectedEdges()
Description copied from interface: NetworkType
Gets the value of the selectedEdges property.

Specified by:
getSelectedEdges in interface NetworkType
Returns:
possible object is SelectedEdgesType SelectedEdges

setSelectedEdges

public void setSelectedEdges(SelectedEdgesType value)
Description copied from interface: NetworkType
Sets the value of the selectedEdges property.

Specified by:
setSelectedEdges in interface NetworkType
Parameters:
value - allowed object is SelectedEdgesType SelectedEdges

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject