Class GovernanceRules2
java.lang.Object
org.coderic.iso20022.messages.tsin.GovernanceRules2
Java class for GovernanceRules2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GovernanceRules2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="RuleId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GovernanceIdentification1Choice"/> <element name="AplblLaw" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Location1" minOccurs="0"/> <element name="Jursdctn" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Location1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aplblLaw property.getId()
Gets the value of the id property.Gets the value of the jursdctn property.Gets the value of the ruleId property.void
setAplblLaw
(Location1 value) Sets the value of the aplblLaw property.void
Sets the value of the id property.void
Sets the value of the ruleId property.
-
Constructor Details
-
GovernanceRules2
public GovernanceRules2()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getRuleId
Gets the value of the ruleId property.- Returns:
- possible object is
GovernanceIdentification1Choice
-
setRuleId
Sets the value of the ruleId property.- Parameters:
value
- allowed object isGovernanceIdentification1Choice
-
getAplblLaw
Gets the value of the aplblLaw property.- Returns:
- possible object is
Location1
-
setAplblLaw
Sets the value of the aplblLaw property.- Parameters:
value
- allowed object isLocation1
-
getJursdctn
Gets the value of the jursdctn 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 Jakarta XML Binding object. This is why there is not a
set
method for the jursdctn property.For example, to add a new item, do as follows:
getJursdctn().add(newItem);
Objects of the following type(s) are allowed in the list
Location1
-