com.ca.commons.datamodel.xmlbind
Class Item

java.lang.Object
  extended by com.ca.commons.datamodel.xmlbind.Item
Direct Known Subclasses:
BaseClassType, EnumDef, MapEntryType, MapValue, MetadataPropertyType, NamespaceType

public class Item
extends Object

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

doc

protected String doc

create

protected Boolean create

name

protected String name
Constructor Detail

Item

public Item()
Method Detail

getDoc

public String getDoc()
Gets the value of the doc property.

Returns:
possible object is String

setDoc

public void setDoc(String value)
Sets the value of the doc property.

Parameters:
value - allowed object is String

isSetDoc

public boolean isSetDoc()

isCreate

public boolean isCreate()
Gets the value of the create property.

Returns:
possible object is Boolean

setCreate

public void setCreate(boolean value)
Sets the value of the create property.

Parameters:
value - allowed object is Boolean

isSetCreate

public boolean isSetCreate()

unsetCreate

public void unsetCreate()

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()


Created 2011-07-14 13:27 EST