|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.generated.impl.NetworkTypeImpl
public class NetworkTypeImpl
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 |
---|
protected String _VisualStyle
protected SelectedNodesType _SelectedNodes
protected ParentType _Parent
protected com.sun.xml.bind.util.ListImpl _Child
protected HiddenNodesType _HiddenNodes
protected HiddenEdgesType _HiddenEdges
protected String _Filename
protected ViewableNodesType _ViewableNodes
protected boolean has_ViewAvailable
protected boolean _ViewAvailable
protected String _Id
protected SelectedEdgesType _SelectedEdges
public static final Class version
Constructor Detail |
---|
public NetworkTypeImpl()
Method Detail |
---|
public String getVisualStyle()
NetworkType
getVisualStyle
in interface NetworkType
String
public void setVisualStyle(String value)
NetworkType
setVisualStyle
in interface NetworkType
value
- allowed object is
String
public SelectedNodesType getSelectedNodes()
NetworkType
getSelectedNodes
in interface NetworkType
SelectedNodes
SelectedNodesType
public void setSelectedNodes(SelectedNodesType value)
NetworkType
setSelectedNodes
in interface NetworkType
value
- allowed object is
SelectedNodes
SelectedNodesType
public ParentType getParent()
NetworkType
getParent
in interface NetworkType
Parent
ParentType
public void setParent(ParentType value)
NetworkType
setParent
in interface NetworkType
value
- allowed object is
Parent
ParentType
protected com.sun.xml.bind.util.ListImpl _getChild()
public List getChild()
NetworkType
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
getChild
in interface NetworkType
public HiddenNodesType getHiddenNodes()
NetworkType
getHiddenNodes
in interface NetworkType
HiddenNodesType
HiddenNodes
public void setHiddenNodes(HiddenNodesType value)
NetworkType
setHiddenNodes
in interface NetworkType
value
- allowed object is
HiddenNodesType
HiddenNodes
public HiddenEdgesType getHiddenEdges()
NetworkType
getHiddenEdges
in interface NetworkType
HiddenEdgesType
HiddenEdges
public void setHiddenEdges(HiddenEdgesType value)
NetworkType
setHiddenEdges
in interface NetworkType
value
- allowed object is
HiddenEdgesType
HiddenEdges
public String getFilename()
NetworkType
getFilename
in interface NetworkType
String
public void setFilename(String value)
NetworkType
setFilename
in interface NetworkType
value
- allowed object is
String
public ViewableNodesType getViewableNodes()
NetworkType
getViewableNodes
in interface NetworkType
ViewableNodesType
ViewableNodes
public void setViewableNodes(ViewableNodesType value)
NetworkType
setViewableNodes
in interface NetworkType
value
- allowed object is
ViewableNodesType
ViewableNodes
public boolean isViewAvailable()
NetworkType
isViewAvailable
in interface NetworkType
public void setViewAvailable(boolean value)
NetworkType
setViewAvailable
in interface NetworkType
public String getId()
NetworkType
getId
in interface NetworkType
String
public void setId(String value)
NetworkType
setId
in interface NetworkType
value
- allowed object is
String
public SelectedEdgesType getSelectedEdges()
NetworkType
getSelectedEdges
in interface NetworkType
SelectedEdgesType
SelectedEdges
public void setSelectedEdges(SelectedEdgesType value)
NetworkType
setSelectedEdges
in interface NetworkType
value
- allowed object is
SelectedEdgesType
SelectedEdges
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
public void serializeBody(XMLSerializer context) throws SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
SAXException
public void serializeAttributes(XMLSerializer context) throws SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
SAXException
public void serializeURIs(XMLSerializer context) throws SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
SAXException
public Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |