Class UserTierType
java.lang.Object
ca.phon.session.io.xml.v12.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.tierdata.TierString" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
setTierName
-
isGrouped
-
setGrouped
-
getType
-
setType
-