public class PSDPhysicalSampleDescription extends Object
Java class for PSD-PhysicalSampleDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PSD-PhysicalSampleDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4407" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4407-SampleProcessStepCode" minOccurs="0"/>
<element name="E7039" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7039-SampleSelectionMethodCode" minOccurs="0"/>
<element name="C526" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C526-FrequencyDetails" minOccurs="0"/>
<element name="E7045" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7045-SampleStateCode" minOccurs="0"/>
<element name="E7047" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7047-SampleDirectionCode" minOccurs="0"/>
<sequence>
<element name="C514" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C514-SampleLocationDetails" maxOccurs="2" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PSDPhysicalSampleDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<C514SampleLocationDetails> |
getC514()
Gets the value of the c514 property.
|
C526FrequencyDetails |
getC526()
Gets the value of the c526 property.
|
String |
getE4407()
Gets the value of the e4407 property.
|
String |
getE7039()
Gets the value of the e7039 property.
|
String |
getE7045()
Gets the value of the e7045 property.
|
String |
getE7047()
Gets the value of the e7047 property.
|
void |
setC526(C526FrequencyDetails value)
Sets the value of the c526 property.
|
void |
setE4407(String value)
Sets the value of the e4407 property.
|
void |
setE7039(String value)
Sets the value of the e7039 property.
|
void |
setE7045(String value)
Sets the value of the e7045 property.
|
void |
setE7047(String value)
Sets the value of the e7047 property.
|
PSDPhysicalSampleDescription |
withC514(C514SampleLocationDetails... values) |
PSDPhysicalSampleDescription |
withC514(Collection<C514SampleLocationDetails> values) |
PSDPhysicalSampleDescription |
withC526(C526FrequencyDetails value) |
PSDPhysicalSampleDescription |
withE4407(String value) |
PSDPhysicalSampleDescription |
withE7039(String value) |
PSDPhysicalSampleDescription |
withE7045(String value) |
PSDPhysicalSampleDescription |
withE7047(String value) |
public String getE4407()
Stringpublic void setE4407(String value)
value - allowed object is
Stringpublic String getE7039()
Stringpublic void setE7039(String value)
value - allowed object is
Stringpublic C526FrequencyDetails getC526()
C526FrequencyDetailspublic void setC526(C526FrequencyDetails value)
value - allowed object is
C526FrequencyDetailspublic String getE7045()
Stringpublic void setE7045(String value)
value - allowed object is
Stringpublic String getE7047()
Stringpublic void setE7047(String value)
value - allowed object is
Stringpublic List<C514SampleLocationDetails> getC514()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the c514 property.
For example, to add a new item, do as follows:
getC514().add(newItem);
Objects of the following type(s) are allowed in the list
C514SampleLocationDetails
public PSDPhysicalSampleDescription withE4407(String value)
public PSDPhysicalSampleDescription withE7039(String value)
public PSDPhysicalSampleDescription withC526(C526FrequencyDetails value)
public PSDPhysicalSampleDescription withE7045(String value)
public PSDPhysicalSampleDescription withE7047(String value)
public PSDPhysicalSampleDescription withC514(C514SampleLocationDetails... values)
public PSDPhysicalSampleDescription withC514(Collection<C514SampleLocationDetails> values)
Copyright © 2020. All rights reserved.