Class SessionType
java.lang.Object
ca.phon.project.io.SessionType
Entry for a session file.
Java class for SessionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{https://phon.ca/ns/project}validName" />
<attribute name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
loc
-
-
Constructor Details
-
SessionType
public SessionType()
-
-
Method Details
-
getName
-
setName
-
getLoc
-
setLoc
-