Class FlatTierType

java.lang.Object
ca.phon.session.io.xml.v12.FlatTierType

public class FlatTierType extends Object
Basic storage class for flat (non-group) tiers.

Java class for flatTierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="flatTierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="tierName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected String content
    • tierName

      protected String tierName
  • Constructor Details

    • FlatTierType

      public FlatTierType()
  • Method Details

    • getContent

      public String getContent()
      Basic storage class for flat (non-group) tiers.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • 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