public class AccessInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IGNORE_READ
Ignore when reading.
|
static String |
IGNORE_READWRITE
Ignore when reading and writing.
|
static String |
IGNORE_WRITE
Ignore when writing.
|
static String |
THIS
Constant for identifying this.
|
Constructor and Description |
---|
AccessInfo(QName xmlobjectname)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier,
String ignore)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier,
String ignore,
Object defaultvalue)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier,
String ignore,
Object defaultvalue,
Object extrainfo)
Create a new access info.
|
AccessInfo(String xmlobjectname)
Create a new access info.
|
AccessInfo(String xmlobjectname,
Object objectidentifier)
Create a new access info.
|
AccessInfo(String xmlobjectname,
Object objectidentifier,
String ignore)
Create a new access info.
|
AccessInfo(String xmlobjectname,
Object objectidentifier,
String ignore,
Object defaultvalue)
Create a new access info.
|
AccessInfo(String xmlobjectname,
Object objectidentifier,
String ignore,
Object defaultvalue,
Object extrainfo)
Create a new access info.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Get the defaultvalue.
|
Object |
getExtraInfo()
Get the extrainfo.
|
Object |
getObjectIdentifier()
Get the objectidentifier.
|
QName |
getXmlObjectName()
Get the xmlobjectname.
|
boolean |
isIgnoreRead()
Is ignore read.
|
boolean |
isIgnoreWrite()
Is ignore write.
|
public static final String THIS
public static final String IGNORE_READ
public static final String IGNORE_WRITE
public static final String IGNORE_READWRITE
public AccessInfo(QName xmlobjectname)
public AccessInfo(QName xmlobjectname, Object objectidentifier)
public AccessInfo(QName xmlobjectname, Object objectidentifier, String ignore)
public AccessInfo(QName xmlobjectname, Object objectidentifier, String ignore, Object defaultvalue)
public AccessInfo(QName xmlobjectname, Object objectidentifier, String ignore, Object defaultvalue, Object extrainfo)
public AccessInfo(String xmlobjectname)
public AccessInfo(String xmlobjectname, Object objectidentifier)
public AccessInfo(String xmlobjectname, Object objectidentifier, String ignore)
public AccessInfo(String xmlobjectname, Object objectidentifier, String ignore, Object defaultvalue)
public Object getObjectIdentifier()
public QName getXmlObjectName()
public Object getDefaultValue()
public boolean isIgnoreRead()
public boolean isIgnoreWrite()
public Object getExtraInfo()
Copyright © 2012. All Rights Reserved.