cytoscape.generated2
Interface AttType

All Known Subinterfaces:
Att
All Known Implementing Classes:
AttImpl, AttTypeImpl

public interface AttType

Java content class for anonymous 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 430)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.cs.rpi.edu/XGMML}att" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.cs.rpi.edu/XGMML}graph" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}RDF" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}attribute-value"/>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}global-atts"/>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}attribute-type"/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getContent()
          Gets the value of the Content 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 getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value 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 setType(String value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getValue

String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getLabelanchor

String getLabelanchor()
Gets the value of the labelanchor property.

Returns:
possible object is String

setLabelanchor

void setLabelanchor(String value)
Sets the value of the labelanchor property.

Parameters:
value - allowed object is String

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLabel

String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getContent

List getContent()
Gets the value of the Content property.

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 Content property.

For example, to add a new item, do as follows:

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list Att String RdfRDF Graph


getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String