Class TLcdISO19103TypeName

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19103TypeName extends TLcdISO19118Object
A TypeName is a LocalName that references either a recordType or object type in some form of schema. The stored value "aName" is the returned value for the "aName()" operation. This is the types name. - For parsing from types (or objects) the parsible name normally uses a "." navigation separator, so that it is of the form [class].[member].[memberOfMember]. ...)
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19103TypeName

      public TLcdISO19103TypeName()
    • TLcdISO19103TypeName

      public TLcdISO19103TypeName(TLcdDataType aType)
  • Method Details

    • getAName

      public String getAName()
      Returns the role value contained in the value of the ANAME_PROPERTY property. Returns null if the value of the ANAME_PROPERTY property is null.
      Returns:
      the role value of the ANAME_PROPERTY property.
      See Also:
    • setAName

      public void setAName(String aValue)
      Sets the value of the property that maps to the aName element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the ANAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the ANAME_PROPERTY property.