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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • instanceIdentifier

        protected String instanceIdentifier
      • identifier

        protected String identifier
    • 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