public class Scope extends Object
Java class for Scope complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Scope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}ScopeAttributes"/>
         <element ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}ScopeInformation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
identifier  | 
protected String | 
instanceIdentifier  | 
protected List<JAXBElement<?>> | 
scopeInformation  | 
protected String | 
type  | 
| Constructor and Description | 
|---|
Scope()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getIdentifier()
Gets the value of the identifier property. 
 | 
String | 
getInstanceIdentifier()
Gets the value of the instanceIdentifier property. 
 | 
List<JAXBElement<?>> | 
getScopeInformation()
Gets the value of the scopeInformation property. 
 | 
String | 
getType()
Gets the value of the type property. 
 | 
void | 
setIdentifier(String value)
Sets the value of the identifier property. 
 | 
void | 
setInstanceIdentifier(String value)
Sets the value of the instanceIdentifier property. 
 | 
void | 
setType(String value)
Sets the value of the type property. 
 | 
protected String type
protected String instanceIdentifier
protected String identifier
protected List<JAXBElement<?>> scopeInformation
public String getType()
Stringpublic void setType(String value)
value - allowed object is
     Stringpublic String getInstanceIdentifier()
Stringpublic void setInstanceIdentifier(String value)
value - allowed object is
     Stringpublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
     Stringpublic List<JAXBElement<?>> getScopeInformation()
 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 scopeInformation property.
 
 
For example, to add a new item, do as follows:
    getScopeInformation().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JAXBElement<BusinessService>
 JAXBElement<CorrelationInformation>
 JAXBElement<Object>
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.