org.oasis.was
Interface Condition


public interface Condition

Java content class for Condition complex type.

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

 <complexType name="Condition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.oasis.org/was}ConditionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
           
 ConditionType getType()
           
 void setName(java.lang.String value)
           
 void setType(ConditionType value)
           
 

Method Detail

getType

public ConditionType getType()
Returns:
possible object is ConditionType

setType

public void setType(ConditionType value)
Parameters:
value - allowed object is ConditionType

getName

public java.lang.String getName()
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Parameters:
value - allowed object is String


Copyright © OASIS. All Rights Reserved.