|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.generated2.impl.SimpleGraphImpl
public class SimpleGraphImpl
| Nested Class Summary | |
|---|---|
class |
SimpleGraphImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected String |
_Actuate
|
protected String |
_Arcrole
|
protected com.sun.xml.bind.util.ListImpl |
_Att
|
protected BigInteger |
_Directed
|
protected String |
_Href
|
protected String |
_Id
|
protected String |
_Label
|
protected String |
_Labelanchor
|
protected String |
_Lang
|
protected String |
_Name
|
protected com.sun.xml.bind.util.ListImpl |
_NodeOrEdge
|
protected String |
_Role
|
protected String |
_Rootnode
|
protected String |
_Show
|
protected String |
_Space
|
protected String |
_Title
|
protected String |
_Type
|
protected String |
_Vendor
|
static Class |
version
|
| Constructor Summary | |
|---|---|
SimpleGraphImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getAtt()
|
protected com.sun.xml.bind.util.ListImpl |
_getNodeOrEdge()
|
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. |
String |
getActuate()
Gets the value of the actuate property. |
String |
getArcrole()
Gets the value of the arcrole property. |
List |
getAtt()
Gets the value of the Att property. |
BigInteger |
getDirected()
Gets the value of the directed property. |
String |
getHref()
Gets the value of the href property. |
String |
getId()
Gets the value of the id property. |
String |
getLabel()
Gets the value of the label property. |
String |
getLabelanchor()
Gets the value of the labelanchor property. |
String |
getLang()
Gets the value of the lang property. |
String |
getName()
Gets the value of the name property. |
List |
getNodeOrEdge()
Gets the value of the NodeOrEdge property. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
String |
getRole()
Gets the value of the role property. |
String |
getRootnode()
Gets the value of the rootnode property. |
String |
getShow()
Gets the value of the show property. |
String |
getSpace()
Gets the value of the space property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
String |
getVendor()
Gets the value of the vendor 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 |
setActuate(String value)
Sets the value of the actuate property. |
void |
setArcrole(String value)
Sets the value of the arcrole property. |
void |
setDirected(BigInteger value)
Sets the value of the directed property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setLabelanchor(String value)
Sets the value of the labelanchor property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setRootnode(String value)
Sets the value of the rootnode property. |
void |
setShow(String value)
Sets the value of the show property. |
void |
setSpace(String value)
Sets the value of the space property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setVendor(String value)
Sets the value of the vendor property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _Type
protected String _Lang
protected String _Show
protected String _Arcrole
protected String _Actuate
protected String _Label
protected String _Space
protected String _Vendor
protected com.sun.xml.bind.util.ListImpl _Att
protected String _Labelanchor
protected String _Href
protected String _Title
protected String _Name
protected String _Role
protected com.sun.xml.bind.util.ListImpl _NodeOrEdge
protected String _Rootnode
protected BigInteger _Directed
protected String _Id
public static final Class version
| Constructor Detail |
|---|
public SimpleGraphImpl()
| Method Detail |
|---|
public String getType()
SimpleGraph
getType in interface SimpleGraphString
Stringpublic void setType(String value)
SimpleGraph
setType in interface SimpleGraphvalue - allowed object is
String
Stringpublic String getLang()
SimpleGraph
getLang in interface SimpleGraphString
Stringpublic void setLang(String value)
SimpleGraph
setLang in interface SimpleGraphvalue - allowed object is
String
Stringpublic String getShow()
SimpleGraph
getShow in interface SimpleGraphStringpublic void setShow(String value)
SimpleGraph
setShow in interface SimpleGraphvalue - allowed object is
Stringpublic String getArcrole()
SimpleGraph
getArcrole in interface SimpleGraphStringpublic void setArcrole(String value)
SimpleGraph
setArcrole in interface SimpleGraphvalue - allowed object is
Stringpublic String getActuate()
SimpleGraph
getActuate in interface SimpleGraphStringpublic void setActuate(String value)
SimpleGraph
setActuate in interface SimpleGraphvalue - allowed object is
Stringpublic String getLabel()
SimpleGraph
getLabel in interface SimpleGraphStringpublic void setLabel(String value)
SimpleGraph
setLabel in interface SimpleGraphvalue - allowed object is
Stringpublic String getSpace()
SimpleGraph
getSpace in interface SimpleGraphStringpublic void setSpace(String value)
SimpleGraph
setSpace in interface SimpleGraphvalue - allowed object is
Stringpublic String getVendor()
SimpleGraph
getVendor in interface SimpleGraphStringpublic void setVendor(String value)
SimpleGraph
setVendor in interface SimpleGraphvalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getAtt()
public List getAtt()
SimpleGraph
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 Att property.
For example, to add a new item, do as follows:
getAtt().add(newItem);
Objects of the following type(s) are allowed in the list
Att
AttType
getAtt in interface SimpleGraphpublic String getLabelanchor()
SimpleGraph
getLabelanchor in interface SimpleGraphStringpublic void setLabelanchor(String value)
SimpleGraph
setLabelanchor in interface SimpleGraphvalue - allowed object is
Stringpublic String getHref()
SimpleGraph
getHref in interface SimpleGraphStringpublic void setHref(String value)
SimpleGraph
setHref in interface SimpleGraphvalue - allowed object is
Stringpublic String getTitle()
SimpleGraph
getTitle in interface SimpleGraphStringpublic void setTitle(String value)
SimpleGraph
setTitle in interface SimpleGraphvalue - allowed object is
Stringpublic String getName()
SimpleGraph
getName in interface SimpleGraphStringpublic void setName(String value)
SimpleGraph
setName in interface SimpleGraphvalue - allowed object is
Stringpublic String getRole()
SimpleGraph
getRole in interface SimpleGraphStringpublic void setRole(String value)
SimpleGraph
setRole in interface SimpleGraphvalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getNodeOrEdge()
public List getNodeOrEdge()
SimpleGraph
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 NodeOrEdge property.
For example, to add a new item, do as follows:
getNodeOrEdge().add(newItem);
Objects of the following type(s) are allowed in the list
Edge
Node
getNodeOrEdge in interface SimpleGraphpublic String getRootnode()
SimpleGraph
getRootnode in interface SimpleGraphStringpublic void setRootnode(String value)
SimpleGraph
setRootnode in interface SimpleGraphvalue - allowed object is
Stringpublic BigInteger getDirected()
SimpleGraph
getDirected in interface SimpleGraphBigIntegerpublic void setDirected(BigInteger value)
SimpleGraph
setDirected in interface SimpleGraphvalue - allowed object is
BigIntegerpublic String getId()
SimpleGraph
getId in interface SimpleGraphStringpublic void setId(String value)
SimpleGraph
setId in interface SimpleGraphvalue - allowed object is
Stringpublic 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 | ||||||||