|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleEdge
Java content class for simpleEdge complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/xgmml.xsd line 286)
<complexType name="simpleEdge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.cs.rpi.edu/XGMML}att" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}edge-atts-gml-safe"/>
<attGroup ref="{http://www.w3.org/1999/xlink}simpleLink"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}edge-atts-app-safe"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}global-atts"/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
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. |
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 |
getName()
Gets the value of the name property. |
String |
getRole()
Gets the value of the role property. |
String |
getShow()
Gets the value of the show property. |
String |
getSource()
Gets the value of the source property. |
String |
getTarget()
Gets the value of the target property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
String |
getWeight()
Gets the value of the weight property. |
void |
setActuate(String value)
Sets the value of the actuate property. |
void |
setArcrole(String value)
Sets the value of the arcrole 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 |
setName(String value)
Sets the value of the name property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setShow(String value)
Sets the value of the show property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setTarget(String value)
Sets the value of the target property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setWeight(String value)
Sets the value of the weight property. |
| Method Detail |
|---|
String getType()
String
Stringvoid setType(String value)
value - allowed object is
String
StringString getShow()
Stringvoid setShow(String value)
value - allowed object is
StringString getArcrole()
Stringvoid setArcrole(String value)
value - allowed object is
StringString getActuate()
Stringvoid setActuate(String value)
value - allowed object is
StringString getSource()
Stringvoid setSource(String value)
value - allowed object is
StringString getLabel()
Stringvoid setLabel(String value)
value - allowed object is
StringString getWeight()
Stringvoid setWeight(String value)
value - allowed object is
StringList getAtt()
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
String getLabelanchor()
Stringvoid setLabelanchor(String value)
value - allowed object is
StringString getHref()
Stringvoid setHref(String value)
value - allowed object is
StringString getTitle()
Stringvoid setTitle(String value)
value - allowed object is
StringString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getRole()
Stringvoid setRole(String value)
value - allowed object is
StringString getTarget()
Stringvoid setTarget(String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||