public class AssertionType
extends java.lang.Object
Java class for assertionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assertionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}description" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
location |
protected java.lang.String |
name |
protected java.lang.String |
type |
Constructor and Description |
---|
AssertionType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String description
protected java.lang.String name
protected java.lang.String type
protected java.lang.String location
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String