public class ComponentBindingTypeChoice
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ComponentBindingTypeChoice() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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 marshalingValidationException - 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
marshalingValidationException - if this
object is an invalid instance according to the schemaMarshalException - 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 marshalingValidationException - 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 schemaIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com