Package org.cxml
Class IdReference
java.lang.Object
org.cxml.IdReference
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Creatorprotected Descriptionprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creator property.Gets the value of the description property.Gets the value of the domain property.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.voidSets the value of the domain property.voidsetIdentifier(String value) Sets the value of the identifier property.
-
Field Details
-
identifier
-
domain
-
creator
-
description
-
-
Constructor Details
-
IdReference
public IdReference()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getCreator
Gets the value of the creator property.- Returns:
- possible object is
Creator
-
setCreator
Sets the value of the creator property.- Parameters:
value- allowed object isCreator
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-