public class ComponentBindingTypeChoice extends Object implements 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(ContentHandler handler) |
void |
marshal(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(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(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(ContentHandler handler) throws IOException, MarshalException, ValidationException
handler
- 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(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 schemaCopyright © 2022. All rights reserved.