COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.validation.internal.databuilders
Class IdentityDataBuilder.SMLIFIdentity

java.lang.Object
  extended by org.eclipse.cosmos.rm.validation.internal.databuilders.IdentityDataBuilder.SMLIFIdentity
Enclosing class:
IdentityDataBuilder

public static class IdentityDataBuilder.SMLIFIdentity
extends java.lang.Object

Stores the data included in the identity section of the SML-IF document


Constructor Summary
IdentityDataBuilder.SMLIFIdentity()
           
 
Method Summary
 java.lang.String getBaseURI()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setBaseURI(java.lang.String baseURI)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityDataBuilder.SMLIFIdentity

public IdentityDataBuilder.SMLIFIdentity()
Method Detail

getBaseURI

public java.lang.String getBaseURI()
Returns:
the baseURI

setBaseURI

public void setBaseURI(java.lang.String baseURI)
Parameters:
baseURI - the baseURI to set

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification