Package org.cxml
Class InternalID
- java.lang.Object
-
- org.cxml.InternalID
-
public class InternalID extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InternalID()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDomain()Gets the value of the domain property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetDomain(java.lang.String value)Sets the value of the domain property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getDomain
public java.lang.String getDomain()
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
public void setDomain(java.lang.String value)
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-