public class ReadonlyDirtyType extends Object implements Serializable
Constructor and Description |
---|
ReadonlyDirtyType() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDirty() |
void |
deleteReadOnly() |
boolean |
getDirty()
Returns the value of field 'dirty'.
|
boolean |
getReadOnly()
Returns the value of field 'readOnly'.
|
boolean |
hasDirty()
Method hasDirty.
|
boolean |
hasReadOnly()
Method hasReadOnly.
|
boolean |
isDirty()
Returns the value of field 'dirty'.
|
boolean |
isReadOnly()
Returns the value of field 'readOnly'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setDirty(boolean dirty)
Sets the value of field 'dirty'.
|
void |
setReadOnly(boolean readOnly)
Sets the value of field 'readOnly'.
|
static ReadonlyDirtyType |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteDirty()
public void deleteReadOnly()
public boolean getDirty()
public boolean getReadOnly()
public boolean hasDirty()
public boolean hasReadOnly()
public boolean isDirty()
public boolean isReadOnly()
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 setDirty(boolean dirty)
dirty
- the value of field 'dirty'.public void setReadOnly(boolean readOnly)
readOnly
- the value of field 'readOnly'.public static ReadonlyDirtyType unmarshal(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 © 2019. All rights reserved.