|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.xml.SEPElement
public abstract class SEPElement
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SELECT_ATTR
Default value of the select attribute is FALSE if it was omitted in the parent element. |
static boolean |
DEFAULT_SELECT_ATTR_BOOL
|
static java.lang.String |
MATCH_ATTR_ANY
|
static java.lang.String |
MATCH_ATTR_CONTENT
Deprecated. |
static java.lang.String |
MATCH_ATTR_DEFAULT
Default value of the match attribute if it was omitted or its value is null. |
static java.lang.String |
MATCH_ATTR_NON_NULL
|
static java.lang.String |
MATCH_ATTR_NONE
Deprecated. |
static java.lang.String |
MATCH_ATTR_NULL
|
static java.lang.String |
SELECT_ATTR_FALSE
|
static java.lang.String |
SELECT_ATTR_TRUE
|
protected static org.apache.commons.logging.Log |
soLog
|
Constructor Summary | |
---|---|
SEPElement()
Creates a default SEPElement object |
|
SEPElement(java.lang.String value,
java.lang.String match,
java.lang.Boolean select)
Creates a SEPElement with required attributes object with the given value |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getMatch()
Gets the "match" attribute of this Type/MediaType/Path rule |
boolean |
getSelect()
Gets the "select" attribute of this Type/MediaType/Path rule |
java.lang.String |
getValue()
Gets the value of this Type/MediaType/Path rule |
int |
hashCode()
|
void |
setFromXML(org.w3c.dom.Node root)
|
void |
setMatch(java.lang.String match)
Sets the "match" attribute of this Type/MediaType/Path rule |
void |
setSelect(boolean select)
Sets the "select" attribute of this Type/MediaType/Path rule |
void |
setSelect(java.lang.Boolean select)
Sets the "select" attribute of this Type/MediaType/Path rule |
void |
setSelect(java.lang.String select)
Sets the "select" attribute of this Type/MediaType/Path rule. |
void |
setValue(java.lang.String value)
Sets the value of this Type/MediaType/Path rule |
protected java.lang.String |
toString(java.lang.String tag)
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log soLog
public static final java.lang.String MATCH_ATTR_DEFAULT
MATCH_ATTR_CONTENT
as defined in xri-resolution-v2.0-wd-10-ed-08.
public static final java.lang.String MATCH_ATTR_ANY
public static final java.lang.String MATCH_ATTR_NON_NULL
public static final java.lang.String MATCH_ATTR_NULL
public static final java.lang.String MATCH_ATTR_CONTENT
public static final java.lang.String MATCH_ATTR_NONE
public static final java.lang.String SELECT_ATTR_TRUE
public static final java.lang.String SELECT_ATTR_FALSE
public static final java.lang.String DEFAULT_SELECT_ATTR
public static final boolean DEFAULT_SELECT_ATTR_BOOL
Constructor Detail |
---|
public SEPElement()
SEPElement
object
public SEPElement(java.lang.String value, java.lang.String match, java.lang.Boolean select)
SEPElement with required attributes
object with the given value
Method Detail |
---|
public java.lang.String getMatch()
public void setMatch(java.lang.String match)
public boolean getSelect()
public void setSelect(boolean select)
public void setSelect(java.lang.Boolean select)
public void setSelect(java.lang.String select)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
public void setFromXML(org.w3c.dom.Node root)
protected java.lang.String toString(java.lang.String tag)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |