Class GovernanceRules2

java.lang.Object
org.coderic.iso20022.messages.tsmt.GovernanceRules2

public class GovernanceRules2 extends Object

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:tsmt.055.001.01}GovernanceIdentification1Choice"/>
         <element name="AplblLaw" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Location1" minOccurs="0"/>
         <element name="Jursdctn" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Location1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • GovernanceRules2

      public GovernanceRules2()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getRuleId

      public GovernanceIdentification1Choice getRuleId()
      Gets the value of the ruleId property.
      Returns:
      possible object is GovernanceIdentification1Choice
    • setRuleId

      public void setRuleId(GovernanceIdentification1Choice value)
      Sets the value of the ruleId property.
      Parameters:
      value - allowed object is GovernanceIdentification1Choice
    • getAplblLaw

      public Location1 getAplblLaw()
      Gets the value of the aplblLaw property.
      Returns:
      possible object is Location1
    • setAplblLaw

      public void setAplblLaw(Location1 value)
      Sets the value of the aplblLaw property.
      Parameters:
      value - allowed object is Location1
    • getJursdctn

      public List<Location1> 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