|
|||||||||
| 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 NetworkTypeStringpublic void setVisualStyle(String value)
NetworkType
setVisualStyle in interface NetworkTypevalue - allowed object is
Stringpublic SelectedNodesType getSelectedNodes()
NetworkType
getSelectedNodes in interface NetworkTypeSelectedNodes
SelectedNodesTypepublic void setSelectedNodes(SelectedNodesType value)
NetworkType
setSelectedNodes in interface NetworkTypevalue - allowed object is
SelectedNodes
SelectedNodesTypepublic ParentType getParent()
NetworkType
getParent in interface NetworkTypeParent
ParentTypepublic void setParent(ParentType value)
NetworkType
setParent in interface NetworkTypevalue - allowed object is
Parent
ParentTypeprotected 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 NetworkTypepublic HiddenNodesType getHiddenNodes()
NetworkType
getHiddenNodes in interface NetworkTypeHiddenNodesType
HiddenNodespublic void setHiddenNodes(HiddenNodesType value)
NetworkType
setHiddenNodes in interface NetworkTypevalue - allowed object is
HiddenNodesType
HiddenNodespublic HiddenEdgesType getHiddenEdges()
NetworkType
getHiddenEdges in interface NetworkTypeHiddenEdgesType
HiddenEdgespublic void setHiddenEdges(HiddenEdgesType value)
NetworkType
setHiddenEdges in interface NetworkTypevalue - allowed object is
HiddenEdgesType
HiddenEdgespublic String getFilename()
NetworkType
getFilename in interface NetworkTypeStringpublic void setFilename(String value)
NetworkType
setFilename in interface NetworkTypevalue - allowed object is
Stringpublic ViewableNodesType getViewableNodes()
NetworkType
getViewableNodes in interface NetworkTypeViewableNodesType
ViewableNodespublic void setViewableNodes(ViewableNodesType value)
NetworkType
setViewableNodes in interface NetworkTypevalue - allowed object is
ViewableNodesType
ViewableNodespublic boolean isViewAvailable()
NetworkType
isViewAvailable in interface NetworkTypepublic void setViewAvailable(boolean value)
NetworkType
setViewAvailable in interface NetworkTypepublic String getId()
NetworkType
getId in interface NetworkTypeStringpublic void setId(String value)
NetworkType
setId in interface NetworkTypevalue - allowed object is
Stringpublic SelectedEdgesType getSelectedEdges()
NetworkType
getSelectedEdges in interface NetworkTypeSelectedEdgesType
SelectedEdgespublic void setSelectedEdges(SelectedEdgesType value)
NetworkType
setSelectedEdges in interface NetworkTypevalue - allowed object is
SelectedEdgesType
SelectedEdgespublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic 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 | ||||||||