public class ProcessType extends Object
Java class for ProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://busdox.org/transport/identifiers/1.0/}ProcessIdentifier"/>
<element name="ServiceEndpointList" type="{http://busdox.org/serviceMetadata/publishing/1.0/}ServiceEndpointList"/>
<element name="Extension" type="{http://busdox.org/serviceMetadata/publishing/1.0/}ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected ProcessIdentifierType |
processIdentifier |
protected ServiceEndpointList |
serviceEndpointList |
| Constructor and Description |
|---|
ProcessType() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
ProcessIdentifierType |
getProcessIdentifier()
Gets the value of the processIdentifier property.
|
ServiceEndpointList |
getServiceEndpointList()
Gets the value of the serviceEndpointList property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setProcessIdentifier(ProcessIdentifierType value)
Sets the value of the processIdentifier property.
|
void |
setServiceEndpointList(ServiceEndpointList value)
Sets the value of the serviceEndpointList property.
|
protected ProcessIdentifierType processIdentifier
protected ServiceEndpointList serviceEndpointList
protected ExtensionType extension
public ProcessIdentifierType getProcessIdentifier()
ProcessIdentifierTypepublic void setProcessIdentifier(ProcessIdentifierType value)
value - allowed object is
ProcessIdentifierTypepublic ServiceEndpointList getServiceEndpointList()
ServiceEndpointListpublic void setServiceEndpointList(ServiceEndpointList value)
value - allowed object is
ServiceEndpointListpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2017 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.