|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.xmlbind.Item
public class Item
Java class for Item complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Item">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="doc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="create" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
create
|
protected String |
doc
|
protected String |
name
|
| Constructor Summary | |
|---|---|
Item()
|
|
| Method Summary | |
|---|---|
String |
getDoc()
Gets the value of the doc property. |
String |
getName()
Gets the value of the name property. |
boolean |
isCreate()
Gets the value of the create property. |
boolean |
isSetCreate()
|
boolean |
isSetDoc()
|
boolean |
isSetName()
|
void |
setCreate(boolean value)
Sets the value of the create property. |
void |
setDoc(String value)
Sets the value of the doc property. |
void |
setName(String value)
Sets the value of the name property. |
void |
unsetCreate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String doc
protected Boolean create
protected String name
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public String getDoc()
Stringpublic void setDoc(String value)
value - allowed object is
Stringpublic boolean isSetDoc()
public boolean isCreate()
Booleanpublic void setCreate(boolean value)
value - allowed object is
Booleanpublic boolean isSetCreate()
public void unsetCreate()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||