Class Scope


  • 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>
     
    • Field Detail

      • instanceIdentifier

        protected String instanceIdentifier
      • identifier

        protected String identifier
      • scopeInformation

        protected List<jakarta.xml.bind.JAXBElement<?>> scopeInformation
    • Constructor Detail

      • Scope

        public Scope()
    • Method Detail

      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getInstanceIdentifier

        public String getInstanceIdentifier()
        Gets the value of the instanceIdentifier property.
        Returns:
        possible object is String
      • setInstanceIdentifier

        public void setInstanceIdentifier​(String value)
        Sets the value of the instanceIdentifier property.
        Parameters:
        value - allowed object is String
      • getIdentifier

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is String
      • getScopeInformation

        public List<jakarta.xml.bind.JAXBElement<?>> getScopeInformation()
        Gets the value of the scopeInformation property.

        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<Object> JAXBElement<BusinessService> JAXBElement<CorrelationInformation>

        Returns:
        The value of the scopeInformation property.