9 package com.proalpha.pds.templates.jaxb;
11 import java.util.ArrayList;
12 import java.util.List;
13 import javax.xml.bind.annotation.XmlAccessType;
14 import javax.xml.bind.annotation.XmlAccessorType;
15 import javax.xml.bind.annotation.XmlElement;
16 import javax.xml.bind.annotation.XmlRootElement;
17 import javax.xml.bind.annotation.XmlType;
53 @XmlAccessorType(XmlAccessType.FIELD)
54 @XmlType(name =
"", propOrder = {
57 @XmlRootElement(name =
"tt_BAlpLine")
60 @XmlElement(name =
"tt_BAlpLineRow")
86 if (ttBAlpLineRow ==
null) {
89 return this.ttBAlpLineRow;
116 @XmlAccessorType(XmlAccessType.FIELD)
117 @XmlType(name =
"", propOrder = {
124 public static class TtBAlpLineRow {
126 @XmlElement(required =
true, type = Integer.class, nillable =
true)
127 protected Integer line;
128 @XmlElement(name = "Constant", required = true, nillable = true)
129 protected String constant;
130 @XmlElement(name = "Content", required = true, nillable = true)
131 protected String content;
132 @XmlElement(name = "Module", required = true, nillable = true)
133 protected String module;
134 @XmlElement(name = "SubSection", required = true, nillable = true)
135 protected String subSection;
145 public Integer getLine() {
157 public void setLine(Integer value) {
169 public String getConstant() {
181 public void setConstant(String value) {
182 this.constant = value;
193 public String getContent() {
205 public void setContent(String value) {
206 this.content = value;
217 public String getModule() {
229 public void setModule(String value) {
241 public String getSubSection() {
253 public void setSubSection(String value) {
254 this.subSection = value;
List< TtBAlpLine.TtBAlpLineRow > getTtBAlpLineRow()