Package org.cxml
Class IdReference
- java.lang.Object
-
- org.cxml.IdReference
-
public class IdReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Creatorcreatorprotected Descriptiondescriptionprotected java.lang.Stringdomainprotected java.lang.Stringidentifier
-
Constructor Summary
Constructors Constructor Description IdReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatorgetCreator()Gets the value of the creator property.DescriptiongetDescription()Gets the value of the description property.java.lang.StringgetDomain()Gets the value of the domain property.java.lang.StringgetIdentifier()Gets the value of the identifier property.voidsetCreator(Creator value)Sets the value of the creator property.voidsetDescription(Description value)Sets the value of the description property.voidsetDomain(java.lang.String value)Sets the value of the domain property.voidsetIdentifier(java.lang.String value)Sets the value of the identifier property.
-
-
-
Field Detail
-
identifier
protected java.lang.String identifier
-
domain
protected java.lang.String domain
-
creator
protected Creator creator
-
description
protected Description description
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
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
-
getCreator
public Creator getCreator()
Gets the value of the creator property.- Returns:
- possible object is
Creator
-
setCreator
public void setCreator(Creator value)
Sets the value of the creator property.- Parameters:
value- allowed object isCreator
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
-