Class Slash
Java class for slash complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="slash">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}slash" minOccurs="0"/>
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="use-dots" type="{}yes-no" />
<attribute name="use-stems" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exceptVoice property.Gets the value of the slashDot property.Gets the value of the slashType property.getType()Gets the value of the type property.Gets the value of the useDots property.Gets the value of the useStems property.voidsetSlashType(String value) Sets the value of the slashType property.voidSets the value of the type property.voidsetUseDots(YesNo value) Sets the value of the useDots property.voidsetUseStems(YesNo value) Sets the value of the useStems property.
-
Field Details
-
slashType
-
slashDot
-
exceptVoice
-
type
-
useDots
-
useStems
-
-
Constructor Details
-
Slash
public Slash()
-
-
Method Details
-
getSlashType
Gets the value of the slashType property.- Returns:
- possible object is
String
-
setSlashType
Sets the value of the slashType property.- Parameters:
value- allowed object isString
-
getSlashDot
Gets the value of the slashDot property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the slashDot property.For example, to add a new item, do as follows:
getSlashDot().add(newItem);Objects of the following type(s) are allowed in the list
Empty -
getExceptVoice
Gets the value of the exceptVoice property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the exceptVoice property.For example, to add a new item, do as follows:
getExceptVoice().add(newItem);Objects of the following type(s) are allowed in the list
String -
getType
Gets the value of the type property.- Returns:
- possible object is
StartStop
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isStartStop
-
getUseDots
Gets the value of the useDots property.- Returns:
- possible object is
YesNo
-
setUseDots
Sets the value of the useDots property.- Parameters:
value- allowed object isYesNo
-
getUseStems
Gets the value of the useStems property.- Returns:
- possible object is
YesNo
-
setUseStems
Sets the value of the useStems property.- Parameters:
value- allowed object isYesNo
-