Package org.cxml

Class IdReference

java.lang.Object
org.cxml.IdReference

public class IdReference extends Object
  • Field Details

    • identifier

      protected String identifier
    • domain

      protected String domain
    • creator

      protected Creator creator
    • description

      protected Description description
  • Constructor Details

    • IdReference

      public IdReference()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Returns:
      possible object is String
    • setDomain

      public void setDomain(String value)
      Sets the value of the domain property.
      Parameters:
      value - allowed object is String
    • 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 is Creator
    • 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 is Description