Package ca.phon.syllabifier.basic.io
Class MarkGroup
java.lang.Object
ca.phon.syllabifier.basic.io.MarkGroup
Java class for MarkGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkGroup"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{https://www.phon.ca/ns/syllabifier}nonEmptyString" /> <attribute name="mark" use="required" type="{https://www.phon.ca/ns/syllabifier}ConstituentType" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMark()
Gets the value of the mark property.getName()
Gets the value of the name property.void
setMark
(ConstituentType value) Sets the value of the mark property.void
Sets the value of the name property.
-
Field Details
-
name
-
mark
-
-
Constructor Details
-
MarkGroup
public MarkGroup()
-
-
Method Details
-
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
-
getMark
Gets the value of the mark property.- Returns:
- possible object is
ConstituentType
-
setMark
Sets the value of the mark property.- Parameters:
value
- allowed object isConstituentType
-