Class RegulationType


  • public class RegulationType
    extends Object

    Java class for RegulationType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="RegulationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LegalReference" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OntologyURI" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RegulationType

        public RegulationType()
    • Method Detail

      • getName

        public NameType getName()
        Gets the value of the name property.
        Returns:
        possible object is NameType
      • setName

        public void setName​(NameType value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is NameType
      • setLegalReference

        public void setLegalReference​(LegalReferenceType value)
        Sets the value of the legalReference property.
        Parameters:
        value - allowed object is LegalReferenceType
      • setOntologyURI

        public void setOntologyURI​(OntologyURIType value)
        Sets the value of the ontologyURI property.
        Parameters:
        value - allowed object is OntologyURIType