|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
public class ComponentBindingTypeChoice
Class ComponentBindingTypeChoice.
Constructor Summary | |
---|---|
ComponentBindingTypeChoice()
|
Method Summary | |
---|---|
ContentMemberType |
getContentMember()
Returns the value of field 'contentMember'. |
EnumBindingType |
getEnumDef()
Returns the value of field 'enumDef'. |
Interface |
getInterface()
Returns the value of field 'interface'. |
ClassType |
getJavaClass()
Returns the value of field 'javaClass'. |
FieldType |
getMember()
Returns the value of field 'member'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setContentMember(ContentMemberType contentMember)
Sets the value of field 'contentMember'. |
void |
setEnumDef(EnumBindingType enumDef)
Sets the value of field 'enumDef'. |
void |
setInterface(Interface _interface)
Sets the value of field 'interface'. |
void |
setJavaClass(ClassType javaClass)
Sets the value of field 'javaClass'. |
void |
setMember(FieldType member)
Sets the value of field 'member'. |
static ComponentBindingTypeChoice |
unmarshalComponentBindingTypeChoice(java.io.Reader reader)
Method unmarshalComponentBindingTypeChoice. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentBindingTypeChoice()
Method Detail |
---|
public ContentMemberType getContentMember()
public EnumBindingType getEnumDef()
public Interface getInterface()
public ClassType getJavaClass()
public FieldType getMember()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
-
MarshalException
- if object is
null or if any SAXException is thrown during marshaling
ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
ValidationException
- if this
object is an invalid instance according to the schema
MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setContentMember(ContentMemberType contentMember)
contentMember
- the value of field 'contentMember'.public void setEnumDef(EnumBindingType enumDef)
enumDef
- the value of field 'enumDef'.public void setInterface(Interface _interface)
_interface
- interface
- the value of field 'interface'.public void setJavaClass(ClassType javaClass)
javaClass
- the value of field 'javaClass'.public void setMember(FieldType member)
member
- the value of field 'member'.public static ComponentBindingTypeChoice unmarshalComponentBindingTypeChoice(java.io.Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
- if object is
null or if any SAXException is thrown during marshaling
ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
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 |