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>
-
-
Constructor Summary
Constructors Constructor Description CaseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Gets the value of the label property.booleanisSetLabel()voidsetLabel(String value)Sets the value of the label property.
-
-
-
Field Detail
-
label
protected String label
-
-