public static class Parameters.Parameter extends BaseIdentifiableElement implements IResourceBlock
Definition: A parameter passed to or received from the operation
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
Parameters.Parameter |
addPart()
Adds and returns a new value for part ()
|
Parameters.Parameter |
addPart(Parameters.Parameter theValue)
Adds a given new value for part ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
List<Parameters.Parameter> |
getPart()
Gets the value(s) for part ().
|
Parameters.Parameter |
getPartFirstRep()
Gets the first repetition for part (),
creating it if it does not already exist.
|
IResource |
getResource()
Gets the value(s) for resource ().
|
IDatatype |
getValue()
Gets the value(s) for value[x] ().
|
boolean |
isEmpty() |
Parameters.Parameter |
setName(String theString)
Sets the value for name ()
|
Parameters.Parameter |
setName(StringDt theValue)
Sets the value(s) for name ()
|
Parameters.Parameter |
setPart(List<Parameters.Parameter> theValue)
Sets the value(s) for part ()
|
Parameters.Parameter |
setResource(IResource theValue)
Sets the value(s) for resource ()
|
Parameters.Parameter |
setValue(IDatatype theValue)
Sets the value(s) for value[x] ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Parameter()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getNameElement()
null.
Definition: The name of the parameter (reference to the operation definition)
public String getName()
null.
Definition: The name of the parameter (reference to the operation definition)
public Parameters.Parameter setName(StringDt theValue)
Definition: The name of the parameter (reference to the operation definition)
public Parameters.Parameter setName(String theString)
Definition: The name of the parameter (reference to the operation definition)
public IDatatype getValue()
null.
Definition: If the parameter is a data type
public Parameters.Parameter setValue(IDatatype theValue)
Definition: If the parameter is a data type
public IResource getResource()
Definition: If the parameter is a whole resource
public Parameters.Parameter setResource(IResource theValue)
Definition: If the parameter is a whole resource
public List<Parameters.Parameter> getPart()
null.
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
public Parameters.Parameter setPart(List<Parameters.Parameter> theValue)
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
public Parameters.Parameter addPart()
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
public Parameters.Parameter addPart(Parameters.Parameter theValue)
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
theValue - The part to add (must not be null)public Parameters.Parameter getPartFirstRep()
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
Copyright © 2014–2016 University Health Network. All rights reserved.