public class MemberClassType
extends java.lang.Object
Java class for MemberClassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemberClassType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MemberClassType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is String