Class CaseType

java.lang.Object
org.apache.cxf.binding.corba.wsdl.CaseType

public class CaseType extends Object

Java class for caseType complex type.

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

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

    • label

      protected String label
  • Constructor Details

    • CaseType

      public CaseType()
  • Method Details

    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • isSetLabel

      public boolean isSetLabel()