|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.rid.element.NPPath
public class NPPath
This class represents to NPPath element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addEmailValue(String value)
Adds the specified vlaue with the value of Email node. |
void |
addNPPath(NPPath path)
Adds the specified NPPath element |
void |
addRegistryHandleRegistrytype(String type)
Adds the specified type with the RegistryHandle element. |
void |
addTelephoneValue(String value)
Adds the specified vlaue with the value of Telephone node. |
String[] |
getEmailValues()
Returns the array of value of Email node, reutrns null if they doesn't exist. |
String |
getFaxValue()
Returns the value of Fax node, reutrns null if it doesn't exist. |
String |
getNameValue()
Returns the value of name node, reutrns null if it doesn't exist. |
Node |
getNode()
Returns the node element. |
NPPath[] |
getNPPaths()
Returns the array of NPPath element. |
String[] |
getRegistryHandleRegistrytypes()
Returns the array of registory type of RegistryHandle element. |
String |
getRestriction()
Returns the restriction value. |
String[] |
getTelephoneValues()
Returns the array of value of Telephone node, reutrns null if they doesn't exist. |
String |
getTimezoneValue()
Returns the value of Timezone node, reutrns null if it doesn't exist. |
void |
setFaxValue(String value)
Sets the specified value with Fax node. |
void |
setNameValue(String value)
Sets the value of name node. |
void |
setNode(Node node)
Sets the specified node elment. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setTimezoneValue(String value)
Sets the specified value with Timezone node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setNameValue(String value)
value - - the value of name node.public String getNameValue()
public void addRegistryHandleRegistrytype(String type)
type - the registry type of RegistryHandle elementpublic String[] getRegistryHandleRegistrytypes()
public void setNode(Node node)
node - - the node element.public Node getNode()
public void addEmailValue(String value)
value - the mail addresspublic String[] getEmailValues()
public void addTelephoneValue(String value)
value - the telephone numberpublic String[] getTelephoneValues()
public void setFaxValue(String value)
value - the fax numberpublic String getFaxValue()
public void setTimezoneValue(String value)
value - the timezonepublic String getTimezoneValue()
public void addNPPath(NPPath path)
path - NPPath elementpublic NPPath[] getNPPaths()
public void setRestriction(String value)
value - restriction valuepublic String getRestriction()
| ||||||