public class BindXml
extends java.lang.Object
implements java.io.Serializable
| Type | Property and Description |
|---|---|
java.util.Enumeration |
enumerate
Method enumerateProperty
|
| Constructor and Description |
|---|
BindXml() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(int index,
Property vProperty)
Method addProperty
|
void |
addProperty(Property vProperty)
Method addProperty
|
void |
clearProperty()
Method clearProperty
|
void |
deleteReference()
Method deleteReference
|
void |
deleteTransient()
Method deleteTransient
|
java.util.Enumeration |
enumerateProperty()
Method enumerateProperty
|
BindXmlAutoNamingType |
getAutoNaming()
Returns the value of field 'autoNaming'.
|
ClassMapping |
getClassMapping()
Returns the value of field 'classMapping'.
|
java.lang.String |
getLocation()
Returns the value of field 'location'.
|
java.lang.String |
getMatches()
Returns the value of field 'matches'.
|
java.lang.String |
getName()
Returns the value of field 'name'.
|
BindXmlNodeType |
getNode()
Returns the value of field 'node'.
|
Property[] |
getProperty()
Method getProperty
|
Property |
getProperty(int index)
Method getProperty
|
int |
getPropertyCount()
Method getPropertyCount
|
java.lang.String |
getQNamePrefix()
Returns the value of field 'QNamePrefix'.
|
boolean |
getReference()
Returns the value of field 'reference'.
|
boolean |
getTransient()
Returns the value of field 'transient'.
|
java.lang.String |
getType()
Returns the value of field 'type'.
|
boolean |
hasReference()
Method hasReference
|
boolean |
hasTransient()
Method hasTransient
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
boolean |
removeProperty(Property vProperty)
Method removeProperty
|
void |
setAutoNaming(BindXmlAutoNamingType autoNaming)
Sets the value of field 'autoNaming'.
|
void |
setClassMapping(ClassMapping classMapping)
Sets the value of field 'classMapping'.
|
void |
setLocation(java.lang.String location)
Sets the value of field 'location'.
|
void |
setMatches(java.lang.String matches)
Sets the value of field 'matches'.
|
void |
setName(java.lang.String name)
Sets the value of field 'name'.
|
void |
setNode(BindXmlNodeType node)
Sets the value of field 'node'.
|
void |
setProperty(int index,
Property vProperty)
Method setProperty
|
void |
setProperty(Property[] propertyArray)
Method setProperty
|
void |
setQNamePrefix(java.lang.String QNamePrefix)
Sets the value of field 'QNamePrefix'.
|
void |
setReference(boolean reference)
Sets the value of field 'reference'.
|
void |
setTransient(boolean _transient)
Sets the value of field 'transient'.
|
void |
setType(java.lang.String type)
Sets the value of field 'type'.
|
static BindXml |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addProperty(Property vProperty) throws java.lang.IndexOutOfBoundsException
vProperty - java.lang.IndexOutOfBoundsExceptionpublic void addProperty(int index,
Property vProperty)
throws java.lang.IndexOutOfBoundsException
index - vProperty - java.lang.IndexOutOfBoundsExceptionpublic void clearProperty()
public void deleteReference()
public void deleteTransient()
public java.util.Enumeration enumerateProperty()
public BindXmlAutoNamingType getAutoNaming()
public ClassMapping getClassMapping()
public java.lang.String getLocation()
public java.lang.String getMatches()
public java.lang.String getName()
public BindXmlNodeType getNode()
public Property getProperty(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic Property[] getProperty()
public int getPropertyCount()
public java.lang.String getQNamePrefix()
public boolean getReference()
public boolean getTransient()
public java.lang.String getType()
public boolean hasReference()
public boolean hasTransient()
public boolean isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out - MarshalExceptionValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler - java.io.IOExceptionMarshalExceptionValidationExceptionpublic boolean removeProperty(Property vProperty)
vProperty - public void setAutoNaming(BindXmlAutoNamingType autoNaming)
autoNaming - the value of field 'autoNaming'.public void setClassMapping(ClassMapping classMapping)
classMapping - the value of field 'classMapping'.public void setLocation(java.lang.String location)
location - the value of field 'location'.public void setMatches(java.lang.String matches)
matches - the value of field 'matches'.public void setName(java.lang.String name)
name - the value of field 'name'.public void setNode(BindXmlNodeType node)
node - the value of field 'node'.public void setProperty(int index,
Property vProperty)
throws java.lang.IndexOutOfBoundsException
index - vProperty - java.lang.IndexOutOfBoundsExceptionpublic void setProperty(Property[] propertyArray)
propertyArray - public void setQNamePrefix(java.lang.String QNamePrefix)
QNamePrefix - the value of field 'QNamePrefix'.public void setReference(boolean reference)
reference - the value of field 'reference'.public void setTransient(boolean _transient)
_transient - transient - the value of field 'transient'.public void setType(java.lang.String type)
type - the value of field 'type'.public static BindXml unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader - MarshalExceptionValidationExceptionpublic void validate()
throws ValidationException
ValidationExceptionIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com