|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.Namespace
public class Namespace
Java class for Namespace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Namespace"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute ref="{}prefix use="required""/> <attribute ref="{}uri use="required""/> <attribute ref="{}default"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
_default
|
protected String |
prefix
|
protected String |
uri
|
Constructor Summary | |
---|---|
Namespace()
|
Method Summary | |
---|---|
String |
getPrefix()
Gets the value of the prefix property. |
String |
getUri()
Gets the value of the uri property. |
boolean |
isDefault()
Gets the value of the default property. |
void |
setDefault(Boolean value)
Sets the value of the default property. |
void |
setPrefix(String value)
Sets the value of the prefix property. |
void |
setUri(String value)
Sets the value of the uri property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String prefix
protected String uri
protected Boolean _default
Constructor Detail |
---|
public Namespace()
Method Detail |
---|
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isDefault()
Boolean
public void setDefault(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |