Package ca.phon.session.io.xml.v13
Class UserTierType
java.lang.Object
ca.phon.session.io.xml.v13.UserTierType
User defined tiers. Can either be group-alinged or
flat.
Java class for userTierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userTierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="tierName" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="grouped" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="ca.phon.session.TierString" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tierName property.getType()
Gets the value of the type property.Gets the value of the grouped property.void
setGrouped
(Boolean value) Sets the value of the grouped property.void
setTierName
(String value) Sets the value of the tierName property.void
Sets the value of the type property.
-
Field Details
-
tierName
-
grouped
-
type
-
-
Constructor Details
-
UserTierType
public UserTierType()
-
-
Method Details
-
getTierName
Gets the value of the tierName property.- Returns:
- possible object is
String
-
setTierName
Sets the value of the tierName property.- Parameters:
value
- allowed object isString
-
isGrouped
Gets the value of the grouped property.- Returns:
- possible object is
Boolean
-
setGrouped
Sets the value of the grouped property.- Parameters:
value
- allowed object isBoolean
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-