|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.generated2.impl.SimpleEdgeImpl
public class SimpleEdgeImpl
Nested Class Summary | |
---|---|
class |
SimpleEdgeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected String |
_Actuate
|
protected String |
_Arcrole
|
protected com.sun.xml.bind.util.ListImpl |
_Att
|
protected String |
_Href
|
protected String |
_Id
|
protected String |
_Label
|
protected String |
_Labelanchor
|
protected String |
_Name
|
protected String |
_Role
|
protected String |
_Show
|
protected String |
_Source
|
protected String |
_Target
|
protected String |
_Title
|
protected String |
_Type
|
protected String |
_Weight
|
static Class |
version
|
Constructor Summary | |
---|---|
SimpleEdgeImpl()
|
Method Summary | |
---|---|
protected com.sun.xml.bind.util.ListImpl |
_getAtt()
|
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. |
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. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
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 |
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 |
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. |
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 _Show
protected String _Arcrole
protected String _Actuate
protected String _Source
protected String _Label
protected String _Weight
protected com.sun.xml.bind.util.ListImpl _Att
protected String _Labelanchor
protected String _Href
protected String _Title
protected String _Name
protected String _Role
protected String _Target
protected String _Id
public static final Class version
Constructor Detail |
---|
public SimpleEdgeImpl()
Method Detail |
---|
public String getType()
SimpleEdge
getType
in interface SimpleEdge
String
String
public void setType(String value)
SimpleEdge
setType
in interface SimpleEdge
value
- allowed object is
String
String
public String getShow()
SimpleEdge
getShow
in interface SimpleEdge
String
public void setShow(String value)
SimpleEdge
setShow
in interface SimpleEdge
value
- allowed object is
String
public String getArcrole()
SimpleEdge
getArcrole
in interface SimpleEdge
String
public void setArcrole(String value)
SimpleEdge
setArcrole
in interface SimpleEdge
value
- allowed object is
String
public String getActuate()
SimpleEdge
getActuate
in interface SimpleEdge
String
public void setActuate(String value)
SimpleEdge
setActuate
in interface SimpleEdge
value
- allowed object is
String
public String getSource()
SimpleEdge
getSource
in interface SimpleEdge
String
public void setSource(String value)
SimpleEdge
setSource
in interface SimpleEdge
value
- allowed object is
String
public String getLabel()
SimpleEdge
getLabel
in interface SimpleEdge
String
public void setLabel(String value)
SimpleEdge
setLabel
in interface SimpleEdge
value
- allowed object is
String
public String getWeight()
SimpleEdge
getWeight
in interface SimpleEdge
String
public void setWeight(String value)
SimpleEdge
setWeight
in interface SimpleEdge
value
- allowed object is
String
protected com.sun.xml.bind.util.ListImpl _getAtt()
public List getAtt()
SimpleEdge
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 SimpleEdge
public String getLabelanchor()
SimpleEdge
getLabelanchor
in interface SimpleEdge
String
public void setLabelanchor(String value)
SimpleEdge
setLabelanchor
in interface SimpleEdge
value
- allowed object is
String
public String getHref()
SimpleEdge
getHref
in interface SimpleEdge
String
public void setHref(String value)
SimpleEdge
setHref
in interface SimpleEdge
value
- allowed object is
String
public String getTitle()
SimpleEdge
getTitle
in interface SimpleEdge
String
public void setTitle(String value)
SimpleEdge
setTitle
in interface SimpleEdge
value
- allowed object is
String
public String getName()
SimpleEdge
getName
in interface SimpleEdge
String
public void setName(String value)
SimpleEdge
setName
in interface SimpleEdge
value
- allowed object is
String
public String getRole()
SimpleEdge
getRole
in interface SimpleEdge
String
public void setRole(String value)
SimpleEdge
setRole
in interface SimpleEdge
value
- allowed object is
String
public String getTarget()
SimpleEdge
getTarget
in interface SimpleEdge
String
public void setTarget(String value)
SimpleEdge
setTarget
in interface SimpleEdge
value
- allowed object is
String
public String getId()
SimpleEdge
getId
in interface SimpleEdge
String
public void setId(String value)
SimpleEdge
setId
in interface SimpleEdge
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 |