|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.orm.castor.ItemType
public class ItemType
Class ItemType.
Constructor Summary | |
---|---|
ItemType()
|
Method Summary | |
---|---|
void |
deleteName()
|
java.lang.String |
getId()
Returns the value of field 'id'. |
ItemTypeSequence |
getItemTypeSequence()
Returns the value of field 'itemTypeSequence'. |
ItemTypeSequence2 |
getItemTypeSequence2()
Returns the value of field 'itemTypeSequence2'. |
boolean |
getName()
Returns the value of field 'name'. |
boolean |
hasName()
Method hasName. |
boolean |
isName()
Returns the value of field 'name'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setItemTypeSequence(ItemTypeSequence itemTypeSequence)
Sets the value of field 'itemTypeSequence'. |
void |
setItemTypeSequence2(ItemTypeSequence2 itemTypeSequence2)
Sets the value of field 'itemTypeSequence2'. |
void |
setName(boolean name)
Sets the value of field 'name'. |
static ItemType |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemType()
Method Detail |
---|
public void deleteName()
public java.lang.String getId()
public ItemTypeSequence getItemTypeSequence()
public ItemTypeSequence2 getItemTypeSequence2()
public boolean getName()
public boolean hasName()
public boolean isName()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setId(java.lang.String id)
id
- the value of field 'id'.public void setItemTypeSequence(ItemTypeSequence itemTypeSequence)
itemTypeSequence
- the value of field 'itemTypeSequence'public void setItemTypeSequence2(ItemTypeSequence2 itemTypeSequence2)
itemTypeSequence2
- the value of field
'itemTypeSequence2'.public void setName(boolean name)
name
- the value of field 'name'.public static ItemType unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |