org.oasis.was
Interface Consequence
- public interface Consequence
Java content class for Consequence complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="Consequence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.oasis.org/was}ConsequenceType" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
getType
public ConsequenceType getType()
- Returns:
- possible object is
ConsequenceType
setType
public void setType(ConsequenceType value)
- Parameters:
value
- allowed object is
ConsequenceType
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.