org.apache.schemas.yoko.bindings.corba
Class CaseType
java.lang.Object
org.apache.schemas.yoko.bindings.corba.CaseType
public class CaseType
- extends java.lang.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 Summary |
protected java.lang.String |
label
|
Method Summary |
java.lang.String |
getLabel()
Gets the value of the label property. |
boolean |
isSetLabel()
|
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
protected java.lang.String label
CaseType
public CaseType()
getLabel
public java.lang.String getLabel()
- Gets the value of the label property.
- Returns:
- possible object is
String
setLabel
public void setLabel(java.lang.String value)
- Sets the value of the label property.
- Parameters:
value
- allowed object is
String
isSetLabel
public boolean isSetLabel()
-