Class RegulationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LegalReferenceTypelegalReferenceprotected NameTypenameprotected OntologyURITypeontologyURI
-
Constructor Summary
Constructors Constructor Description RegulationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegalReferenceTypegetLegalReference()Gets the value of the legalReference property.NameTypegetName()Gets the value of the name property.OntologyURITypegetOntologyURI()Gets the value of the ontologyURI property.voidsetLegalReference(LegalReferenceType value)Sets the value of the legalReference property.voidsetName(NameType value)Sets the value of the name property.voidsetOntologyURI(OntologyURIType value)Sets the value of the ontologyURI property.
-
-
-
Field Detail
-
name
protected NameType name
-
legalReference
protected LegalReferenceType legalReference
-
ontologyURI
protected OntologyURIType ontologyURI
-
-
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 isNameType
-
getLegalReference
public LegalReferenceType getLegalReference()
Gets the value of the legalReference property.- Returns:
- possible object is
LegalReferenceType
-
setLegalReference
public void setLegalReference(LegalReferenceType value)
Sets the value of the legalReference property.- Parameters:
value- allowed object isLegalReferenceType
-
getOntologyURI
public OntologyURIType getOntologyURI()
Gets the value of the ontologyURI property.- Returns:
- possible object is
OntologyURIType
-
setOntologyURI
public void setOntologyURI(OntologyURIType value)
Sets the value of the ontologyURI property.- Parameters:
value- allowed object isOntologyURIType
-
-