|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.components.AsnSubject
public class AsnSubject
Represents an assertion subject.
Constructor Summary | |
---|---|
AsnSubject()
Default constructor. |
|
AsnSubject(AsnSubject objectToDuplicate)
Construct by duplicating an existing object. |
|
AsnSubject(String urnPrefix)
Constructs with a URN prefix and type part. |
Method Summary | |
---|---|
AsnSubject |
duplicate()
Produces a deep clone of the object. |
boolean |
getRequiresValuePart()
Gets the flag indicating whether or not a value part is required. |
String |
getURN()
Gets the URN. |
String |
getURNPrefix()
Gets the URN prefix. |
String |
getValuePart()
Gets the value part associated with the subject URN. |
boolean |
isType(String urnPrefix)
|
void |
setRequiresValuePart(boolean requiresValuePart)
Sets the flag indicating whether or not a value part is required. |
void |
setURN(String urn)
Sets the URN. |
void |
setURNPrefix(String urnPrefix)
Sets the URN prefix. |
void |
setValuePart(String valuePart)
Sets the value part associated with the subject URN. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnSubject()
public AsnSubject(AsnSubject objectToDuplicate)
objectToDuplicate
- the object to duplicatepublic AsnSubject(String urnPrefix)
urnPrefix
- the URN prefixMethod Detail |
---|
public boolean getRequiresValuePart()
true
if a value part is requiredpublic void setRequiresValuePart(boolean requiresValuePart)
requiresValuePart
- true
if a value part is requiredpublic String getURN()
public void setURN(String urn)
urn
- the URNpublic String getURNPrefix()
public void setURNPrefix(String urnPrefix)
urnPrefix
- the URN prefixpublic String getValuePart()
public void setValuePart(String valuePart)
valuePart
- the value partpublic AsnSubject duplicate()
public boolean isType(String urnPrefix)
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |