public static class TestScript.SetupActionOperationRequestHeader extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Header elements would be used to set HTTP headers.
| Constructor and Description |
|---|
SetupActionOperationRequestHeader() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getField()
Gets the value(s) for field ().
|
ca.uhn.fhir.model.primitive.StringDt |
getFieldElement()
Gets the value(s) for field ().
|
String |
getValue()
Gets the value(s) for value ().
|
ca.uhn.fhir.model.primitive.StringDt |
getValueElement()
Gets the value(s) for value ().
|
boolean |
isEmpty() |
TestScript.SetupActionOperationRequestHeader |
setField(String theString)
Sets the value for field ()
|
TestScript.SetupActionOperationRequestHeader |
setField(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for field ()
|
TestScript.SetupActionOperationRequestHeader |
setValue(String theString)
Sets the value for value ()
|
TestScript.SetupActionOperationRequestHeader |
setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for value ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SetupActionOperationRequestHeader()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getFieldElement()
null.
Definition: The HTTP header field e.g. \"Accept\"
public String getField()
null.
Definition: The HTTP header field e.g. \"Accept\"
public TestScript.SetupActionOperationRequestHeader setField(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The HTTP header field e.g. \"Accept\"
public TestScript.SetupActionOperationRequestHeader setField(String theString)
Definition: The HTTP header field e.g. \"Accept\"
public ca.uhn.fhir.model.primitive.StringDt getValueElement()
null.
Definition: The value of the header e.g. \"application/xml\"
public String getValue()
null.
Definition: The value of the header e.g. \"application/xml\"
public TestScript.SetupActionOperationRequestHeader setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The value of the header e.g. \"application/xml\"
public TestScript.SetupActionOperationRequestHeader setValue(String theString)
Definition: The value of the header e.g. \"application/xml\"
Copyright © 2014–2018 University Health Network. All rights reserved.