blob: 75f853e0facacb35ac59842a857d3fe61b8dde09 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 David Carlson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carlson (Clinical Cloud Solutions, LLC) - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.mdht.uml.fhir.core.datatype;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Address</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getUse <em>Use</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getText <em>Text</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getLines <em>Line</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getCity <em>City</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getDistrict <em>District</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getState <em>State</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getPostalCode <em>Postal Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getCountry <em>Country</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getPeriod <em>Period</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress()
* @model
* @generated
*/
public interface Address extends DataType {
/**
* Returns the value of the '<em><b>Use</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Use</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Use</em>' reference.
* @see #setUse(Code)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_Use()
* @model
* @generated
*/
Code getUse();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getUse <em>Use</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Use</em>' reference.
* @see #getUse()
* @generated
*/
void setUse(Code value);
/**
* Returns the value of the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' reference.
* @see #setType(Code)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_Type()
* @model
* @generated
*/
Code getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' reference.
* @see #getType()
* @generated
*/
void setType(Code value);
/**
* Returns the value of the '<em><b>Text</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Text</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Text</em>' reference.
* @see #setText(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_Text()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getText();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getText <em>Text</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Text</em>' reference.
* @see #getText()
* @generated
*/
void setText(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Line</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Line</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Line</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_Line()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getLines();
/**
* Returns the value of the '<em><b>City</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>City</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>City</em>' reference.
* @see #setCity(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_City()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getCity();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getCity <em>City</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>City</em>' reference.
* @see #getCity()
* @generated
*/
void setCity(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>District</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>District</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>District</em>' reference.
* @see #setDistrict(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_District()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDistrict();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getDistrict <em>District</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>District</em>' reference.
* @see #getDistrict()
* @generated
*/
void setDistrict(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>State</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>State</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>State</em>' reference.
* @see #setState(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_State()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getState();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getState <em>State</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>State</em>' reference.
* @see #getState()
* @generated
*/
void setState(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Postal Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Postal Code</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Postal Code</em>' reference.
* @see #setPostalCode(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_PostalCode()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getPostalCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getPostalCode <em>Postal Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Postal Code</em>' reference.
* @see #getPostalCode()
* @generated
*/
void setPostalCode(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Country</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Country</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Country</em>' reference.
* @see #setCountry(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_Country()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getCountry();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getCountry <em>Country</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Country</em>' reference.
* @see #getCountry()
* @generated
*/
void setCountry(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Period</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Period</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Period</em>' reference.
* @see #setPeriod(Period)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getAddress_Period()
* @model
* @generated
*/
Period getPeriod();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Address#getPeriod <em>Period</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Period</em>' reference.
* @see #getPeriod()
* @generated
*/
void setPeriod(Period value);
} // Address