public class ParameterAssignment extends Object implements Serializable
Constructor and Description |
---|
ParameterAssignment() |
Modifier and Type | Method and Description |
---|---|
void |
deleteMatchingGroup() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
int |
getMatchingGroup()
Returns the value of field 'matchingGroup'.
|
String |
getParameterName()
Returns the value of field 'parameterName'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
hasMatchingGroup()
Method hasMatchingGroup.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setMatchingGroup(int matchingGroup)
Sets the value of field 'matchingGroup'.
|
void |
setParameterName(String parameterName)
Sets the value of field 'parameterName'.
|
static ParameterAssignment |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteMatchingGroup()
public boolean equals(Object obj)
public int getMatchingGroup()
public String getParameterName()
public boolean hasMatchingGroup()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setMatchingGroup(int matchingGroup)
matchingGroup
- the value of field 'matchingGroup'.public void setParameterName(String parameterName)
parameterName
- the value of field 'parameterName'.public static ParameterAssignment unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.