|
|||||||||
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 SimpleGraph
String
String
public void setType(String value)
SimpleGraph
setType
in interface SimpleGraph
value
- allowed object is
String
String
public String getLang()
SimpleGraph
getLang
in interface SimpleGraph
String
String
public void setLang(String value)
SimpleGraph
setLang
in interface SimpleGraph
value
- allowed object is
String
String
public String getShow()
SimpleGraph
getShow
in interface SimpleGraph
String
public void setShow(String value)
SimpleGraph
setShow
in interface SimpleGraph
value
- allowed object is
String
public String getArcrole()
SimpleGraph
getArcrole
in interface SimpleGraph
String
public void setArcrole(String value)
SimpleGraph
setArcrole
in interface SimpleGraph
value
- allowed object is
String
public String getActuate()
SimpleGraph
getActuate
in interface SimpleGraph
String
public void setActuate(String value)
SimpleGraph
setActuate
in interface SimpleGraph
value
- allowed object is
String
public String getLabel()
SimpleGraph
getLabel
in interface SimpleGraph
String
public void setLabel(String value)
SimpleGraph
setLabel
in interface SimpleGraph
value
- allowed object is
String
public String getSpace()
SimpleGraph
getSpace
in interface SimpleGraph
String
public void setSpace(String value)
SimpleGraph
setSpace
in interface SimpleGraph
value
- allowed object is
String
public String getVendor()
SimpleGraph
getVendor
in interface SimpleGraph
String
public void setVendor(String value)
SimpleGraph
setVendor
in interface SimpleGraph
value
- allowed object is
String
protected 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 SimpleGraph
public String getLabelanchor()
SimpleGraph
getLabelanchor
in interface SimpleGraph
String
public void setLabelanchor(String value)
SimpleGraph
setLabelanchor
in interface SimpleGraph
value
- allowed object is
String
public String getHref()
SimpleGraph
getHref
in interface SimpleGraph
String
public void setHref(String value)
SimpleGraph
setHref
in interface SimpleGraph
value
- allowed object is
String
public String getTitle()
SimpleGraph
getTitle
in interface SimpleGraph
String
public void setTitle(String value)
SimpleGraph
setTitle
in interface SimpleGraph
value
- allowed object is
String
public String getName()
SimpleGraph
getName
in interface SimpleGraph
String
public void setName(String value)
SimpleGraph
setName
in interface SimpleGraph
value
- allowed object is
String
public String getRole()
SimpleGraph
getRole
in interface SimpleGraph
String
public void setRole(String value)
SimpleGraph
setRole
in interface SimpleGraph
value
- allowed object is
String
protected 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 SimpleGraph
public String getRootnode()
SimpleGraph
getRootnode
in interface SimpleGraph
String
public void setRootnode(String value)
SimpleGraph
setRootnode
in interface SimpleGraph
value
- allowed object is
String
public BigInteger getDirected()
SimpleGraph
getDirected
in interface SimpleGraph
BigInteger
public void setDirected(BigInteger value)
SimpleGraph
setDirected
in interface SimpleGraph
value
- allowed object is
BigInteger
public String getId()
SimpleGraph
getId
in interface SimpleGraph
String
public void setId(String value)
SimpleGraph
setId
in interface SimpleGraph
value
- allowed object is
String
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 |