Package ca.phon.project.io
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="{}validName" /> <attribute name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
loc
-
-
Constructor Details
-
SessionType
public SessionType()
-
-
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
-
getLoc
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-