Package ca.phon.session.io.xml.v13
Class InnerGroupMarker
java.lang.Object
ca.phon.session.io.xml.v13.InnerGroupMarker
Java class for innerGroupMarker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="innerGroupMarker"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" use="required" type="{https://phon.ca/ns/phonbank}innerGroupMarkerType" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Gets the value of the type property.void
setType
(InnerGroupMarkerType value) Sets the value of the type property.
-
Field Details
-
type
-
-
Constructor Details
-
InnerGroupMarker
public InnerGroupMarker()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
InnerGroupMarkerType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isInnerGroupMarkerType
-