Package ca.phon.ui.ipamap.io
Class CellProp
java.lang.Object
ca.phon.ui.ipamap.io.CellProp
Java class for cellProp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cellProp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.getName()
Gets the value of the name property.void
setContent
(String value) Sets the value of the content property.void
Sets the value of the name property.
-
Field Details
-
-
name
-
-
Constructor Details
-
CellProp
public CellProp()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-