Class Exclude
java.lang.Object
org.exolab.castor.builder.binding.xml.Exclude
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of field 'className'.getName()
Returns the value of field 'name'.boolean
isValid()
Method isValid.void
void
marshal
(ContentHandler handler) void
setClassName
(String className) Sets the value of field 'className'.void
Sets the value of field 'name'.static Exclude
unmarshalExclude
(Reader reader) Method unmarshalExclude.void
validate()
-
Constructor Details
-
Exclude
public Exclude()
-
-
Method Details
-
getClassName
Returns the value of field 'className'.- Returns:
- the value of field 'ClassName'.
-
getName
-
isValid
public boolean isValid()Method isValid.- Returns:
- true if this object is valid according to the schema
-
marshal
- Parameters:
out
-- Throws:
MarshalException
- if object is null or if any SAXException is thrown during marshalingValidationException
- if this object is an invalid instance according to the schema
-
marshal
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException - Parameters:
handler
-- Throws:
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 marshaling
-
setClassName
Sets the value of field 'className'.- Parameters:
className
- the value of field 'className'.
-
setName
Sets the value of field 'name'.- Parameters:
name
- the value of field 'name'.
-
unmarshalExclude
Method unmarshalExclude.- Parameters:
reader
-- Returns:
- the unmarshaled org.exolab.castor.builder.binding.xml.Exclude
- Throws:
MarshalException
- if object is null or if any SAXException is thrown during marshalingValidationException
- if this object is an invalid instance according to the schema
-
validate
- Throws:
ValidationException
- if this object is an invalid instance according to the schema
-