Class UserTierType

java.lang.Object
ca.phon.session.io.xml.v13.UserTierType

public class UserTierType extends Object
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 Details

    • tierName

      protected String tierName
    • grouped

      protected Boolean grouped
    • type

      protected String type
  • Constructor Details

    • UserTierType

      public UserTierType()
  • Method Details

    • getTierName

      public String getTierName()
      Gets the value of the tierName property.
      Returns:
      possible object is String
    • setTierName

      public void setTierName(String value)
      Sets the value of the tierName property.
      Parameters:
      value - allowed object is String
    • isGrouped

      public Boolean isGrouped()
      Gets the value of the grouped property.
      Returns:
      possible object is Boolean
    • setGrouped

      public void setGrouped(Boolean value)
      Sets the value of the grouped property.
      Parameters:
      value - allowed object is Boolean
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String