From d677241ddbbe01c6081fb57014a1317fa086066b Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 10 Oct 2023 13:27:41 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 +- .../xit/custom/boot/DatasourceConfig2.java | 57 - .../externalsystem/car/dao/CarMapper.java | 11 - .../lvisserver/CarRegBasicInfo.java | 56 - .../lvisserver/CarRegBasicInfoImpl.java | 96 - .../wsdlserver/lvisserver/FindRegBasic.java | 92 - .../lvisserver/FindRegBasicParameter.java | 69 - ...ndRegBasicParameterEaiRequestRsRecord.java | 209 -- .../lvisserver/FindRegBasicResponseType.java | 64 - .../lvisserver/FindRegBasicReturn.java | 97 - ...FindRegBasicReturnEaiResponseRsRecord.java | 2905 ----------------- .../lvisserver/FindRegBasicTest.java | 92 - .../lvisserver/FindRegBasicTestParameter.java | 69 - ...gBasicTestParameterEaiRequestRsRecord.java | 209 -- .../FindRegBasicTestResponseType.java | 64 - .../lvisserver/FindRegBasicTestReturn.java | 97 - ...RegBasicTestReturnEaiResponseRsRecord.java | 2641 --------------- .../FindVhrnoBasicInfoCopertnOwner.java | 92 - ...ndVhrnoBasicInfoCopertnOwnerParameter.java | 69 - ...pertnOwnerParameterEaiRequestRsRecord.java | 69 - ...hrnoBasicInfoCopertnOwnerResponseType.java | 64 - .../FindVhrnoBasicInfoCopertnOwnerReturn.java | 97 - ...CopertnOwnerReturnEaiResponseRsRecord.java | 265 -- .../wsdlserver/lvisserver/ObjectFactory.java | 192 -- .../wsdlserver/lvisserver/ResultMessage.java | 323 -- .../lvisserver/WebServiceConfig.java | 44 - .../lvisserver/WsRequestContext.java | 370 --- .../wsdlserver/lvisserver/package-info.java | 2 - src/main/resources/application.yml | 12 - 29 files changed, 1 insertion(+), 8444 deletions(-) delete mode 100644 src/main/java/cokr/xit/custom/boot/DatasourceConfig2.java delete mode 100644 src/main/java/externalsystem/car/dao/CarMapper.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfo.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfoImpl.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasic.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameter.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameterEaiRequestRsRecord.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicResponseType.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturn.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturnEaiResponseRsRecord.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTest.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameter.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameterEaiRequestRsRecord.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestResponseType.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturn.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturnEaiResponseRsRecord.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwner.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameter.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerResponseType.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturn.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/ObjectFactory.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/ResultMessage.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/WebServiceConfig.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/WsRequestContext.java delete mode 100644 src/main/java/testserver/wsdlserver/lvisserver/package-info.java diff --git a/pom.xml b/pom.xml index a486cff2..6e435b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,24 +33,8 @@ cokr.xit.boot xit-foundation-starter 23.04.01-SNAPSHOT - - - cokr.xit.base - xit-security - - - - - - org.apache.cxf - cxf-spring-boot-starter-jaxws - 3.3.6 - - - org.hibernate - hibernate-validator - 5.3.6.Final + diff --git a/src/main/java/cokr/xit/custom/boot/DatasourceConfig2.java b/src/main/java/cokr/xit/custom/boot/DatasourceConfig2.java deleted file mode 100644 index 3a296ec4..00000000 --- a/src/main/java/cokr/xit/custom/boot/DatasourceConfig2.java +++ /dev/null @@ -1,57 +0,0 @@ -package cokr.xit.custom.boot; - -import javax.sql.DataSource; - -import org.egovframe.rte.psl.dataaccess.mapper.MapperConfigurer; -import org.mybatis.spring.SqlSessionFactoryBean; -import org.springframework.boot.context.properties.ConfigurationProperties; -import org.springframework.boot.jdbc.DataSourceBuilder; -import org.springframework.context.annotation.Bean; -import org.springframework.context.annotation.Configuration; -import org.springframework.core.io.support.PathMatchingResourcePatternResolver; - -import cokr.xit.foundation.Assert; - -/**데이터베이스 접속 관련 설정 - * - * @author mjkhan - */ -@Configuration -public class DatasourceConfig2 { - private DataSource dataSource; - - - @Bean("externaldataSource") - @ConfigurationProperties(prefix = "spring.externaldatasource.hikari") - public DataSource externaldataSource() { - return dataSource != null ? dataSource : (dataSource = DataSourceBuilder.create().build()); - } - - @Bean - public SqlSessionFactoryBean externalSqlSession() { - try { - SqlSessionFactoryBean bean = new SqlSessionFactoryBean(); - bean.setDataSource(externaldataSource()); - - PathMatchingResourcePatternResolver resolver = new PathMatchingResourcePatternResolver(); - bean.setConfigLocation(resolver.getResource("classpath:sql/mybatis-config.xml")); - bean.setMapperLocations(resolver.getResources("classpath:sql/externalmapper/**/*.xml")); - return bean; - } catch (Exception e) { - throw Assert.runtimeException(e); - } - } - - @Bean - public MapperConfigurer externalMapperConfigurer() { - MapperConfigurer bean = new MapperConfigurer(); - - bean.setBasePackage("externalsystem.car"); - bean.setSqlSessionFactoryBeanName("externalSqlSession"); - - return bean; - } -} \ No newline at end of file diff --git a/src/main/java/externalsystem/car/dao/CarMapper.java b/src/main/java/externalsystem/car/dao/CarMapper.java deleted file mode 100644 index 59793e11..00000000 --- a/src/main/java/externalsystem/car/dao/CarMapper.java +++ /dev/null @@ -1,11 +0,0 @@ -package externalsystem.car.dao; - -import org.egovframe.rte.psl.dataaccess.mapper.Mapper; - -import cokr.xit.foundation.component.AbstractMapper; -import cokr.xit.foundation.data.DataObject; - -@Mapper("carMapper") -public interface CarMapper extends AbstractMapper { - DataObject selectCar(String vhrno); -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfo.java b/src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfo.java deleted file mode 100644 index a3ef94a4..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfo.java +++ /dev/null @@ -1,56 +0,0 @@ -package testserver.wsdlserver.lvisserver; - -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.ws.RequestWrapper; -import javax.xml.ws.ResponseWrapper; - -/** - * This class was generated by Apache CXF 3.6.2 - * 2023-10-05T13:03:18.702+09:00 - * Generated source version: 3.6.2 - * - */ -@WebService(name = "CarRegBasicInfo", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") -@XmlSeeAlso({ObjectFactory.class}) -public interface CarRegBasicInfo { - - @WebMethod - @RequestWrapper(localName = "findRegBasic", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", className = "testserver.wsdlserver.lvisserver.FindRegBasic") - @ResponseWrapper(localName = "findRegBasicResponseType", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", className = "testserver.wsdlserver.lvisserver.FindRegBasicResponseType") - @WebResult(name = "findRegBasicReturn", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - public testserver.wsdlserver.lvisserver.FindRegBasicReturn findRegBasic( - - @WebParam(name = "findRegBasicParameter", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - testserver.wsdlserver.lvisserver.FindRegBasicParameter findRegBasicParameter, - @WebParam(name = "requestContext", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - testserver.wsdlserver.lvisserver.WsRequestContext requestContext - ); - - @WebMethod - @RequestWrapper(localName = "findRegBasicTest", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", className = "testserver.wsdlserver.lvisserver.FindRegBasicTest") - @ResponseWrapper(localName = "findRegBasicTestResponseType", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", className = "testserver.wsdlserver.lvisserver.FindRegBasicTestResponseType") - @WebResult(name = "findRegBasicTestReturn", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - public testserver.wsdlserver.lvisserver.FindRegBasicTestReturn findRegBasicTest( - - @WebParam(name = "findRegBasicTestParameter", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - testserver.wsdlserver.lvisserver.FindRegBasicTestParameter findRegBasicTestParameter, - @WebParam(name = "requestContext", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - testserver.wsdlserver.lvisserver.WsRequestContext requestContext - ); - - @WebMethod - @RequestWrapper(localName = "findVhrnoBasicInfoCopertnOwner", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", className = "testserver.wsdlserver.lvisserver.FindVhrnoBasicInfoCopertnOwner") - @ResponseWrapper(localName = "findVhrnoBasicInfoCopertnOwnerResponseType", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", className = "testserver.wsdlserver.lvisserver.FindVhrnoBasicInfoCopertnOwnerResponseType") - @WebResult(name = "findVhrnoBasicInfoCopertnOwnerReturn", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - public testserver.wsdlserver.lvisserver.FindVhrnoBasicInfoCopertnOwnerReturn findVhrnoBasicInfoCopertnOwner( - - @WebParam(name = "findVhrnoBasicInfoCopertnOwnerParameter", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - testserver.wsdlserver.lvisserver.FindVhrnoBasicInfoCopertnOwnerParameter findVhrnoBasicInfoCopertnOwnerParameter, - @WebParam(name = "requestContext", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo") - testserver.wsdlserver.lvisserver.WsRequestContext requestContext - ); -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfoImpl.java b/src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfoImpl.java deleted file mode 100644 index e6338b9c..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/CarRegBasicInfoImpl.java +++ /dev/null @@ -1,96 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package testserver.wsdlserver.lvisserver; - -import java.util.logging.Logger; - -import javax.annotation.Resource; - -import cokr.xit.foundation.data.DataObject; -import externalsystem.car.dao.CarMapper; - -@javax.jws.WebService(name = "CarRegBasicInfo", portName = "CarRegBasicInfoPort",serviceName = "CarRegBasicInfoImplService", - targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", - endpointInterface = "testserver.wsdlserver.lvisserver.CarRegBasicInfo", - wsdlLocation = "/resources/lvis_service.wsdl" - ) -public class CarRegBasicInfoImpl implements CarRegBasicInfo { - - @Resource(name = "carMapper") - private CarMapper carMapper; - - private static final Logger LOG = Logger.getLogger(CarRegBasicInfoImpl.class.getName()); - - @Override - public FindRegBasicReturn findRegBasic(FindRegBasicParameter findRegBasicParameter, - WsRequestContext requestContext) { - - FindRegBasicReturn r = new FindRegBasicReturn(); - - ResultMessage rm = new ResultMessage(); - rm.setResult("OK"); - rm.setMessageId("MSG50000"); - r.setResultMessage(rm); - - FindRegBasicReturnEaiResponseRsRecord frbrerr = new FindRegBasicReturnEaiResponseRsRecord(); - - String vhrno = findRegBasicParameter.getEaiRequestRs().get(0).getVHRNO(); - - DataObject carInfo = carMapper.selectCar(vhrno); - if(carInfo != null) { - frbrerr.setPROCESSIMPRTYRESNCODE("00"); - - frbrerr.setVHRNO(carInfo.string("VHRNO")); - frbrerr.setMBERSECODE(carInfo.string("MBER_SE_CODE")); - frbrerr.setMBERNM(carInfo.string("MBER_NM")); - frbrerr.setMBERSENO(carInfo.string("MBER_SE_NO")); - frbrerr.setUSESTRNGHLDROADNMCODE(carInfo.string("USE_STRNGHLD_ROAD_NM_CODE")); - frbrerr.setUSESTRNGHLDBULDMAINNO(carInfo.string("USE_STRNGHLD_BULD_MAIN_NO")); - frbrerr.setUSESTRNGHLDBULDSUBNO(carInfo.string("USE_STRNGHLD_BULD_SUB_NO")); - frbrerr.setUSESTRNGHLDADRESNM(carInfo.string("USE_STRNGHLD_ADRES_NM")); - frbrerr.setUSGSRHLDUNDGRNDBULDSECODE(carInfo.string("USGSRHLD_UNDGRND_BULD_SE_CODE")); - frbrerr.setCNM(carInfo.string("CNM")); - frbrerr.setCOLORNM(carInfo.string("COLOR_NM")); - frbrerr.setVHCTYASORTCODE(carInfo.string("VHCTY_ASORT_CODE")); - frbrerr.setMXMMLDG(carInfo.string("MXMM_LDG")); - frbrerr.setVIN(carInfo.string("VIN")); - frbrerr.setERSRREGISTDE(carInfo.string("ERSR_REGIST_DE")); - } - r.getEaiResponseRs().add(frbrerr); - return r; - } - - @Override - public FindRegBasicTestReturn findRegBasicTest(FindRegBasicTestParameter findRegBasicTestParameter, - WsRequestContext requestContext) { - - - return null; - } - - @Override - public FindVhrnoBasicInfoCopertnOwnerReturn findVhrnoBasicInfoCopertnOwner( - FindVhrnoBasicInfoCopertnOwnerParameter findVhrnoBasicInfoCopertnOwnerParameter, - WsRequestContext requestContext) { - return null; - } - - - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasic.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasic.java deleted file mode 100644 index 49940d7b..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasic.java +++ /dev/null @@ -1,92 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="findRegBasicParameter" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicParameter"/>
- *         <element name="requestContext" type="{types.common}WsRequestContext"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "findRegBasicParameter", - "requestContext" -}) -@XmlRootElement(name = "findRegBasic") -public class FindRegBasic { - - @XmlElement(required = true) - protected FindRegBasicParameter findRegBasicParameter; - @XmlElement(required = true) - protected WsRequestContext requestContext; - - /** - * findRegBasicParameter 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link FindRegBasicParameter } - * - */ - public FindRegBasicParameter getFindRegBasicParameter() { - return findRegBasicParameter; - } - - /** - * findRegBasicParameter 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link FindRegBasicParameter } - * - */ - public void setFindRegBasicParameter(FindRegBasicParameter value) { - this.findRegBasicParameter = value; - } - - /** - * requestContext 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link WsRequestContext } - * - */ - public WsRequestContext getRequestContext() { - return requestContext; - } - - /** - * requestContext 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link WsRequestContext } - * - */ - public void setRequestContext(WsRequestContext value) { - this.requestContext = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameter.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameter.java deleted file mode 100644 index c0568739..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameter.java +++ /dev/null @@ -1,69 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicParameter complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicParameter">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="eaiRequest_rs" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicParameterEaiRequest_rsRecord" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicParameter", propOrder = { - "eaiRequestRs" -}) -public class FindRegBasicParameter { - - @XmlElement(name = "eaiRequest_rs") - protected List eaiRequestRs; - - /** - * Gets the value of the eaiRequestRs 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 JAXB object. - * This is why there is not a set method for the eaiRequestRs property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEaiRequestRs().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FindRegBasicParameterEaiRequestRsRecord } - * - * - */ - public List getEaiRequestRs() { - if (eaiRequestRs == null) { - eaiRequestRs = new ArrayList(); - } - return this.eaiRequestRs; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameterEaiRequestRsRecord.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameterEaiRequestRsRecord.java deleted file mode 100644 index 9ecaef4e..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicParameterEaiRequestRsRecord.java +++ /dev/null @@ -1,209 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicParameterEaiRequest_rsRecord complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicParameterEaiRequest_rsRecord">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="LEVY_STDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="INQIRE_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_MBER_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicParameterEaiRequest_rsRecord", propOrder = { - "levystdde", - "inqiresecode", - "vhrno", - "vin", - "ownermberno" -}) -public class FindRegBasicParameterEaiRequestRsRecord { - - @XmlElement(name = "LEVY_STDDE", required = true, nillable = true) - protected String levystdde; - @XmlElement(name = "INQIRE_SE_CODE", required = true, nillable = true) - protected String inqiresecode; - @XmlElement(name = "VHRNO", required = true, nillable = true) - protected String vhrno; - @XmlElement(name = "VIN", required = true, nillable = true) - protected String vin; - @XmlElement(name = "OWNER_MBER_NO", required = true, nillable = true) - protected String ownermberno; - - /** - * levystdde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLEVYSTDDE() { - return levystdde; - } - - /** - * levystdde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLEVYSTDDE(String value) { - this.levystdde = value; - } - - /** - * inqiresecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getINQIRESECODE() { - return inqiresecode; - } - - /** - * inqiresecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setINQIRESECODE(String value) { - this.inqiresecode = value; - } - - /** - * vhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHRNO() { - return vhrno; - } - - /** - * vhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHRNO(String value) { - this.vhrno = value; - } - - /** - * vin 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIN() { - return vin; - } - - /** - * vin 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIN(String value) { - this.vin = value; - } - - /** - * ownermberno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERMBERNO() { - return ownermberno; - } - - /** - * ownermberno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERMBERNO(String value) { - this.ownermberno = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicResponseType.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicResponseType.java deleted file mode 100644 index d717071a..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicResponseType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="findRegBasicReturn" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicReturn"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "findRegBasicReturn" -}) -@XmlRootElement(name = "findRegBasicResponseType") -public class FindRegBasicResponseType { - - @XmlElement(required = true) - protected FindRegBasicReturn findRegBasicReturn; - - /** - * findRegBasicReturn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link FindRegBasicReturn } - * - */ - public FindRegBasicReturn getFindRegBasicReturn() { - return findRegBasicReturn; - } - - /** - * findRegBasicReturn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link FindRegBasicReturn } - * - */ - public void setFindRegBasicReturn(FindRegBasicReturn value) { - this.findRegBasicReturn = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturn.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturn.java deleted file mode 100644 index 0bacadc5..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturn.java +++ /dev/null @@ -1,97 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicReturn complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicReturn">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="eaiResponse_rs" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicReturnEaiResponse_rsRecord" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="resultMessage" type="{types.common}ResultMessage"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicReturn", propOrder = { - "eaiResponseRs", - "resultMessage" -}) -public class FindRegBasicReturn { - - @XmlElement(name = "eaiResponse_rs") - protected List eaiResponseRs; - @XmlElement(required = true) - protected ResultMessage resultMessage; - - /** - * Gets the value of the eaiResponseRs 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 JAXB object. - * This is why there is not a set method for the eaiResponseRs property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEaiResponseRs().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FindRegBasicReturnEaiResponseRsRecord } - * - * - */ - public List getEaiResponseRs() { - if (eaiResponseRs == null) { - eaiResponseRs = new ArrayList(); - } - return this.eaiResponseRs; - } - - /** - * resultMessage 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link ResultMessage } - * - */ - public ResultMessage getResultMessage() { - return resultMessage; - } - - /** - * resultMessage 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link ResultMessage } - * - */ - public void setResultMessage(ResultMessage value) { - this.resultMessage = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturnEaiResponseRsRecord.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturnEaiResponseRsRecord.java deleted file mode 100644 index 2331c187..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicReturnEaiResponseRsRecord.java +++ /dev/null @@ -1,2905 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicReturnEaiResponse_rsRecord complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicReturnEaiResponse_rsRecord">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PRYE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ERSR_REGIST_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ERSR_REGIST_SE_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ERSR_REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REGIST_DETAIL_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="DSPLVL">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_LEGALDONG_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_ADSTRD_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_MNTN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_LNBR">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_HO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_ADRES_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_ROAD_NM_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USGSRHLD_UNDGRND_BULD_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_BULD_MAIN_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_BULD_SUB_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_SE_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TELNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_LEGALDONG_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ADSTRD_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_MNTN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_LNBR">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_HO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ADRES_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ROAD_NM_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_UNDGRND_BULD_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_BULD_MAIN_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_BULD_SUB_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ADRES_FULL">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="AFTR_VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_FUEL_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PRPOS_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MTRS_FOM_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRNT_VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CNM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCLE_TOT_WT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CAAG_ENDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CHANGE_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_ASORT_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_TY_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MXMM_LDG">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_ASORT_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_TY_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_SE_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRST_REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FOM_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ACQS_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ACQS_END_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="YBL_MD">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TRANSR_REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="SPCF_REGIST_STTUS_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="COLOR_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MRTG_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="SEIZR_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="STMD_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="NMPL_CSDY_AT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="NMPL_CSDY_REMNR_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ORIGIN_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="NMPL_STNDRD_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ACQS_AMOUNT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="INSPT_VALID_PD_BGNDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="INSPT_VALID_PD_ENDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CHCK_VALID_PD_BGNDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CHCK_VALID_PD_ENDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_GRC_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TKCAR_PSCAP_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="SPMNNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TRVL_DSTNC">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRST_REGIST_RQRCNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VLNT_ERSR_PRVNTC_NTICE_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REGIST_INSTT_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PROCESS_IMPRTY_RESN_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PROCESS_IMPRTY_RESN_DTLS">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_PRPOS_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_VHCTY_ASORT_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_VHCTY_TY_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_VHCTY_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CBD_LT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CBD_BT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CBD_HG">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRST_MXMM_LDG">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicReturnEaiResponse_rsRecord", propOrder = { - "prye", - "registde", - "ersrregistsecode", - "ersrregistsenm", - "ersrregistde", - "registdetailcode", - "dsplvl", - "usestrnghldlegaldongcode", - "usestrnghldadstrdcode", - "usestrnghldmntn", - "usestrnghldlnbr", - "usestrnghldho", - "usestrnghldadresnm", - "usestrnghldroadnmcode", - "usgsrhldundgrndbuldsecode", - "usestrnghldbuldmainno", - "usestrnghldbuldsubno", - "mbersecode", - "mbernm", - "mberseno", - "telno", - "ownerlegaldongcode", - "owneradstrdcode", - "ownermntn", - "ownerlnbr", - "ownerho", - "owneradresnm", - "ownerroadnmcode", - "ownerundgrndbuldsecode", - "ownerbuldmainno", - "ownerbuldsubno", - "owneradresfull", - "aftrvhrno", - "usefuelcode", - "prpossecode", - "mtrsfomnm", - "frntvhrno", - "vhrno", - "vin", - "cnm", - "vhcletotwt", - "caagendde", - "changede", - "vhctyasortcode", - "vhctytycode", - "vhctysecode", - "mxmmldg", - "vhctyasortnm", - "vhctytynm", - "vhctysenm", - "frstregistde", - "fomnm", - "acqsde", - "acqsendde", - "yblmd", - "transrregistde", - "spcfregiststtuscode", - "colornm", - "mrtgco", - "seizrco", - "stmdco", - "nmplcsdyat", - "nmplcsdyremnrde", - "originsecode", - "nmplstndrdcode", - "acqsamount", - "insptvalidpdbgnde", - "insptvalidpdendde", - "chckvalidpdbgnde", - "chckvalidpdendde", - "usestrnghldgrccode", - "tkcarpscapco", - "spmnno", - "trvldstnc", - "frstregistrqrcno", - "vlntersrprvntcnticede", - "registinsttnm", - "processimprtyresncode", - "processimprtyresndtls", - "vimsprpossecode", - "vimsvhctyasortcode", - "vimsvhctytycode", - "vimsvhctysecode", - "cbdlt", - "cbdbt", - "cbdhg", - "frstmxmmldg" -}) -public class FindRegBasicReturnEaiResponseRsRecord { - - @XmlElement(name = "PRYE", required = true, nillable = true) - protected String prye; - @XmlElement(name = "REGIST_DE", required = true, nillable = true) - protected String registde; - @XmlElement(name = "ERSR_REGIST_SE_CODE", required = true, nillable = true) - protected String ersrregistsecode; - @XmlElement(name = "ERSR_REGIST_SE_NM", required = true, nillable = true) - protected String ersrregistsenm; - @XmlElement(name = "ERSR_REGIST_DE", required = true, nillable = true) - protected String ersrregistde; - @XmlElement(name = "REGIST_DETAIL_CODE", required = true, nillable = true) - protected String registdetailcode; - @XmlElement(name = "DSPLVL", required = true, nillable = true) - protected String dsplvl; - @XmlElement(name = "USE_STRNGHLD_LEGALDONG_CODE", required = true, nillable = true) - protected String usestrnghldlegaldongcode; - @XmlElement(name = "USE_STRNGHLD_ADSTRD_CODE", required = true, nillable = true) - protected String usestrnghldadstrdcode; - @XmlElement(name = "USE_STRNGHLD_MNTN", required = true, nillable = true) - protected String usestrnghldmntn; - @XmlElement(name = "USE_STRNGHLD_LNBR", required = true, nillable = true) - protected String usestrnghldlnbr; - @XmlElement(name = "USE_STRNGHLD_HO", required = true, nillable = true) - protected String usestrnghldho; - @XmlElement(name = "USE_STRNGHLD_ADRES_NM", required = true, nillable = true) - protected String usestrnghldadresnm; - @XmlElement(name = "USE_STRNGHLD_ROAD_NM_CODE", required = true, nillable = true) - protected String usestrnghldroadnmcode; - @XmlElement(name = "USGSRHLD_UNDGRND_BULD_SE_CODE", required = true, nillable = true) - protected String usgsrhldundgrndbuldsecode; - @XmlElement(name = "USE_STRNGHLD_BULD_MAIN_NO", required = true, nillable = true) - protected String usestrnghldbuldmainno; - @XmlElement(name = "USE_STRNGHLD_BULD_SUB_NO", required = true, nillable = true) - protected String usestrnghldbuldsubno; - @XmlElement(name = "MBER_SE_CODE", required = true, nillable = true) - protected String mbersecode; - @XmlElement(name = "MBER_NM", required = true, nillable = true) - protected String mbernm; - @XmlElement(name = "MBER_SE_NO", required = true, nillable = true) - protected String mberseno; - @XmlElement(name = "TELNO", required = true, nillable = true) - protected String telno; - @XmlElement(name = "OWNER_LEGALDONG_CODE", required = true, nillable = true) - protected String ownerlegaldongcode; - @XmlElement(name = "OWNER_ADSTRD_CODE", required = true, nillable = true) - protected String owneradstrdcode; - @XmlElement(name = "OWNER_MNTN", required = true, nillable = true) - protected String ownermntn; - @XmlElement(name = "OWNER_LNBR", required = true, nillable = true) - protected String ownerlnbr; - @XmlElement(name = "OWNER_HO", required = true, nillable = true) - protected String ownerho; - @XmlElement(name = "OWNER_ADRES_NM", required = true, nillable = true) - protected String owneradresnm; - @XmlElement(name = "OWNER_ROAD_NM_CODE", required = true, nillable = true) - protected String ownerroadnmcode; - @XmlElement(name = "OWNER_UNDGRND_BULD_SE_CODE", required = true, nillable = true) - protected String ownerundgrndbuldsecode; - @XmlElement(name = "OWNER_BULD_MAIN_NO", required = true, nillable = true) - protected String ownerbuldmainno; - @XmlElement(name = "OWNER_BULD_SUB_NO", required = true, nillable = true) - protected String ownerbuldsubno; - @XmlElement(name = "OWNER_ADRES_FULL", required = true, nillable = true) - protected String owneradresfull; - @XmlElement(name = "AFTR_VHRNO", required = true, nillable = true) - protected String aftrvhrno; - @XmlElement(name = "USE_FUEL_CODE", required = true, nillable = true) - protected String usefuelcode; - @XmlElement(name = "PRPOS_SE_CODE", required = true, nillable = true) - protected String prpossecode; - @XmlElement(name = "MTRS_FOM_NM", required = true, nillable = true) - protected String mtrsfomnm; - @XmlElement(name = "FRNT_VHRNO", required = true, nillable = true) - protected String frntvhrno; - @XmlElement(name = "VHRNO", required = true, nillable = true) - protected String vhrno; - @XmlElement(name = "VIN", required = true, nillable = true) - protected String vin; - @XmlElement(name = "CNM", required = true, nillable = true) - protected String cnm; - @XmlElement(name = "VHCLE_TOT_WT", required = true, nillable = true) - protected String vhcletotwt; - @XmlElement(name = "CAAG_ENDDE", required = true, nillable = true) - protected String caagendde; - @XmlElement(name = "CHANGE_DE", required = true, nillable = true) - protected String changede; - @XmlElement(name = "VHCTY_ASORT_CODE", required = true, nillable = true) - protected String vhctyasortcode; - @XmlElement(name = "VHCTY_TY_CODE", required = true, nillable = true) - protected String vhctytycode; - @XmlElement(name = "VHCTY_SE_CODE", required = true, nillable = true) - protected String vhctysecode; - @XmlElement(name = "MXMM_LDG", required = true, nillable = true) - protected String mxmmldg; - @XmlElement(name = "VHCTY_ASORT_NM", required = true, nillable = true) - protected String vhctyasortnm; - @XmlElement(name = "VHCTY_TY_NM", required = true, nillable = true) - protected String vhctytynm; - @XmlElement(name = "VHCTY_SE_NM", required = true, nillable = true) - protected String vhctysenm; - @XmlElement(name = "FRST_REGIST_DE", required = true, nillable = true) - protected String frstregistde; - @XmlElement(name = "FOM_NM", required = true, nillable = true) - protected String fomnm; - @XmlElement(name = "ACQS_DE", required = true, nillable = true) - protected String acqsde; - @XmlElement(name = "ACQS_END_DE", required = true, nillable = true) - protected String acqsendde; - @XmlElement(name = "YBL_MD", required = true, nillable = true) - protected String yblmd; - @XmlElement(name = "TRANSR_REGIST_DE", required = true, nillable = true) - protected String transrregistde; - @XmlElement(name = "SPCF_REGIST_STTUS_CODE", required = true, nillable = true) - protected String spcfregiststtuscode; - @XmlElement(name = "COLOR_NM", required = true, nillable = true) - protected String colornm; - @XmlElement(name = "MRTG_CO", required = true, nillable = true) - protected String mrtgco; - @XmlElement(name = "SEIZR_CO", required = true, nillable = true) - protected String seizrco; - @XmlElement(name = "STMD_CO", required = true, nillable = true) - protected String stmdco; - @XmlElement(name = "NMPL_CSDY_AT", required = true, nillable = true) - protected String nmplcsdyat; - @XmlElement(name = "NMPL_CSDY_REMNR_DE", required = true, nillable = true) - protected String nmplcsdyremnrde; - @XmlElement(name = "ORIGIN_SE_CODE", required = true, nillable = true) - protected String originsecode; - @XmlElement(name = "NMPL_STNDRD_CODE", required = true, nillable = true) - protected String nmplstndrdcode; - @XmlElement(name = "ACQS_AMOUNT", required = true, nillable = true) - protected String acqsamount; - @XmlElement(name = "INSPT_VALID_PD_BGNDE", required = true, nillable = true) - protected String insptvalidpdbgnde; - @XmlElement(name = "INSPT_VALID_PD_ENDDE", required = true, nillable = true) - protected String insptvalidpdendde; - @XmlElement(name = "CHCK_VALID_PD_BGNDE", required = true, nillable = true) - protected String chckvalidpdbgnde; - @XmlElement(name = "CHCK_VALID_PD_ENDDE", required = true, nillable = true) - protected String chckvalidpdendde; - @XmlElement(name = "USE_STRNGHLD_GRC_CODE", required = true, nillable = true) - protected String usestrnghldgrccode; - @XmlElement(name = "TKCAR_PSCAP_CO", required = true, nillable = true) - protected String tkcarpscapco; - @XmlElement(name = "SPMNNO", required = true, nillable = true) - protected String spmnno; - @XmlElement(name = "TRVL_DSTNC", required = true, nillable = true) - protected String trvldstnc; - @XmlElement(name = "FRST_REGIST_RQRCNO", required = true, nillable = true) - protected String frstregistrqrcno; - @XmlElement(name = "VLNT_ERSR_PRVNTC_NTICE_DE", required = true, nillable = true) - protected String vlntersrprvntcnticede; - @XmlElement(name = "REGIST_INSTT_NM", required = true, nillable = true) - protected String registinsttnm; - @XmlElement(name = "PROCESS_IMPRTY_RESN_CODE", required = true, nillable = true) - protected String processimprtyresncode; - @XmlElement(name = "PROCESS_IMPRTY_RESN_DTLS", required = true, nillable = true) - protected String processimprtyresndtls; - @XmlElement(name = "VIMS_PRPOS_SE_CODE", required = true, nillable = true) - protected String vimsprpossecode; - @XmlElement(name = "VIMS_VHCTY_ASORT_CODE", required = true, nillable = true) - protected String vimsvhctyasortcode; - @XmlElement(name = "VIMS_VHCTY_TY_CODE", required = true, nillable = true) - protected String vimsvhctytycode; - @XmlElement(name = "VIMS_VHCTY_SE_CODE", required = true, nillable = true) - protected String vimsvhctysecode; - @XmlElement(name = "CBD_LT", required = true, nillable = true) - protected String cbdlt; - @XmlElement(name = "CBD_BT", required = true, nillable = true) - protected String cbdbt; - @XmlElement(name = "CBD_HG", required = true, nillable = true) - protected String cbdhg; - @XmlElement(name = "FRST_MXMM_LDG", required = true, nillable = true) - protected String frstmxmmldg; - - /** - * prye 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPRYE() { - return prye; - } - - /** - * prye 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPRYE(String value) { - this.prye = value; - } - - /** - * registde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREGISTDE() { - return registde; - } - - /** - * registde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREGISTDE(String value) { - this.registde = value; - } - - /** - * ersrregistsecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getERSRREGISTSECODE() { - return ersrregistsecode; - } - - /** - * ersrregistsecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setERSRREGISTSECODE(String value) { - this.ersrregistsecode = value; - } - - /** - * ersrregistsenm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getERSRREGISTSENM() { - return ersrregistsenm; - } - - /** - * ersrregistsenm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setERSRREGISTSENM(String value) { - this.ersrregistsenm = value; - } - - /** - * ersrregistde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getERSRREGISTDE() { - return ersrregistde; - } - - /** - * ersrregistde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setERSRREGISTDE(String value) { - this.ersrregistde = value; - } - - /** - * registdetailcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREGISTDETAILCODE() { - return registdetailcode; - } - - /** - * registdetailcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREGISTDETAILCODE(String value) { - this.registdetailcode = value; - } - - /** - * dsplvl 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDSPLVL() { - return dsplvl; - } - - /** - * dsplvl 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDSPLVL(String value) { - this.dsplvl = value; - } - - /** - * usestrnghldlegaldongcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDLEGALDONGCODE() { - return usestrnghldlegaldongcode; - } - - /** - * usestrnghldlegaldongcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDLEGALDONGCODE(String value) { - this.usestrnghldlegaldongcode = value; - } - - /** - * usestrnghldadstrdcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDADSTRDCODE() { - return usestrnghldadstrdcode; - } - - /** - * usestrnghldadstrdcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDADSTRDCODE(String value) { - this.usestrnghldadstrdcode = value; - } - - /** - * usestrnghldmntn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDMNTN() { - return usestrnghldmntn; - } - - /** - * usestrnghldmntn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDMNTN(String value) { - this.usestrnghldmntn = value; - } - - /** - * usestrnghldlnbr 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDLNBR() { - return usestrnghldlnbr; - } - - /** - * usestrnghldlnbr 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDLNBR(String value) { - this.usestrnghldlnbr = value; - } - - /** - * usestrnghldho 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDHO() { - return usestrnghldho; - } - - /** - * usestrnghldho 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDHO(String value) { - this.usestrnghldho = value; - } - - /** - * usestrnghldadresnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDADRESNM() { - return usestrnghldadresnm; - } - - /** - * usestrnghldadresnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDADRESNM(String value) { - this.usestrnghldadresnm = value; - } - - /** - * usestrnghldroadnmcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDROADNMCODE() { - return usestrnghldroadnmcode; - } - - /** - * usestrnghldroadnmcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDROADNMCODE(String value) { - this.usestrnghldroadnmcode = value; - } - - /** - * usgsrhldundgrndbuldsecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSGSRHLDUNDGRNDBULDSECODE() { - return usgsrhldundgrndbuldsecode; - } - - /** - * usgsrhldundgrndbuldsecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSGSRHLDUNDGRNDBULDSECODE(String value) { - this.usgsrhldundgrndbuldsecode = value; - } - - /** - * usestrnghldbuldmainno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDBULDMAINNO() { - return usestrnghldbuldmainno; - } - - /** - * usestrnghldbuldmainno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDBULDMAINNO(String value) { - this.usestrnghldbuldmainno = value; - } - - /** - * usestrnghldbuldsubno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDBULDSUBNO() { - return usestrnghldbuldsubno; - } - - /** - * usestrnghldbuldsubno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDBULDSUBNO(String value) { - this.usestrnghldbuldsubno = value; - } - - /** - * mbersecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERSECODE() { - return mbersecode; - } - - /** - * mbersecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERSECODE(String value) { - this.mbersecode = value; - } - - /** - * mbernm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERNM() { - return mbernm; - } - - /** - * mbernm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERNM(String value) { - this.mbernm = value; - } - - /** - * mberseno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERSENO() { - return mberseno; - } - - /** - * mberseno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERSENO(String value) { - this.mberseno = value; - } - - /** - * telno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTELNO() { - return telno; - } - - /** - * telno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTELNO(String value) { - this.telno = value; - } - - /** - * ownerlegaldongcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERLEGALDONGCODE() { - return ownerlegaldongcode; - } - - /** - * ownerlegaldongcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERLEGALDONGCODE(String value) { - this.ownerlegaldongcode = value; - } - - /** - * owneradstrdcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERADSTRDCODE() { - return owneradstrdcode; - } - - /** - * owneradstrdcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERADSTRDCODE(String value) { - this.owneradstrdcode = value; - } - - /** - * ownermntn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERMNTN() { - return ownermntn; - } - - /** - * ownermntn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERMNTN(String value) { - this.ownermntn = value; - } - - /** - * ownerlnbr 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERLNBR() { - return ownerlnbr; - } - - /** - * ownerlnbr 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERLNBR(String value) { - this.ownerlnbr = value; - } - - /** - * ownerho 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERHO() { - return ownerho; - } - - /** - * ownerho 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERHO(String value) { - this.ownerho = value; - } - - /** - * owneradresnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERADRESNM() { - return owneradresnm; - } - - /** - * owneradresnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERADRESNM(String value) { - this.owneradresnm = value; - } - - /** - * ownerroadnmcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERROADNMCODE() { - return ownerroadnmcode; - } - - /** - * ownerroadnmcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERROADNMCODE(String value) { - this.ownerroadnmcode = value; - } - - /** - * ownerundgrndbuldsecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERUNDGRNDBULDSECODE() { - return ownerundgrndbuldsecode; - } - - /** - * ownerundgrndbuldsecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERUNDGRNDBULDSECODE(String value) { - this.ownerundgrndbuldsecode = value; - } - - /** - * ownerbuldmainno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERBULDMAINNO() { - return ownerbuldmainno; - } - - /** - * ownerbuldmainno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERBULDMAINNO(String value) { - this.ownerbuldmainno = value; - } - - /** - * ownerbuldsubno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERBULDSUBNO() { - return ownerbuldsubno; - } - - /** - * ownerbuldsubno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERBULDSUBNO(String value) { - this.ownerbuldsubno = value; - } - - /** - * owneradresfull 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERADRESFULL() { - return owneradresfull; - } - - /** - * owneradresfull 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERADRESFULL(String value) { - this.owneradresfull = value; - } - - /** - * aftrvhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAFTRVHRNO() { - return aftrvhrno; - } - - /** - * aftrvhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAFTRVHRNO(String value) { - this.aftrvhrno = value; - } - - /** - * usefuelcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSEFUELCODE() { - return usefuelcode; - } - - /** - * usefuelcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSEFUELCODE(String value) { - this.usefuelcode = value; - } - - /** - * prpossecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPRPOSSECODE() { - return prpossecode; - } - - /** - * prpossecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPRPOSSECODE(String value) { - this.prpossecode = value; - } - - /** - * mtrsfomnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMTRSFOMNM() { - return mtrsfomnm; - } - - /** - * mtrsfomnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMTRSFOMNM(String value) { - this.mtrsfomnm = value; - } - - /** - * frntvhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRNTVHRNO() { - return frntvhrno; - } - - /** - * frntvhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRNTVHRNO(String value) { - this.frntvhrno = value; - } - - /** - * vhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHRNO() { - return vhrno; - } - - /** - * vhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHRNO(String value) { - this.vhrno = value; - } - - /** - * vin 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIN() { - return vin; - } - - /** - * vin 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIN(String value) { - this.vin = value; - } - - /** - * cnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCNM() { - return cnm; - } - - /** - * cnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCNM(String value) { - this.cnm = value; - } - - /** - * vhcletotwt 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCLETOTWT() { - return vhcletotwt; - } - - /** - * vhcletotwt 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCLETOTWT(String value) { - this.vhcletotwt = value; - } - - /** - * caagendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCAAGENDDE() { - return caagendde; - } - - /** - * caagendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCAAGENDDE(String value) { - this.caagendde = value; - } - - /** - * changede 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCHANGEDE() { - return changede; - } - - /** - * changede 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCHANGEDE(String value) { - this.changede = value; - } - - /** - * vhctyasortcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYASORTCODE() { - return vhctyasortcode; - } - - /** - * vhctyasortcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYASORTCODE(String value) { - this.vhctyasortcode = value; - } - - /** - * vhctytycode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYTYCODE() { - return vhctytycode; - } - - /** - * vhctytycode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYTYCODE(String value) { - this.vhctytycode = value; - } - - /** - * vhctysecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYSECODE() { - return vhctysecode; - } - - /** - * vhctysecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYSECODE(String value) { - this.vhctysecode = value; - } - - /** - * mxmmldg 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMXMMLDG() { - return mxmmldg; - } - - /** - * mxmmldg 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMXMMLDG(String value) { - this.mxmmldg = value; - } - - /** - * vhctyasortnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYASORTNM() { - return vhctyasortnm; - } - - /** - * vhctyasortnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYASORTNM(String value) { - this.vhctyasortnm = value; - } - - /** - * vhctytynm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYTYNM() { - return vhctytynm; - } - - /** - * vhctytynm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYTYNM(String value) { - this.vhctytynm = value; - } - - /** - * vhctysenm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYSENM() { - return vhctysenm; - } - - /** - * vhctysenm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYSENM(String value) { - this.vhctysenm = value; - } - - /** - * frstregistde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRSTREGISTDE() { - return frstregistde; - } - - /** - * frstregistde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRSTREGISTDE(String value) { - this.frstregistde = value; - } - - /** - * fomnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFOMNM() { - return fomnm; - } - - /** - * fomnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFOMNM(String value) { - this.fomnm = value; - } - - /** - * acqsde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getACQSDE() { - return acqsde; - } - - /** - * acqsde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setACQSDE(String value) { - this.acqsde = value; - } - - /** - * acqsendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getACQSENDDE() { - return acqsendde; - } - - /** - * acqsendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setACQSENDDE(String value) { - this.acqsendde = value; - } - - /** - * yblmd 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getYBLMD() { - return yblmd; - } - - /** - * yblmd 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setYBLMD(String value) { - this.yblmd = value; - } - - /** - * transrregistde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTRANSRREGISTDE() { - return transrregistde; - } - - /** - * transrregistde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTRANSRREGISTDE(String value) { - this.transrregistde = value; - } - - /** - * spcfregiststtuscode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSPCFREGISTSTTUSCODE() { - return spcfregiststtuscode; - } - - /** - * spcfregiststtuscode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSPCFREGISTSTTUSCODE(String value) { - this.spcfregiststtuscode = value; - } - - /** - * colornm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCOLORNM() { - return colornm; - } - - /** - * colornm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCOLORNM(String value) { - this.colornm = value; - } - - /** - * mrtgco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMRTGCO() { - return mrtgco; - } - - /** - * mrtgco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMRTGCO(String value) { - this.mrtgco = value; - } - - /** - * seizrco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSEIZRCO() { - return seizrco; - } - - /** - * seizrco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSEIZRCO(String value) { - this.seizrco = value; - } - - /** - * stmdco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSTMDCO() { - return stmdco; - } - - /** - * stmdco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSTMDCO(String value) { - this.stmdco = value; - } - - /** - * nmplcsdyat 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNMPLCSDYAT() { - return nmplcsdyat; - } - - /** - * nmplcsdyat 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNMPLCSDYAT(String value) { - this.nmplcsdyat = value; - } - - /** - * nmplcsdyremnrde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNMPLCSDYREMNRDE() { - return nmplcsdyremnrde; - } - - /** - * nmplcsdyremnrde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNMPLCSDYREMNRDE(String value) { - this.nmplcsdyremnrde = value; - } - - /** - * originsecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getORIGINSECODE() { - return originsecode; - } - - /** - * originsecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setORIGINSECODE(String value) { - this.originsecode = value; - } - - /** - * nmplstndrdcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNMPLSTNDRDCODE() { - return nmplstndrdcode; - } - - /** - * nmplstndrdcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNMPLSTNDRDCODE(String value) { - this.nmplstndrdcode = value; - } - - /** - * acqsamount 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getACQSAMOUNT() { - return acqsamount; - } - - /** - * acqsamount 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setACQSAMOUNT(String value) { - this.acqsamount = value; - } - - /** - * insptvalidpdbgnde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getINSPTVALIDPDBGNDE() { - return insptvalidpdbgnde; - } - - /** - * insptvalidpdbgnde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setINSPTVALIDPDBGNDE(String value) { - this.insptvalidpdbgnde = value; - } - - /** - * insptvalidpdendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getINSPTVALIDPDENDDE() { - return insptvalidpdendde; - } - - /** - * insptvalidpdendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setINSPTVALIDPDENDDE(String value) { - this.insptvalidpdendde = value; - } - - /** - * chckvalidpdbgnde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCHCKVALIDPDBGNDE() { - return chckvalidpdbgnde; - } - - /** - * chckvalidpdbgnde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCHCKVALIDPDBGNDE(String value) { - this.chckvalidpdbgnde = value; - } - - /** - * chckvalidpdendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCHCKVALIDPDENDDE() { - return chckvalidpdendde; - } - - /** - * chckvalidpdendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCHCKVALIDPDENDDE(String value) { - this.chckvalidpdendde = value; - } - - /** - * usestrnghldgrccode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDGRCCODE() { - return usestrnghldgrccode; - } - - /** - * usestrnghldgrccode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDGRCCODE(String value) { - this.usestrnghldgrccode = value; - } - - /** - * tkcarpscapco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTKCARPSCAPCO() { - return tkcarpscapco; - } - - /** - * tkcarpscapco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTKCARPSCAPCO(String value) { - this.tkcarpscapco = value; - } - - /** - * spmnno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSPMNNO() { - return spmnno; - } - - /** - * spmnno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSPMNNO(String value) { - this.spmnno = value; - } - - /** - * trvldstnc 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTRVLDSTNC() { - return trvldstnc; - } - - /** - * trvldstnc 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTRVLDSTNC(String value) { - this.trvldstnc = value; - } - - /** - * frstregistrqrcno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRSTREGISTRQRCNO() { - return frstregistrqrcno; - } - - /** - * frstregistrqrcno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRSTREGISTRQRCNO(String value) { - this.frstregistrqrcno = value; - } - - /** - * vlntersrprvntcnticede 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVLNTERSRPRVNTCNTICEDE() { - return vlntersrprvntcnticede; - } - - /** - * vlntersrprvntcnticede 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVLNTERSRPRVNTCNTICEDE(String value) { - this.vlntersrprvntcnticede = value; - } - - /** - * registinsttnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREGISTINSTTNM() { - return registinsttnm; - } - - /** - * registinsttnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREGISTINSTTNM(String value) { - this.registinsttnm = value; - } - - /** - * processimprtyresncode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPROCESSIMPRTYRESNCODE() { - return processimprtyresncode; - } - - /** - * processimprtyresncode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPROCESSIMPRTYRESNCODE(String value) { - this.processimprtyresncode = value; - } - - /** - * processimprtyresndtls 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPROCESSIMPRTYRESNDTLS() { - return processimprtyresndtls; - } - - /** - * processimprtyresndtls 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPROCESSIMPRTYRESNDTLS(String value) { - this.processimprtyresndtls = value; - } - - /** - * vimsprpossecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSPRPOSSECODE() { - return vimsprpossecode; - } - - /** - * vimsprpossecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSPRPOSSECODE(String value) { - this.vimsprpossecode = value; - } - - /** - * vimsvhctyasortcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSVHCTYASORTCODE() { - return vimsvhctyasortcode; - } - - /** - * vimsvhctyasortcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSVHCTYASORTCODE(String value) { - this.vimsvhctyasortcode = value; - } - - /** - * vimsvhctytycode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSVHCTYTYCODE() { - return vimsvhctytycode; - } - - /** - * vimsvhctytycode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSVHCTYTYCODE(String value) { - this.vimsvhctytycode = value; - } - - /** - * vimsvhctysecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSVHCTYSECODE() { - return vimsvhctysecode; - } - - /** - * vimsvhctysecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSVHCTYSECODE(String value) { - this.vimsvhctysecode = value; - } - - /** - * cbdlt 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCBDLT() { - return cbdlt; - } - - /** - * cbdlt 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCBDLT(String value) { - this.cbdlt = value; - } - - /** - * cbdbt 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCBDBT() { - return cbdbt; - } - - /** - * cbdbt 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCBDBT(String value) { - this.cbdbt = value; - } - - /** - * cbdhg 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCBDHG() { - return cbdhg; - } - - /** - * cbdhg 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCBDHG(String value) { - this.cbdhg = value; - } - - /** - * frstmxmmldg 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRSTMXMMLDG() { - return frstmxmmldg; - } - - /** - * frstmxmmldg 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRSTMXMMLDG(String value) { - this.frstmxmmldg = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTest.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTest.java deleted file mode 100644 index 594ef80b..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTest.java +++ /dev/null @@ -1,92 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="findRegBasicTestParameter" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicTestParameter"/>
- *         <element name="requestContext" type="{types.common}WsRequestContext"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "findRegBasicTestParameter", - "requestContext" -}) -@XmlRootElement(name = "findRegBasicTest") -public class FindRegBasicTest { - - @XmlElement(required = true) - protected FindRegBasicTestParameter findRegBasicTestParameter; - @XmlElement(required = true) - protected WsRequestContext requestContext; - - /** - * findRegBasicTestParameter 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link FindRegBasicTestParameter } - * - */ - public FindRegBasicTestParameter getFindRegBasicTestParameter() { - return findRegBasicTestParameter; - } - - /** - * findRegBasicTestParameter 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link FindRegBasicTestParameter } - * - */ - public void setFindRegBasicTestParameter(FindRegBasicTestParameter value) { - this.findRegBasicTestParameter = value; - } - - /** - * requestContext 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link WsRequestContext } - * - */ - public WsRequestContext getRequestContext() { - return requestContext; - } - - /** - * requestContext 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link WsRequestContext } - * - */ - public void setRequestContext(WsRequestContext value) { - this.requestContext = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameter.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameter.java deleted file mode 100644 index ce7d1230..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameter.java +++ /dev/null @@ -1,69 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicTestParameter complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicTestParameter">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="eaiRequest_rs" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicTestParameterEaiRequest_rsRecord" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicTestParameter", propOrder = { - "eaiRequestRs" -}) -public class FindRegBasicTestParameter { - - @XmlElement(name = "eaiRequest_rs") - protected List eaiRequestRs; - - /** - * Gets the value of the eaiRequestRs 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 JAXB object. - * This is why there is not a set method for the eaiRequestRs property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEaiRequestRs().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FindRegBasicTestParameterEaiRequestRsRecord } - * - * - */ - public List getEaiRequestRs() { - if (eaiRequestRs == null) { - eaiRequestRs = new ArrayList(); - } - return this.eaiRequestRs; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameterEaiRequestRsRecord.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameterEaiRequestRsRecord.java deleted file mode 100644 index 34939ee8..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestParameterEaiRequestRsRecord.java +++ /dev/null @@ -1,209 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicTestParameterEaiRequest_rsRecord complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicTestParameterEaiRequest_rsRecord">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="LEVY_STDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="INQIRE_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_MBER_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicTestParameterEaiRequest_rsRecord", propOrder = { - "levystdde", - "inqiresecode", - "vhrno", - "vin", - "ownermberno" -}) -public class FindRegBasicTestParameterEaiRequestRsRecord { - - @XmlElement(name = "LEVY_STDDE", required = true, nillable = true) - protected String levystdde; - @XmlElement(name = "INQIRE_SE_CODE", required = true, nillable = true) - protected String inqiresecode; - @XmlElement(name = "VHRNO", required = true, nillable = true) - protected String vhrno; - @XmlElement(name = "VIN", required = true, nillable = true) - protected String vin; - @XmlElement(name = "OWNER_MBER_NO", required = true, nillable = true) - protected String ownermberno; - - /** - * levystdde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLEVYSTDDE() { - return levystdde; - } - - /** - * levystdde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLEVYSTDDE(String value) { - this.levystdde = value; - } - - /** - * inqiresecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getINQIRESECODE() { - return inqiresecode; - } - - /** - * inqiresecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setINQIRESECODE(String value) { - this.inqiresecode = value; - } - - /** - * vhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHRNO() { - return vhrno; - } - - /** - * vhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHRNO(String value) { - this.vhrno = value; - } - - /** - * vin 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIN() { - return vin; - } - - /** - * vin 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIN(String value) { - this.vin = value; - } - - /** - * ownermberno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERMBERNO() { - return ownermberno; - } - - /** - * ownermberno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERMBERNO(String value) { - this.ownermberno = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestResponseType.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestResponseType.java deleted file mode 100644 index 4190858b..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestResponseType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="findRegBasicTestReturn" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicTestReturn"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "findRegBasicTestReturn" -}) -@XmlRootElement(name = "findRegBasicTestResponseType") -public class FindRegBasicTestResponseType { - - @XmlElement(required = true) - protected FindRegBasicTestReturn findRegBasicTestReturn; - - /** - * findRegBasicTestReturn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link FindRegBasicTestReturn } - * - */ - public FindRegBasicTestReturn getFindRegBasicTestReturn() { - return findRegBasicTestReturn; - } - - /** - * findRegBasicTestReturn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link FindRegBasicTestReturn } - * - */ - public void setFindRegBasicTestReturn(FindRegBasicTestReturn value) { - this.findRegBasicTestReturn = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturn.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturn.java deleted file mode 100644 index 3165c371..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturn.java +++ /dev/null @@ -1,97 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicTestReturn complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicTestReturn">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="eaiResponse_rs" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findRegBasicTestReturnEaiResponse_rsRecord" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="resultMessage" type="{types.common}ResultMessage"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicTestReturn", propOrder = { - "eaiResponseRs", - "resultMessage" -}) -public class FindRegBasicTestReturn { - - @XmlElement(name = "eaiResponse_rs") - protected List eaiResponseRs; - @XmlElement(required = true) - protected ResultMessage resultMessage; - - /** - * Gets the value of the eaiResponseRs 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 JAXB object. - * This is why there is not a set method for the eaiResponseRs property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEaiResponseRs().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FindRegBasicTestReturnEaiResponseRsRecord } - * - * - */ - public List getEaiResponseRs() { - if (eaiResponseRs == null) { - eaiResponseRs = new ArrayList(); - } - return this.eaiResponseRs; - } - - /** - * resultMessage 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link ResultMessage } - * - */ - public ResultMessage getResultMessage() { - return resultMessage; - } - - /** - * resultMessage 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link ResultMessage } - * - */ - public void setResultMessage(ResultMessage value) { - this.resultMessage = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturnEaiResponseRsRecord.java b/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturnEaiResponseRsRecord.java deleted file mode 100644 index 41deeed7..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindRegBasicTestReturnEaiResponseRsRecord.java +++ /dev/null @@ -1,2641 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findRegBasicTestReturnEaiResponse_rsRecord complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findRegBasicTestReturnEaiResponse_rsRecord">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PRYE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ERSR_REGIST_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ERSR_REGIST_SE_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ERSR_REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REGIST_DETAIL_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="DSPLVL">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_LEGALDONG_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_ADSTRD_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_MNTN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_LNBR">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_HO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_ADRES_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_SE_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TELNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_LEGALDONG_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ADSTRD_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_MNTN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_LNBR">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_HO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ADRES_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OWNER_ADRES_FULL">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="AFTR_VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_FUEL_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PRPOS_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MTRS_FOM_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRNT_VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIN">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CNM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCLE_TOT_WT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CAAG_ENDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CHANGE_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_ASORT_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_TY_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MXMM_LDG">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_ASORT_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_TY_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VHCTY_SE_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRST_REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FOM_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ACQS_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ACQS_END_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="YBL_MD">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TRANSR_REGIST_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="SPCF_REGIST_STTUS_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="COLOR_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MRTG_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="SEIZR_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="STMD_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="NMPL_CSDY_AT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="NMPL_CSDY_REMNR_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ORIGIN_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="NMPL_STNDRD_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ACQS_AMOUNT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="INSPT_VALID_PD_BGNDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="INSPT_VALID_PD_ENDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CHCK_VALID_PD_BGNDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CHCK_VALID_PD_ENDDE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="USE_STRNGHLD_GRC_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TKCAR_PSCAP_CO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="SPMNNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TRVL_DSTNC">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRST_REGIST_RQRCNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VLNT_ERSR_PRVNTC_NTICE_DE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REGIST_INSTT_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PROCESS_IMPRTY_RESN_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PROCESS_IMPRTY_RESN_DTLS">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_PRPOS_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_VHCTY_ASORT_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_VHCTY_TY_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VIMS_VHCTY_SE_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CBD_LT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CBD_BT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="CBD_HG">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="FRST_MXMM_LDG">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findRegBasicTestReturnEaiResponse_rsRecord", propOrder = { - "prye", - "registde", - "ersrregistsecode", - "ersrregistsenm", - "ersrregistde", - "registdetailcode", - "dsplvl", - "usestrnghldlegaldongcode", - "usestrnghldadstrdcode", - "usestrnghldmntn", - "usestrnghldlnbr", - "usestrnghldho", - "usestrnghldadresnm", - "mbersecode", - "mbernm", - "mberseno", - "telno", - "ownerlegaldongcode", - "owneradstrdcode", - "ownermntn", - "ownerlnbr", - "ownerho", - "owneradresnm", - "owneradresfull", - "aftrvhrno", - "usefuelcode", - "prpossecode", - "mtrsfomnm", - "frntvhrno", - "vhrno", - "vin", - "cnm", - "vhcletotwt", - "caagendde", - "changede", - "vhctyasortcode", - "vhctytycode", - "vhctysecode", - "mxmmldg", - "vhctyasortnm", - "vhctytynm", - "vhctysenm", - "frstregistde", - "fomnm", - "acqsde", - "acqsendde", - "yblmd", - "transrregistde", - "spcfregiststtuscode", - "colornm", - "mrtgco", - "seizrco", - "stmdco", - "nmplcsdyat", - "nmplcsdyremnrde", - "originsecode", - "nmplstndrdcode", - "acqsamount", - "insptvalidpdbgnde", - "insptvalidpdendde", - "chckvalidpdbgnde", - "chckvalidpdendde", - "usestrnghldgrccode", - "tkcarpscapco", - "spmnno", - "trvldstnc", - "frstregistrqrcno", - "vlntersrprvntcnticede", - "registinsttnm", - "processimprtyresncode", - "processimprtyresndtls", - "vimsprpossecode", - "vimsvhctyasortcode", - "vimsvhctytycode", - "vimsvhctysecode", - "cbdlt", - "cbdbt", - "cbdhg", - "frstmxmmldg" -}) -public class FindRegBasicTestReturnEaiResponseRsRecord { - - @XmlElement(name = "PRYE", required = true, nillable = true) - protected String prye; - @XmlElement(name = "REGIST_DE", required = true, nillable = true) - protected String registde; - @XmlElement(name = "ERSR_REGIST_SE_CODE", required = true, nillable = true) - protected String ersrregistsecode; - @XmlElement(name = "ERSR_REGIST_SE_NM", required = true, nillable = true) - protected String ersrregistsenm; - @XmlElement(name = "ERSR_REGIST_DE", required = true, nillable = true) - protected String ersrregistde; - @XmlElement(name = "REGIST_DETAIL_CODE", required = true, nillable = true) - protected String registdetailcode; - @XmlElement(name = "DSPLVL", required = true, nillable = true) - protected String dsplvl; - @XmlElement(name = "USE_STRNGHLD_LEGALDONG_CODE", required = true, nillable = true) - protected String usestrnghldlegaldongcode; - @XmlElement(name = "USE_STRNGHLD_ADSTRD_CODE", required = true, nillable = true) - protected String usestrnghldadstrdcode; - @XmlElement(name = "USE_STRNGHLD_MNTN", required = true, nillable = true) - protected String usestrnghldmntn; - @XmlElement(name = "USE_STRNGHLD_LNBR", required = true, nillable = true) - protected String usestrnghldlnbr; - @XmlElement(name = "USE_STRNGHLD_HO", required = true, nillable = true) - protected String usestrnghldho; - @XmlElement(name = "USE_STRNGHLD_ADRES_NM", required = true, nillable = true) - protected String usestrnghldadresnm; - @XmlElement(name = "MBER_SE_CODE", required = true, nillable = true) - protected String mbersecode; - @XmlElement(name = "MBER_NM", required = true, nillable = true) - protected String mbernm; - @XmlElement(name = "MBER_SE_NO", required = true, nillable = true) - protected String mberseno; - @XmlElement(name = "TELNO", required = true, nillable = true) - protected String telno; - @XmlElement(name = "OWNER_LEGALDONG_CODE", required = true, nillable = true) - protected String ownerlegaldongcode; - @XmlElement(name = "OWNER_ADSTRD_CODE", required = true, nillable = true) - protected String owneradstrdcode; - @XmlElement(name = "OWNER_MNTN", required = true, nillable = true) - protected String ownermntn; - @XmlElement(name = "OWNER_LNBR", required = true, nillable = true) - protected String ownerlnbr; - @XmlElement(name = "OWNER_HO", required = true, nillable = true) - protected String ownerho; - @XmlElement(name = "OWNER_ADRES_NM", required = true, nillable = true) - protected String owneradresnm; - @XmlElement(name = "OWNER_ADRES_FULL", required = true, nillable = true) - protected String owneradresfull; - @XmlElement(name = "AFTR_VHRNO", required = true, nillable = true) - protected String aftrvhrno; - @XmlElement(name = "USE_FUEL_CODE", required = true, nillable = true) - protected String usefuelcode; - @XmlElement(name = "PRPOS_SE_CODE", required = true, nillable = true) - protected String prpossecode; - @XmlElement(name = "MTRS_FOM_NM", required = true, nillable = true) - protected String mtrsfomnm; - @XmlElement(name = "FRNT_VHRNO", required = true, nillable = true) - protected String frntvhrno; - @XmlElement(name = "VHRNO", required = true, nillable = true) - protected String vhrno; - @XmlElement(name = "VIN", required = true, nillable = true) - protected String vin; - @XmlElement(name = "CNM", required = true, nillable = true) - protected String cnm; - @XmlElement(name = "VHCLE_TOT_WT", required = true, nillable = true) - protected String vhcletotwt; - @XmlElement(name = "CAAG_ENDDE", required = true, nillable = true) - protected String caagendde; - @XmlElement(name = "CHANGE_DE", required = true, nillable = true) - protected String changede; - @XmlElement(name = "VHCTY_ASORT_CODE", required = true, nillable = true) - protected String vhctyasortcode; - @XmlElement(name = "VHCTY_TY_CODE", required = true, nillable = true) - protected String vhctytycode; - @XmlElement(name = "VHCTY_SE_CODE", required = true, nillable = true) - protected String vhctysecode; - @XmlElement(name = "MXMM_LDG", required = true, nillable = true) - protected String mxmmldg; - @XmlElement(name = "VHCTY_ASORT_NM", required = true, nillable = true) - protected String vhctyasortnm; - @XmlElement(name = "VHCTY_TY_NM", required = true, nillable = true) - protected String vhctytynm; - @XmlElement(name = "VHCTY_SE_NM", required = true, nillable = true) - protected String vhctysenm; - @XmlElement(name = "FRST_REGIST_DE", required = true, nillable = true) - protected String frstregistde; - @XmlElement(name = "FOM_NM", required = true, nillable = true) - protected String fomnm; - @XmlElement(name = "ACQS_DE", required = true, nillable = true) - protected String acqsde; - @XmlElement(name = "ACQS_END_DE", required = true, nillable = true) - protected String acqsendde; - @XmlElement(name = "YBL_MD", required = true, nillable = true) - protected String yblmd; - @XmlElement(name = "TRANSR_REGIST_DE", required = true, nillable = true) - protected String transrregistde; - @XmlElement(name = "SPCF_REGIST_STTUS_CODE", required = true, nillable = true) - protected String spcfregiststtuscode; - @XmlElement(name = "COLOR_NM", required = true, nillable = true) - protected String colornm; - @XmlElement(name = "MRTG_CO", required = true, nillable = true) - protected String mrtgco; - @XmlElement(name = "SEIZR_CO", required = true, nillable = true) - protected String seizrco; - @XmlElement(name = "STMD_CO", required = true, nillable = true) - protected String stmdco; - @XmlElement(name = "NMPL_CSDY_AT", required = true, nillable = true) - protected String nmplcsdyat; - @XmlElement(name = "NMPL_CSDY_REMNR_DE", required = true, nillable = true) - protected String nmplcsdyremnrde; - @XmlElement(name = "ORIGIN_SE_CODE", required = true, nillable = true) - protected String originsecode; - @XmlElement(name = "NMPL_STNDRD_CODE", required = true, nillable = true) - protected String nmplstndrdcode; - @XmlElement(name = "ACQS_AMOUNT", required = true, nillable = true) - protected String acqsamount; - @XmlElement(name = "INSPT_VALID_PD_BGNDE", required = true, nillable = true) - protected String insptvalidpdbgnde; - @XmlElement(name = "INSPT_VALID_PD_ENDDE", required = true, nillable = true) - protected String insptvalidpdendde; - @XmlElement(name = "CHCK_VALID_PD_BGNDE", required = true, nillable = true) - protected String chckvalidpdbgnde; - @XmlElement(name = "CHCK_VALID_PD_ENDDE", required = true, nillable = true) - protected String chckvalidpdendde; - @XmlElement(name = "USE_STRNGHLD_GRC_CODE", required = true, nillable = true) - protected String usestrnghldgrccode; - @XmlElement(name = "TKCAR_PSCAP_CO", required = true, nillable = true) - protected String tkcarpscapco; - @XmlElement(name = "SPMNNO", required = true, nillable = true) - protected String spmnno; - @XmlElement(name = "TRVL_DSTNC", required = true, nillable = true) - protected String trvldstnc; - @XmlElement(name = "FRST_REGIST_RQRCNO", required = true, nillable = true) - protected String frstregistrqrcno; - @XmlElement(name = "VLNT_ERSR_PRVNTC_NTICE_DE", required = true, nillable = true) - protected String vlntersrprvntcnticede; - @XmlElement(name = "REGIST_INSTT_NM", required = true, nillable = true) - protected String registinsttnm; - @XmlElement(name = "PROCESS_IMPRTY_RESN_CODE", required = true, nillable = true) - protected String processimprtyresncode; - @XmlElement(name = "PROCESS_IMPRTY_RESN_DTLS", required = true, nillable = true) - protected String processimprtyresndtls; - @XmlElement(name = "VIMS_PRPOS_SE_CODE", required = true, nillable = true) - protected String vimsprpossecode; - @XmlElement(name = "VIMS_VHCTY_ASORT_CODE", required = true, nillable = true) - protected String vimsvhctyasortcode; - @XmlElement(name = "VIMS_VHCTY_TY_CODE", required = true, nillable = true) - protected String vimsvhctytycode; - @XmlElement(name = "VIMS_VHCTY_SE_CODE", required = true, nillable = true) - protected String vimsvhctysecode; - @XmlElement(name = "CBD_LT", required = true, nillable = true) - protected String cbdlt; - @XmlElement(name = "CBD_BT", required = true, nillable = true) - protected String cbdbt; - @XmlElement(name = "CBD_HG", required = true, nillable = true) - protected String cbdhg; - @XmlElement(name = "FRST_MXMM_LDG", required = true, nillable = true) - protected String frstmxmmldg; - - /** - * prye 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPRYE() { - return prye; - } - - /** - * prye 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPRYE(String value) { - this.prye = value; - } - - /** - * registde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREGISTDE() { - return registde; - } - - /** - * registde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREGISTDE(String value) { - this.registde = value; - } - - /** - * ersrregistsecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getERSRREGISTSECODE() { - return ersrregistsecode; - } - - /** - * ersrregistsecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setERSRREGISTSECODE(String value) { - this.ersrregistsecode = value; - } - - /** - * ersrregistsenm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getERSRREGISTSENM() { - return ersrregistsenm; - } - - /** - * ersrregistsenm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setERSRREGISTSENM(String value) { - this.ersrregistsenm = value; - } - - /** - * ersrregistde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getERSRREGISTDE() { - return ersrregistde; - } - - /** - * ersrregistde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setERSRREGISTDE(String value) { - this.ersrregistde = value; - } - - /** - * registdetailcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREGISTDETAILCODE() { - return registdetailcode; - } - - /** - * registdetailcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREGISTDETAILCODE(String value) { - this.registdetailcode = value; - } - - /** - * dsplvl 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDSPLVL() { - return dsplvl; - } - - /** - * dsplvl 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDSPLVL(String value) { - this.dsplvl = value; - } - - /** - * usestrnghldlegaldongcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDLEGALDONGCODE() { - return usestrnghldlegaldongcode; - } - - /** - * usestrnghldlegaldongcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDLEGALDONGCODE(String value) { - this.usestrnghldlegaldongcode = value; - } - - /** - * usestrnghldadstrdcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDADSTRDCODE() { - return usestrnghldadstrdcode; - } - - /** - * usestrnghldadstrdcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDADSTRDCODE(String value) { - this.usestrnghldadstrdcode = value; - } - - /** - * usestrnghldmntn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDMNTN() { - return usestrnghldmntn; - } - - /** - * usestrnghldmntn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDMNTN(String value) { - this.usestrnghldmntn = value; - } - - /** - * usestrnghldlnbr 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDLNBR() { - return usestrnghldlnbr; - } - - /** - * usestrnghldlnbr 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDLNBR(String value) { - this.usestrnghldlnbr = value; - } - - /** - * usestrnghldho 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDHO() { - return usestrnghldho; - } - - /** - * usestrnghldho 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDHO(String value) { - this.usestrnghldho = value; - } - - /** - * usestrnghldadresnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDADRESNM() { - return usestrnghldadresnm; - } - - /** - * usestrnghldadresnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDADRESNM(String value) { - this.usestrnghldadresnm = value; - } - - /** - * mbersecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERSECODE() { - return mbersecode; - } - - /** - * mbersecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERSECODE(String value) { - this.mbersecode = value; - } - - /** - * mbernm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERNM() { - return mbernm; - } - - /** - * mbernm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERNM(String value) { - this.mbernm = value; - } - - /** - * mberseno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERSENO() { - return mberseno; - } - - /** - * mberseno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERSENO(String value) { - this.mberseno = value; - } - - /** - * telno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTELNO() { - return telno; - } - - /** - * telno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTELNO(String value) { - this.telno = value; - } - - /** - * ownerlegaldongcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERLEGALDONGCODE() { - return ownerlegaldongcode; - } - - /** - * ownerlegaldongcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERLEGALDONGCODE(String value) { - this.ownerlegaldongcode = value; - } - - /** - * owneradstrdcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERADSTRDCODE() { - return owneradstrdcode; - } - - /** - * owneradstrdcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERADSTRDCODE(String value) { - this.owneradstrdcode = value; - } - - /** - * ownermntn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERMNTN() { - return ownermntn; - } - - /** - * ownermntn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERMNTN(String value) { - this.ownermntn = value; - } - - /** - * ownerlnbr 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERLNBR() { - return ownerlnbr; - } - - /** - * ownerlnbr 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERLNBR(String value) { - this.ownerlnbr = value; - } - - /** - * ownerho 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERHO() { - return ownerho; - } - - /** - * ownerho 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERHO(String value) { - this.ownerho = value; - } - - /** - * owneradresnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERADRESNM() { - return owneradresnm; - } - - /** - * owneradresnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERADRESNM(String value) { - this.owneradresnm = value; - } - - /** - * owneradresfull 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOWNERADRESFULL() { - return owneradresfull; - } - - /** - * owneradresfull 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOWNERADRESFULL(String value) { - this.owneradresfull = value; - } - - /** - * aftrvhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAFTRVHRNO() { - return aftrvhrno; - } - - /** - * aftrvhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAFTRVHRNO(String value) { - this.aftrvhrno = value; - } - - /** - * usefuelcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSEFUELCODE() { - return usefuelcode; - } - - /** - * usefuelcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSEFUELCODE(String value) { - this.usefuelcode = value; - } - - /** - * prpossecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPRPOSSECODE() { - return prpossecode; - } - - /** - * prpossecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPRPOSSECODE(String value) { - this.prpossecode = value; - } - - /** - * mtrsfomnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMTRSFOMNM() { - return mtrsfomnm; - } - - /** - * mtrsfomnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMTRSFOMNM(String value) { - this.mtrsfomnm = value; - } - - /** - * frntvhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRNTVHRNO() { - return frntvhrno; - } - - /** - * frntvhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRNTVHRNO(String value) { - this.frntvhrno = value; - } - - /** - * vhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHRNO() { - return vhrno; - } - - /** - * vhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHRNO(String value) { - this.vhrno = value; - } - - /** - * vin 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIN() { - return vin; - } - - /** - * vin 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIN(String value) { - this.vin = value; - } - - /** - * cnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCNM() { - return cnm; - } - - /** - * cnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCNM(String value) { - this.cnm = value; - } - - /** - * vhcletotwt 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCLETOTWT() { - return vhcletotwt; - } - - /** - * vhcletotwt 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCLETOTWT(String value) { - this.vhcletotwt = value; - } - - /** - * caagendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCAAGENDDE() { - return caagendde; - } - - /** - * caagendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCAAGENDDE(String value) { - this.caagendde = value; - } - - /** - * changede 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCHANGEDE() { - return changede; - } - - /** - * changede 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCHANGEDE(String value) { - this.changede = value; - } - - /** - * vhctyasortcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYASORTCODE() { - return vhctyasortcode; - } - - /** - * vhctyasortcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYASORTCODE(String value) { - this.vhctyasortcode = value; - } - - /** - * vhctytycode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYTYCODE() { - return vhctytycode; - } - - /** - * vhctytycode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYTYCODE(String value) { - this.vhctytycode = value; - } - - /** - * vhctysecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYSECODE() { - return vhctysecode; - } - - /** - * vhctysecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYSECODE(String value) { - this.vhctysecode = value; - } - - /** - * mxmmldg 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMXMMLDG() { - return mxmmldg; - } - - /** - * mxmmldg 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMXMMLDG(String value) { - this.mxmmldg = value; - } - - /** - * vhctyasortnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYASORTNM() { - return vhctyasortnm; - } - - /** - * vhctyasortnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYASORTNM(String value) { - this.vhctyasortnm = value; - } - - /** - * vhctytynm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYTYNM() { - return vhctytynm; - } - - /** - * vhctytynm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYTYNM(String value) { - this.vhctytynm = value; - } - - /** - * vhctysenm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHCTYSENM() { - return vhctysenm; - } - - /** - * vhctysenm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHCTYSENM(String value) { - this.vhctysenm = value; - } - - /** - * frstregistde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRSTREGISTDE() { - return frstregistde; - } - - /** - * frstregistde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRSTREGISTDE(String value) { - this.frstregistde = value; - } - - /** - * fomnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFOMNM() { - return fomnm; - } - - /** - * fomnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFOMNM(String value) { - this.fomnm = value; - } - - /** - * acqsde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getACQSDE() { - return acqsde; - } - - /** - * acqsde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setACQSDE(String value) { - this.acqsde = value; - } - - /** - * acqsendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getACQSENDDE() { - return acqsendde; - } - - /** - * acqsendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setACQSENDDE(String value) { - this.acqsendde = value; - } - - /** - * yblmd 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getYBLMD() { - return yblmd; - } - - /** - * yblmd 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setYBLMD(String value) { - this.yblmd = value; - } - - /** - * transrregistde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTRANSRREGISTDE() { - return transrregistde; - } - - /** - * transrregistde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTRANSRREGISTDE(String value) { - this.transrregistde = value; - } - - /** - * spcfregiststtuscode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSPCFREGISTSTTUSCODE() { - return spcfregiststtuscode; - } - - /** - * spcfregiststtuscode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSPCFREGISTSTTUSCODE(String value) { - this.spcfregiststtuscode = value; - } - - /** - * colornm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCOLORNM() { - return colornm; - } - - /** - * colornm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCOLORNM(String value) { - this.colornm = value; - } - - /** - * mrtgco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMRTGCO() { - return mrtgco; - } - - /** - * mrtgco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMRTGCO(String value) { - this.mrtgco = value; - } - - /** - * seizrco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSEIZRCO() { - return seizrco; - } - - /** - * seizrco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSEIZRCO(String value) { - this.seizrco = value; - } - - /** - * stmdco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSTMDCO() { - return stmdco; - } - - /** - * stmdco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSTMDCO(String value) { - this.stmdco = value; - } - - /** - * nmplcsdyat 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNMPLCSDYAT() { - return nmplcsdyat; - } - - /** - * nmplcsdyat 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNMPLCSDYAT(String value) { - this.nmplcsdyat = value; - } - - /** - * nmplcsdyremnrde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNMPLCSDYREMNRDE() { - return nmplcsdyremnrde; - } - - /** - * nmplcsdyremnrde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNMPLCSDYREMNRDE(String value) { - this.nmplcsdyremnrde = value; - } - - /** - * originsecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getORIGINSECODE() { - return originsecode; - } - - /** - * originsecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setORIGINSECODE(String value) { - this.originsecode = value; - } - - /** - * nmplstndrdcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNMPLSTNDRDCODE() { - return nmplstndrdcode; - } - - /** - * nmplstndrdcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNMPLSTNDRDCODE(String value) { - this.nmplstndrdcode = value; - } - - /** - * acqsamount 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getACQSAMOUNT() { - return acqsamount; - } - - /** - * acqsamount 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setACQSAMOUNT(String value) { - this.acqsamount = value; - } - - /** - * insptvalidpdbgnde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getINSPTVALIDPDBGNDE() { - return insptvalidpdbgnde; - } - - /** - * insptvalidpdbgnde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setINSPTVALIDPDBGNDE(String value) { - this.insptvalidpdbgnde = value; - } - - /** - * insptvalidpdendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getINSPTVALIDPDENDDE() { - return insptvalidpdendde; - } - - /** - * insptvalidpdendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setINSPTVALIDPDENDDE(String value) { - this.insptvalidpdendde = value; - } - - /** - * chckvalidpdbgnde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCHCKVALIDPDBGNDE() { - return chckvalidpdbgnde; - } - - /** - * chckvalidpdbgnde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCHCKVALIDPDBGNDE(String value) { - this.chckvalidpdbgnde = value; - } - - /** - * chckvalidpdendde 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCHCKVALIDPDENDDE() { - return chckvalidpdendde; - } - - /** - * chckvalidpdendde 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCHCKVALIDPDENDDE(String value) { - this.chckvalidpdendde = value; - } - - /** - * usestrnghldgrccode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSESTRNGHLDGRCCODE() { - return usestrnghldgrccode; - } - - /** - * usestrnghldgrccode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSESTRNGHLDGRCCODE(String value) { - this.usestrnghldgrccode = value; - } - - /** - * tkcarpscapco 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTKCARPSCAPCO() { - return tkcarpscapco; - } - - /** - * tkcarpscapco 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTKCARPSCAPCO(String value) { - this.tkcarpscapco = value; - } - - /** - * spmnno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSPMNNO() { - return spmnno; - } - - /** - * spmnno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSPMNNO(String value) { - this.spmnno = value; - } - - /** - * trvldstnc 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTRVLDSTNC() { - return trvldstnc; - } - - /** - * trvldstnc 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTRVLDSTNC(String value) { - this.trvldstnc = value; - } - - /** - * frstregistrqrcno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRSTREGISTRQRCNO() { - return frstregistrqrcno; - } - - /** - * frstregistrqrcno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRSTREGISTRQRCNO(String value) { - this.frstregistrqrcno = value; - } - - /** - * vlntersrprvntcnticede 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVLNTERSRPRVNTCNTICEDE() { - return vlntersrprvntcnticede; - } - - /** - * vlntersrprvntcnticede 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVLNTERSRPRVNTCNTICEDE(String value) { - this.vlntersrprvntcnticede = value; - } - - /** - * registinsttnm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREGISTINSTTNM() { - return registinsttnm; - } - - /** - * registinsttnm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREGISTINSTTNM(String value) { - this.registinsttnm = value; - } - - /** - * processimprtyresncode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPROCESSIMPRTYRESNCODE() { - return processimprtyresncode; - } - - /** - * processimprtyresncode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPROCESSIMPRTYRESNCODE(String value) { - this.processimprtyresncode = value; - } - - /** - * processimprtyresndtls 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPROCESSIMPRTYRESNDTLS() { - return processimprtyresndtls; - } - - /** - * processimprtyresndtls 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPROCESSIMPRTYRESNDTLS(String value) { - this.processimprtyresndtls = value; - } - - /** - * vimsprpossecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSPRPOSSECODE() { - return vimsprpossecode; - } - - /** - * vimsprpossecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSPRPOSSECODE(String value) { - this.vimsprpossecode = value; - } - - /** - * vimsvhctyasortcode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSVHCTYASORTCODE() { - return vimsvhctyasortcode; - } - - /** - * vimsvhctyasortcode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSVHCTYASORTCODE(String value) { - this.vimsvhctyasortcode = value; - } - - /** - * vimsvhctytycode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSVHCTYTYCODE() { - return vimsvhctytycode; - } - - /** - * vimsvhctytycode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSVHCTYTYCODE(String value) { - this.vimsvhctytycode = value; - } - - /** - * vimsvhctysecode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVIMSVHCTYSECODE() { - return vimsvhctysecode; - } - - /** - * vimsvhctysecode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVIMSVHCTYSECODE(String value) { - this.vimsvhctysecode = value; - } - - /** - * cbdlt 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCBDLT() { - return cbdlt; - } - - /** - * cbdlt 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCBDLT(String value) { - this.cbdlt = value; - } - - /** - * cbdbt 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCBDBT() { - return cbdbt; - } - - /** - * cbdbt 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCBDBT(String value) { - this.cbdbt = value; - } - - /** - * cbdhg 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCBDHG() { - return cbdhg; - } - - /** - * cbdhg 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCBDHG(String value) { - this.cbdhg = value; - } - - /** - * frstmxmmldg 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFRSTMXMMLDG() { - return frstmxmmldg; - } - - /** - * frstmxmmldg 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFRSTMXMMLDG(String value) { - this.frstmxmmldg = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwner.java b/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwner.java deleted file mode 100644 index ba092584..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwner.java +++ /dev/null @@ -1,92 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="findVhrnoBasicInfoCopertnOwnerParameter" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findVhrnoBasicInfoCopertnOwnerParameter"/>
- *         <element name="requestContext" type="{types.common}WsRequestContext"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "findVhrnoBasicInfoCopertnOwnerParameter", - "requestContext" -}) -@XmlRootElement(name = "findVhrnoBasicInfoCopertnOwner") -public class FindVhrnoBasicInfoCopertnOwner { - - @XmlElement(required = true) - protected FindVhrnoBasicInfoCopertnOwnerParameter findVhrnoBasicInfoCopertnOwnerParameter; - @XmlElement(required = true) - protected WsRequestContext requestContext; - - /** - * findVhrnoBasicInfoCopertnOwnerParameter 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link FindVhrnoBasicInfoCopertnOwnerParameter } - * - */ - public FindVhrnoBasicInfoCopertnOwnerParameter getFindVhrnoBasicInfoCopertnOwnerParameter() { - return findVhrnoBasicInfoCopertnOwnerParameter; - } - - /** - * findVhrnoBasicInfoCopertnOwnerParameter 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link FindVhrnoBasicInfoCopertnOwnerParameter } - * - */ - public void setFindVhrnoBasicInfoCopertnOwnerParameter(FindVhrnoBasicInfoCopertnOwnerParameter value) { - this.findVhrnoBasicInfoCopertnOwnerParameter = value; - } - - /** - * requestContext 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link WsRequestContext } - * - */ - public WsRequestContext getRequestContext() { - return requestContext; - } - - /** - * requestContext 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link WsRequestContext } - * - */ - public void setRequestContext(WsRequestContext value) { - this.requestContext = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameter.java b/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameter.java deleted file mode 100644 index 3221cc28..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameter.java +++ /dev/null @@ -1,69 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findVhrnoBasicInfoCopertnOwnerParameter complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findVhrnoBasicInfoCopertnOwnerParameter">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="eaiRequest_rs" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findVhrnoBasicInfoCopertnOwnerParameterEaiRequest_rsRecord" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findVhrnoBasicInfoCopertnOwnerParameter", propOrder = { - "eaiRequestRs" -}) -public class FindVhrnoBasicInfoCopertnOwnerParameter { - - @XmlElement(name = "eaiRequest_rs") - protected List eaiRequestRs; - - /** - * Gets the value of the eaiRequestRs 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 JAXB object. - * This is why there is not a set method for the eaiRequestRs property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEaiRequestRs().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord } - * - * - */ - public List getEaiRequestRs() { - if (eaiRequestRs == null) { - eaiRequestRs = new ArrayList(); - } - return this.eaiRequestRs; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord.java b/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord.java deleted file mode 100644 index 74a2371f..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord.java +++ /dev/null @@ -1,69 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findVhrnoBasicInfoCopertnOwnerParameterEaiRequest_rsRecord complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findVhrnoBasicInfoCopertnOwnerParameterEaiRequest_rsRecord">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="0"/>
- *               <maxLength value="128"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findVhrnoBasicInfoCopertnOwnerParameterEaiRequest_rsRecord", propOrder = { - "vhrno" -}) -public class FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord { - - @XmlElement(name = "VHRNO", required = true, nillable = true) - protected String vhrno; - - /** - * vhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHRNO() { - return vhrno; - } - - /** - * vhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHRNO(String value) { - this.vhrno = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerResponseType.java b/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerResponseType.java deleted file mode 100644 index 3c4b3d40..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerResponseType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="findVhrnoBasicInfoCopertnOwnerReturn" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findVhrnoBasicInfoCopertnOwnerReturn"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "findVhrnoBasicInfoCopertnOwnerReturn" -}) -@XmlRootElement(name = "findVhrnoBasicInfoCopertnOwnerResponseType") -public class FindVhrnoBasicInfoCopertnOwnerResponseType { - - @XmlElement(required = true) - protected FindVhrnoBasicInfoCopertnOwnerReturn findVhrnoBasicInfoCopertnOwnerReturn; - - /** - * findVhrnoBasicInfoCopertnOwnerReturn 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link FindVhrnoBasicInfoCopertnOwnerReturn } - * - */ - public FindVhrnoBasicInfoCopertnOwnerReturn getFindVhrnoBasicInfoCopertnOwnerReturn() { - return findVhrnoBasicInfoCopertnOwnerReturn; - } - - /** - * findVhrnoBasicInfoCopertnOwnerReturn 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link FindVhrnoBasicInfoCopertnOwnerReturn } - * - */ - public void setFindVhrnoBasicInfoCopertnOwnerReturn(FindVhrnoBasicInfoCopertnOwnerReturn value) { - this.findVhrnoBasicInfoCopertnOwnerReturn = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturn.java b/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturn.java deleted file mode 100644 index 1620f03b..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturn.java +++ /dev/null @@ -1,97 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findVhrnoBasicInfoCopertnOwnerReturn complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findVhrnoBasicInfoCopertnOwnerReturn">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="eaiResponse_rs" type="{componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo}findVhrnoBasicInfoCopertnOwnerReturnEaiResponse_rsRecord" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="resultMessage" type="{types.common}ResultMessage"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findVhrnoBasicInfoCopertnOwnerReturn", propOrder = { - "eaiResponseRs", - "resultMessage" -}) -public class FindVhrnoBasicInfoCopertnOwnerReturn { - - @XmlElement(name = "eaiResponse_rs") - protected List eaiResponseRs; - @XmlElement(required = true) - protected ResultMessage resultMessage; - - /** - * Gets the value of the eaiResponseRs 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 JAXB object. - * This is why there is not a set method for the eaiResponseRs property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEaiResponseRs().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord } - * - * - */ - public List getEaiResponseRs() { - if (eaiResponseRs == null) { - eaiResponseRs = new ArrayList(); - } - return this.eaiResponseRs; - } - - /** - * resultMessage 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link ResultMessage } - * - */ - public ResultMessage getResultMessage() { - return resultMessage; - } - - /** - * resultMessage 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link ResultMessage } - * - */ - public void setResultMessage(ResultMessage value) { - this.resultMessage = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord.java b/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord.java deleted file mode 100644 index d09eabc6..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord.java +++ /dev/null @@ -1,265 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

findVhrnoBasicInfoCopertnOwnerReturnEaiResponse_rsRecord complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="findVhrnoBasicInfoCopertnOwnerReturnEaiResponse_rsRecord">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VHRNO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_NM">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="MBER_REGIST_NO">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="POSESN_QOTAR">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="REPRSNT_OWNER_AT">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PROCESS_IMPRTY_RESN_CODE">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PROCESS_IMPRTY_RESN_DTLS">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findVhrnoBasicInfoCopertnOwnerReturnEaiResponse_rsRecord", propOrder = { - "vhrno", - "mbernm", - "mberregistno", - "posesnqotar", - "reprsntownerat", - "processimprtyresncode", - "processimprtyresndtls" -}) -public class FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord { - - @XmlElement(name = "VHRNO", required = true, nillable = true) - protected String vhrno; - @XmlElement(name = "MBER_NM", required = true, nillable = true) - protected String mbernm; - @XmlElement(name = "MBER_REGIST_NO", required = true, nillable = true) - protected String mberregistno; - @XmlElement(name = "POSESN_QOTAR", required = true, nillable = true) - protected String posesnqotar; - @XmlElement(name = "REPRSNT_OWNER_AT", required = true, nillable = true) - protected String reprsntownerat; - @XmlElement(name = "PROCESS_IMPRTY_RESN_CODE", required = true, nillable = true) - protected String processimprtyresncode; - @XmlElement(name = "PROCESS_IMPRTY_RESN_DTLS", required = true, nillable = true) - protected String processimprtyresndtls; - - /** - * vhrno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVHRNO() { - return vhrno; - } - - /** - * vhrno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVHRNO(String value) { - this.vhrno = value; - } - - /** - * mbernm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERNM() { - return mbernm; - } - - /** - * mbernm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERNM(String value) { - this.mbernm = value; - } - - /** - * mberregistno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMBERREGISTNO() { - return mberregistno; - } - - /** - * mberregistno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMBERREGISTNO(String value) { - this.mberregistno = value; - } - - /** - * posesnqotar 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPOSESNQOTAR() { - return posesnqotar; - } - - /** - * posesnqotar 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPOSESNQOTAR(String value) { - this.posesnqotar = value; - } - - /** - * reprsntownerat 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getREPRSNTOWNERAT() { - return reprsntownerat; - } - - /** - * reprsntownerat 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setREPRSNTOWNERAT(String value) { - this.reprsntownerat = value; - } - - /** - * processimprtyresncode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPROCESSIMPRTYRESNCODE() { - return processimprtyresncode; - } - - /** - * processimprtyresncode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPROCESSIMPRTYRESNCODE(String value) { - this.processimprtyresncode = value; - } - - /** - * processimprtyresndtls 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPROCESSIMPRTYRESNDTLS() { - return processimprtyresndtls; - } - - /** - * processimprtyresndtls 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPROCESSIMPRTYRESNDTLS(String value) { - this.processimprtyresndtls = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/ObjectFactory.java b/src/main/java/testserver/wsdlserver/lvisserver/ObjectFactory.java deleted file mode 100644 index 436d4e4d..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/ObjectFactory.java +++ /dev/null @@ -1,192 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the testserver.wsdlserver.lvisserver package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: testserver.wsdlserver.lvisserver - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link FindRegBasic } - * - */ - public FindRegBasic createFindRegBasic() { - return new FindRegBasic(); - } - - /** - * Create an instance of {@link FindRegBasicParameter } - * - */ - public FindRegBasicParameter createFindRegBasicParameter() { - return new FindRegBasicParameter(); - } - - /** - * Create an instance of {@link WsRequestContext } - * - */ - public WsRequestContext createWsRequestContext() { - return new WsRequestContext(); - } - - /** - * Create an instance of {@link FindRegBasicResponseType } - * - */ - public FindRegBasicResponseType createFindRegBasicResponseType() { - return new FindRegBasicResponseType(); - } - - /** - * Create an instance of {@link FindRegBasicReturn } - * - */ - public FindRegBasicReturn createFindRegBasicReturn() { - return new FindRegBasicReturn(); - } - - /** - * Create an instance of {@link FindRegBasicTest } - * - */ - public FindRegBasicTest createFindRegBasicTest() { - return new FindRegBasicTest(); - } - - /** - * Create an instance of {@link FindRegBasicTestParameter } - * - */ - public FindRegBasicTestParameter createFindRegBasicTestParameter() { - return new FindRegBasicTestParameter(); - } - - /** - * Create an instance of {@link FindRegBasicTestResponseType } - * - */ - public FindRegBasicTestResponseType createFindRegBasicTestResponseType() { - return new FindRegBasicTestResponseType(); - } - - /** - * Create an instance of {@link FindRegBasicTestReturn } - * - */ - public FindRegBasicTestReturn createFindRegBasicTestReturn() { - return new FindRegBasicTestReturn(); - } - - /** - * Create an instance of {@link FindVhrnoBasicInfoCopertnOwner } - * - */ - public FindVhrnoBasicInfoCopertnOwner createFindVhrnoBasicInfoCopertnOwner() { - return new FindVhrnoBasicInfoCopertnOwner(); - } - - /** - * Create an instance of {@link FindVhrnoBasicInfoCopertnOwnerParameter } - * - */ - public FindVhrnoBasicInfoCopertnOwnerParameter createFindVhrnoBasicInfoCopertnOwnerParameter() { - return new FindVhrnoBasicInfoCopertnOwnerParameter(); - } - - /** - * Create an instance of {@link FindVhrnoBasicInfoCopertnOwnerResponseType } - * - */ - public FindVhrnoBasicInfoCopertnOwnerResponseType createFindVhrnoBasicInfoCopertnOwnerResponseType() { - return new FindVhrnoBasicInfoCopertnOwnerResponseType(); - } - - /** - * Create an instance of {@link FindVhrnoBasicInfoCopertnOwnerReturn } - * - */ - public FindVhrnoBasicInfoCopertnOwnerReturn createFindVhrnoBasicInfoCopertnOwnerReturn() { - return new FindVhrnoBasicInfoCopertnOwnerReturn(); - } - - /** - * Create an instance of {@link FindRegBasicParameterEaiRequestRsRecord } - * - */ - public FindRegBasicParameterEaiRequestRsRecord createFindRegBasicParameterEaiRequestRsRecord() { - return new FindRegBasicParameterEaiRequestRsRecord(); - } - - /** - * Create an instance of {@link FindRegBasicReturnEaiResponseRsRecord } - * - */ - public FindRegBasicReturnEaiResponseRsRecord createFindRegBasicReturnEaiResponseRsRecord() { - return new FindRegBasicReturnEaiResponseRsRecord(); - } - - /** - * Create an instance of {@link FindRegBasicTestParameterEaiRequestRsRecord } - * - */ - public FindRegBasicTestParameterEaiRequestRsRecord createFindRegBasicTestParameterEaiRequestRsRecord() { - return new FindRegBasicTestParameterEaiRequestRsRecord(); - } - - /** - * Create an instance of {@link FindRegBasicTestReturnEaiResponseRsRecord } - * - */ - public FindRegBasicTestReturnEaiResponseRsRecord createFindRegBasicTestReturnEaiResponseRsRecord() { - return new FindRegBasicTestReturnEaiResponseRsRecord(); - } - - /** - * Create an instance of {@link FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord } - * - */ - public FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord createFindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord() { - return new FindVhrnoBasicInfoCopertnOwnerParameterEaiRequestRsRecord(); - } - - /** - * Create an instance of {@link FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord } - * - */ - public FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord createFindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord() { - return new FindVhrnoBasicInfoCopertnOwnerReturnEaiResponseRsRecord(); - } - - /** - * Create an instance of {@link ResultMessage } - * - */ - public ResultMessage createResultMessage() { - return new ResultMessage(); - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/ResultMessage.java b/src/main/java/testserver/wsdlserver/lvisserver/ResultMessage.java deleted file mode 100644 index 4f433963..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/ResultMessage.java +++ /dev/null @@ -1,323 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import java.math.BigInteger; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

ResultMessage complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="ResultMessage">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="result">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="OK"/>
- *               <enumeration value="FAIL"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="messageName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="messageReason" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="messageRemark" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="recordSetId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="recordId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="fieldId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="affectedRowCount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="exceptionStackTrace" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ResultMessage", namespace = "types.common", propOrder = { - "result", - "messageId", - "messageName", - "messageReason", - "messageRemark", - "recordSetId", - "recordId", - "fieldId", - "affectedRowCount", - "exceptionStackTrace" -}) -public class ResultMessage { - - @XmlElement(required = true) - protected String result; - @XmlElement(required = true) - protected String messageId; - @XmlElement(required = true) - protected String messageName; - @XmlElement(required = true) - protected String messageReason; - @XmlElement(required = true) - protected String messageRemark; - @XmlElement(required = true) - protected String recordSetId; - @XmlElement(required = true) - protected String recordId; - @XmlElement(required = true) - protected String fieldId; - @XmlElement(required = true) - protected BigInteger affectedRowCount; - @XmlElement(required = true) - protected String exceptionStackTrace; - - /** - * result 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getResult() { - return result; - } - - /** - * result 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setResult(String value) { - this.result = value; - } - - /** - * messageId 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMessageId() { - return messageId; - } - - /** - * messageId 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMessageId(String value) { - this.messageId = value; - } - - /** - * messageName 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMessageName() { - return messageName; - } - - /** - * messageName 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMessageName(String value) { - this.messageName = value; - } - - /** - * messageReason 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMessageReason() { - return messageReason; - } - - /** - * messageReason 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMessageReason(String value) { - this.messageReason = value; - } - - /** - * messageRemark 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMessageRemark() { - return messageRemark; - } - - /** - * messageRemark 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMessageRemark(String value) { - this.messageRemark = value; - } - - /** - * recordSetId 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRecordSetId() { - return recordSetId; - } - - /** - * recordSetId 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRecordSetId(String value) { - this.recordSetId = value; - } - - /** - * recordId 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRecordId() { - return recordId; - } - - /** - * recordId 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRecordId(String value) { - this.recordId = value; - } - - /** - * fieldId 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFieldId() { - return fieldId; - } - - /** - * fieldId 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFieldId(String value) { - this.fieldId = value; - } - - /** - * affectedRowCount 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getAffectedRowCount() { - return affectedRowCount; - } - - /** - * affectedRowCount 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setAffectedRowCount(BigInteger value) { - this.affectedRowCount = value; - } - - /** - * exceptionStackTrace 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getExceptionStackTrace() { - return exceptionStackTrace; - } - - /** - * exceptionStackTrace 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setExceptionStackTrace(String value) { - this.exceptionStackTrace = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/WebServiceConfig.java b/src/main/java/testserver/wsdlserver/lvisserver/WebServiceConfig.java deleted file mode 100644 index 0f799b69..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/WebServiceConfig.java +++ /dev/null @@ -1,44 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package testserver.wsdlserver.lvisserver; - -import javax.xml.ws.Endpoint; - -import org.apache.cxf.Bus; -import org.apache.cxf.jaxws.EndpointImpl; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Bean; -import org.springframework.context.annotation.Configuration; - - -@Configuration -public class WebServiceConfig { - - @Autowired - private Bus bus; - - - @Bean - public Endpoint endpoint() { - EndpointImpl endpoint = new EndpointImpl(bus, new CarRegBasicInfoImpl()); - - endpoint.publish("/WsFrontController"); - return endpoint; - } -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/WsRequestContext.java b/src/main/java/testserver/wsdlserver/lvisserver/WsRequestContext.java deleted file mode 100644 index 5dde2614..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/WsRequestContext.java +++ /dev/null @@ -1,370 +0,0 @@ - -package testserver.wsdlserver.lvisserver; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

WsRequestContext complex type에 대한 Java 클래스입니다. - * - *

다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다. - * - *

- * <complexType name="WsRequestContext">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="info_sys_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="info_sys_ip" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="sigungu_code" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="charger_nm" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="charger_ihinum" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="charger_wrc_telno" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="charger_ip_adres" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="svc_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="enc_key" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="enc_key_group" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="enc_key_no" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="info_sys_macaddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "WsRequestContext", namespace = "urn:types.common", propOrder = { - "infoSysId", - "infoSysIp", - "sigunguCode", - "chargerNm", - "chargerIhinum", - "chargerWrcTelno", - "chargerIpAdres", - "svcId", - "encKey", - "encKeyGroup", - "encKeyNo", - "infoSysMacaddress" -}) -public class WsRequestContext { - - @XmlElement(name = "info_sys_id", required = true) - protected String infoSysId; - @XmlElement(name = "info_sys_ip", required = true) - protected String infoSysIp; - @XmlElement(name = "sigungu_code", required = true) - protected String sigunguCode; - @XmlElement(name = "charger_nm", required = true) - protected String chargerNm; - @XmlElement(name = "charger_ihinum", required = true) - protected String chargerIhinum; - @XmlElement(name = "charger_wrc_telno", required = true) - protected String chargerWrcTelno; - @XmlElement(name = "charger_ip_adres", required = true) - protected String chargerIpAdres; - @XmlElement(name = "svc_id", required = true) - protected String svcId; - @XmlElement(name = "enc_key", required = true) - protected String encKey; - @XmlElement(name = "enc_key_group", required = true) - protected String encKeyGroup; - @XmlElement(name = "enc_key_no", required = true) - protected String encKeyNo; - @XmlElement(name = "info_sys_macaddress", required = true) - protected String infoSysMacaddress; - - /** - * infoSysId 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInfoSysId() { - return infoSysId; - } - - /** - * infoSysId 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInfoSysId(String value) { - this.infoSysId = value; - } - - /** - * infoSysIp 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInfoSysIp() { - return infoSysIp; - } - - /** - * infoSysIp 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInfoSysIp(String value) { - this.infoSysIp = value; - } - - /** - * sigunguCode 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSigunguCode() { - return sigunguCode; - } - - /** - * sigunguCode 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSigunguCode(String value) { - this.sigunguCode = value; - } - - /** - * chargerNm 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChargerNm() { - return chargerNm; - } - - /** - * chargerNm 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChargerNm(String value) { - this.chargerNm = value; - } - - /** - * chargerIhinum 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChargerIhinum() { - return chargerIhinum; - } - - /** - * chargerIhinum 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChargerIhinum(String value) { - this.chargerIhinum = value; - } - - /** - * chargerWrcTelno 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChargerWrcTelno() { - return chargerWrcTelno; - } - - /** - * chargerWrcTelno 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChargerWrcTelno(String value) { - this.chargerWrcTelno = value; - } - - /** - * chargerIpAdres 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChargerIpAdres() { - return chargerIpAdres; - } - - /** - * chargerIpAdres 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChargerIpAdres(String value) { - this.chargerIpAdres = value; - } - - /** - * svcId 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSvcId() { - return svcId; - } - - /** - * svcId 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSvcId(String value) { - this.svcId = value; - } - - /** - * encKey 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEncKey() { - return encKey; - } - - /** - * encKey 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEncKey(String value) { - this.encKey = value; - } - - /** - * encKeyGroup 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEncKeyGroup() { - return encKeyGroup; - } - - /** - * encKeyGroup 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEncKeyGroup(String value) { - this.encKeyGroup = value; - } - - /** - * encKeyNo 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEncKeyNo() { - return encKeyNo; - } - - /** - * encKeyNo 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEncKeyNo(String value) { - this.encKeyNo = value; - } - - /** - * infoSysMacaddress 속성의 값을 가져옵니다. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInfoSysMacaddress() { - return infoSysMacaddress; - } - - /** - * infoSysMacaddress 속성의 값을 설정합니다. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInfoSysMacaddress(String value) { - this.infoSysMacaddress = value; - } - -} diff --git a/src/main/java/testserver/wsdlserver/lvisserver/package-info.java b/src/main/java/testserver/wsdlserver/lvisserver/package-info.java deleted file mode 100644 index c0c4f1b4..00000000 --- a/src/main/java/testserver/wsdlserver/lvisserver/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package testserver.wsdlserver.lvisserver; diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 97ef71b8..536eede6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -22,23 +22,11 @@ spring: username: fimsweb password: fimsweb!@ auto-commit: false - externaldatasource: - hikari: - driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/lbj?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&autocommit=false - username: fimsweb - password: fimsweb!@ - auto-commit: false mvc: static-path-pattern: /resources/**,/files/** web: resources: static-locations: /resources/,file:files/ - -cxf: - path: /lvis/services - jaxrs: - component-scan: true messageSource: basenames: From dca53e9f0e80a9dd914882ede605113c2302e0e2 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 10 Oct 2023 13:52:01 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 +- src/main/java/cokr/xit/TsApplication.java | 4 +- .../xit/fims/base/ActionGroupController.java | 6 + .../xit/fims/base/AuthorityController.java | 6 + .../cokr/xit/fims/base/CodeController.java | 6 + .../cokr/xit/fims/base/FileController.java | 173 +++ .../cokr/xit/fims/base/MenuController.java | 6 + .../cokr/xit/fims/base/UserController.java | 27 + src/main/resources/application.yml | 26 +- .../sql/mapper/base/actiongroup-mapper.xml | 78 + .../sql/mapper/base/authority-mapper.xml | 145 ++ .../resources/sql/mapper/base/code-mapper.xml | 230 +++ .../resources/sql/mapper/base/file-mapper.xml | 130 ++ .../resources/sql/mapper/base/menu-mapper.xml | 94 ++ .../sql/mapper/base/policy-mapper.xml | 70 + .../resources/sql/mapper/base/program.xml | 135 ++ .../resources/sql/mapper/base/user-mapper.xml | 234 +++ .../jsp/include/dashboard_jsp.class | Bin 0 -> 25049 bytes .../jsp/include/dashboard_jsp.java | 661 +++++++++ .../WEB_002dINF/jsp/include/head_jsp.class | Bin 0 -> 16589 bytes .../jsp/WEB_002dINF/jsp/include/head_jsp.java | 621 ++++++++ .../WEB_002dINF/jsp/include/tail_jsp.class | Bin 0 -> 31944 bytes .../jsp/WEB_002dINF/jsp/include/tail_jsp.java | 1304 +++++++++++++++++ .../jsp/WEB_002dINF/jsp/include/top_jsp.class | Bin 0 -> 21357 bytes .../jsp/WEB_002dINF/jsp/include/top_jsp.java | 509 +++++++ .../jsp/include/userMenus_jsp.class | Bin 0 -> 10454 bytes .../jsp/include/userMenus_jsp.java | 252 ++++ .../jsp/WEB_002dINF/jsp/index_jsp.class | Bin 0 -> 13174 bytes .../apache/jsp/WEB_002dINF/jsp/index_jsp.java | 308 ++++ 29 files changed, 5022 insertions(+), 11 deletions(-) create mode 100644 src/main/java/cokr/xit/fims/base/ActionGroupController.java create mode 100644 src/main/java/cokr/xit/fims/base/AuthorityController.java create mode 100644 src/main/java/cokr/xit/fims/base/CodeController.java create mode 100644 src/main/java/cokr/xit/fims/base/FileController.java create mode 100644 src/main/java/cokr/xit/fims/base/MenuController.java create mode 100644 src/main/java/cokr/xit/fims/base/UserController.java create mode 100644 src/main/resources/sql/mapper/base/actiongroup-mapper.xml create mode 100644 src/main/resources/sql/mapper/base/authority-mapper.xml create mode 100644 src/main/resources/sql/mapper/base/code-mapper.xml create mode 100644 src/main/resources/sql/mapper/base/file-mapper.xml create mode 100644 src/main/resources/sql/mapper/base/menu-mapper.xml create mode 100644 src/main/resources/sql/mapper/base/policy-mapper.xml create mode 100644 src/main/resources/sql/mapper/base/program.xml create mode 100644 src/main/resources/sql/mapper/base/user-mapper.xml create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.class create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.java create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/head_jsp.class create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/head_jsp.java create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.class create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.java create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/top_jsp.class create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/top_jsp.java create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.class create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.java create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/index_jsp.class create mode 100644 work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/index_jsp.java diff --git a/pom.xml b/pom.xml index 6e435b1d..e8c1fa23 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,15 @@ cokr.xit.boot - xit-foundation-starter + xit-base-starter 23.04.01-SNAPSHOT - + + org.mariadb.jdbc + mariadb-java-client + runtime + diff --git a/src/main/java/cokr/xit/TsApplication.java b/src/main/java/cokr/xit/TsApplication.java index ebb29847..0f4f21f7 100644 --- a/src/main/java/cokr/xit/TsApplication.java +++ b/src/main/java/cokr/xit/TsApplication.java @@ -3,10 +3,10 @@ package cokr.xit; import org.springframework.boot.SpringApplication; import org.springframework.context.annotation.ImportResource; -import cokr.xit.foundation.boot.FoundationApplication; +import cokr.xit.base.boot.XitBaseApplication; @ImportResource("classpath:spring/context-*.xml") -public class TsApplication extends FoundationApplication { +public class TsApplication extends XitBaseApplication { public static void main(String[] args) { SpringApplication.run(TsApplication.class, args); diff --git a/src/main/java/cokr/xit/fims/base/ActionGroupController.java b/src/main/java/cokr/xit/fims/base/ActionGroupController.java new file mode 100644 index 00000000..b369fde3 --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/ActionGroupController.java @@ -0,0 +1,6 @@ +package cokr.xit.fims.base; + +import org.springframework.stereotype.Controller; + +@Controller +public class ActionGroupController extends cokr.xit.base.security.access.web.ActionGroupController {} \ No newline at end of file diff --git a/src/main/java/cokr/xit/fims/base/AuthorityController.java b/src/main/java/cokr/xit/fims/base/AuthorityController.java new file mode 100644 index 00000000..93f1b5ff --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/AuthorityController.java @@ -0,0 +1,6 @@ +package cokr.xit.fims.base; + +import org.springframework.stereotype.Controller; + +@Controller +public class AuthorityController extends cokr.xit.base.security.access.web.AuthorityController {} \ No newline at end of file diff --git a/src/main/java/cokr/xit/fims/base/CodeController.java b/src/main/java/cokr/xit/fims/base/CodeController.java new file mode 100644 index 00000000..d55da1ae --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/CodeController.java @@ -0,0 +1,6 @@ +package cokr.xit.fims.base; + +import org.springframework.stereotype.Controller; + +@Controller +public class CodeController extends cokr.xit.base.code.web.CodeController {} \ No newline at end of file diff --git a/src/main/java/cokr/xit/fims/base/FileController.java b/src/main/java/cokr/xit/fims/base/FileController.java new file mode 100644 index 00000000..5531a2c3 --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/FileController.java @@ -0,0 +1,173 @@ +package cokr.xit.fims.base; + +import java.io.File; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.io.StringWriter; +import java.net.URISyntaxException; +import java.net.URLDecoder; +import java.util.regex.Matcher; + +import javax.annotation.Resource; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.xml.parsers.DocumentBuilder; +import javax.xml.parsers.DocumentBuilderFactory; +import javax.xml.parsers.ParserConfigurationException; +import javax.xml.transform.OutputKeys; +import javax.xml.transform.Transformer; +import javax.xml.transform.TransformerFactory; +import javax.xml.transform.dom.DOMSource; +import javax.xml.transform.stream.StreamResult; + +import org.springframework.core.io.ClassPathResource; +import org.springframework.http.HttpHeaders; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.servlet.ModelAndView; +import org.w3c.dom.Document; +import org.w3c.dom.Element; +import org.w3c.dom.NamedNodeMap; +import org.w3c.dom.Node; +import org.w3c.dom.NodeList; +import org.xml.sax.SAXException; + +import cokr.xit.base.file.dao.FileMapper; +import cokr.xit.base.file.service.FileQuery; +import cokr.xit.base.file.service.bean.FileBean; + +@Controller +public class FileController extends cokr.xit.base.file.web.FileController { + @Resource(name = "fileMapper") + private FileMapper fileMapper; + + @Resource(name="fileBean") + private FileBean fileBean; + + @Override + public ModelAndView getFileList(FileQuery req) { + return setCollectionInfo( + new ModelAndView("jsonView"), + fileService().getFileList(req), + "file" + ); + } + + /** 메뉴얼을 다운로드한다. + * @return 메뉴얼 파일 + * @throws Exception + */ + @GetMapping(name = "메뉴얼 다운로드", value = "/downloadMenual.do") + public ModelAndView downloadMenual() throws Exception { + ModelAndView mav = new ModelAndView("downloadView"); + + String filePath = ("menual/메뉴얼.pptx"); + ClassPathResource cps = new ClassPathResource(filePath); + InputStream menualIS = cps.getInputStream(); + + mav.addObject("file", menualIS); + mav.addObject("filename", "메뉴얼.pptx"); + mav.addObject("contentType", "application/vnd.openxmlformats-officedocument.presentationml.presentation"); + mav.addObject("length", menualIS.available()); + + return mav; + } + + + @GetMapping(name = "SVG 이미지 파일 색상 변경", value = "/modifySvg/**") + public void modifySvg(HttpServletRequest request, HttpServletResponse response) throws URISyntaxException, IOException, ParserConfigurationException, SAXException { + String requestURI = request.getRequestURI().toString(); + + String filepath = requestURI.split("modifySvg")[1]; + filepath = URLDecoder.decode(filepath, "UTF-8"); + filepath = filepath.replaceAll("/", Matcher.quoteReplacement(File.separator)); + filepath = "svg" + filepath; + + ClassPathResource resource = new ClassPathResource(filepath); + InputStream is = resource.getInputStream(); + + DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); + DocumentBuilder documentBuilder = factory.newDocumentBuilder(); + Document document = documentBuilder.parse(is); + Element root = document.getDocumentElement(); + NodeList nodeList = root.getChildNodes(); + + try { + String modify = request.getParameter("modify"); + if(modify == null || modify.equals("")){ + + } else if(modify.equals("active")){ + updateTagFillColor(nodeList, "green"); + } else if(modify.equals("alert")){ + updateTagFillColor(nodeList, "red"); + } + + String str4 = DocumentToString(document); + byte[] bytes = str4.getBytes(); + + response.setHeader(HttpHeaders.ACCEPT_RANGES, "bytes"); + response.setHeader(HttpHeaders.CONTENT_TYPE, "image/svg+xml"); + response.setHeader(HttpHeaders.CONNECTION, "keep-alive"); + response.setHeader(HttpHeaders.ACCESS_CONTROL_ALLOW_CREDENTIALS, "true"); + response.setHeader("Pragma", "no-cache"); + response.setHeader(HttpHeaders.CACHE_CONTROL, "no-cache, must-revalidate"); + response.setDateHeader(HttpHeaders.EXPIRES, 0); + response.setHeader(HttpHeaders.CONTENT_LENGTH, Integer.toString(bytes.length)); + response.setContentType("image/svg+xml"); + + OutputStream os = response.getOutputStream(); + os.write(bytes); + os.flush(); + os.close(); + + + } catch (Exception e){ + + } + + + } + + + + public static String DocumentToString( Document doc ) + { + try + { + StringWriter clsOutput = new StringWriter( ); + Transformer clsTrans = TransformerFactory.newInstance( ).newTransformer( ); + + clsTrans.setOutputProperty( OutputKeys.OMIT_XML_DECLARATION, "no" ); + clsTrans.setOutputProperty( OutputKeys.METHOD, "xml" ); + clsTrans.setOutputProperty( OutputKeys.INDENT, "yes" ); + clsTrans.setOutputProperty( OutputKeys.ENCODING, "UTF-8" ); + + clsTrans.transform( new DOMSource( doc ), new StreamResult( clsOutput ) ); + + return clsOutput.toString( ); + } + catch( Exception ex ) + { + return ""; + } + } + + private void updateTagFillColor(NodeList nodeList, String newFillColor) { + + for (int i = 0; i < nodeList.getLength(); i++) { + Node node = nodeList.item(i); + NamedNodeMap namedNodeMap = node.getAttributes(); + if(namedNodeMap != null && namedNodeMap.getLength() > 0){ + for (int j = 0; j < namedNodeMap.getLength(); j++) { + Node namedNode = namedNodeMap.item(j); + if (namedNode.getNodeName().equalsIgnoreCase("fill")) { + namedNode.setNodeValue(newFillColor); // Change the color of the fill attribute. + } + } + } + } + } + + +} \ No newline at end of file diff --git a/src/main/java/cokr/xit/fims/base/MenuController.java b/src/main/java/cokr/xit/fims/base/MenuController.java new file mode 100644 index 00000000..b058d11e --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/MenuController.java @@ -0,0 +1,6 @@ +package cokr.xit.fims.base; + +import org.springframework.stereotype.Controller; + +@Controller +public class MenuController extends cokr.xit.base.menu.web.MenuController {} \ No newline at end of file diff --git a/src/main/java/cokr/xit/fims/base/UserController.java b/src/main/java/cokr/xit/fims/base/UserController.java new file mode 100644 index 00000000..badab9b2 --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/UserController.java @@ -0,0 +1,27 @@ +package cokr.xit.fims.base; + +import org.springframework.stereotype.Controller; +import org.springframework.web.servlet.ModelAndView; + +import cokr.xit.base.user.ManagedUser; + +@Controller +public class UserController extends cokr.xit.base.user.web.UserController { + + + + @Override + public ModelAndView main() { + ModelAndView mav = super.main(); + return mav; + } + + @Override + public ModelAndView getInfo(String userID) { + ModelAndView mav = super.getInfo(userID); + + + return mav; + } + +} \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 536eede6..5a07ba00 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,19 +2,31 @@ server: port: 39700 servlet: context-path: / - tomcat: - basedir: "." - accesslog: - enabled: true - + +# ssl: +# enabled: true +# key-alias: fimskeystore +# key-store: classpath:fimskeystore.pkcs12 +# key-store-password: 'Xit5811807@)@#' +# key-password: 'Xit5811807@)@#' +# trust-store: classpath:fimstrust.pkcs12 +# trust-store-password: 'Xit5811807@)@#' + +# tomcat: +# remoteip: +# protocol-header-https-value: https + spring: application: - name: dummy-external-system + name: fims + main: allow-bean-definition-overriding: true +# web-application-type: SERVLET sql: init: platform: mariadb + datasource: hikari: driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy @@ -22,6 +34,7 @@ spring: username: fimsweb password: fimsweb!@ auto-commit: false + mvc: static-path-pattern: /resources/**,/files/** web: @@ -43,4 +56,3 @@ propertyService: extFileName: - encoding: UTF-8 filename: classpath*:intf-conf/xit-lvis.properties - diff --git a/src/main/resources/sql/mapper/base/actiongroup-mapper.xml b/src/main/resources/sql/mapper/base/actiongroup-mapper.xml new file mode 100644 index 00000000..f42bb2ee --- /dev/null +++ b/src/main/resources/sql/mapper/base/actiongroup-mapper.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + +SELECT A.* + FROM TB_ACTION_GRP A + +AND GRP_ID IN (#{groupID}) +AND ${by} LIKE CONCAT('%', #{term}, '%') + + + + + + + +/* 기능그룹 등록(actionGroupMapper.insertGroup) */ +INSERT INTO TB_ACTION_GRP ( + GRP_ID + , GRP_NM + , DSCRP + , REG_DT +) VALUES ( + #{id} + , #{name} + , #{description} + , +) + +/* 기능그룹 수정(actionGroupMapper.updateGroup) */ +UPDATE TB_ACTION_GRP SET + GRP_NM = #{name} + , DSCRP = #{description} + WHERE GRP_ID = #{id} + +/* 기능그룹 삭제(actionGroupMapper.removeGroups) */ +DELETE FROM TB_ACTION_GRP + WHERE GRP_ID IN (#{groupID}) + + + +/* 그룹별 기능 추가(actionGroupMapper.addActions) */ +INSERT INTO TB_GRP_ACTION (GRP_ID, ACTION, REG_DT, RGTR) +SELECT GRP_ID, ACTION,, #{currentUser.id} + FROM ( + SELECT #{groupID} GRP_ID, #{action} ACTION FROM DUAL + ) A + WHERE NOT EXISTS ( + SELECT GRP_ID, ACTION + FROM TB_GRP_ACTION B + WHERE B.GRP_ID = A.GRP_ID + AND B.ACTION = A.ACTION + ) + +/* 그룹별 기능 삭제(actionGroupMapper.removeActions) */ +DELETE FROM TB_GRP_ACTION + +AND GRP_ID IN (#{groupID}) +AND ACTION IN (#{action}) + + + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/authority-mapper.xml b/src/main/resources/sql/mapper/base/authority-mapper.xml new file mode 100644 index 00000000..0ff4d748 --- /dev/null +++ b/src/main/resources/sql/mapper/base/authority-mapper.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + +SELECT * FROM ( + SELECT 0 AUTH_TYPE, 'ROLE_ADMIN' AUTH_ID, '시스템 관리자' AUTH_NM, '시스템 관리자' DSCRP, 'all' INF_SCP, 'all' USER_INF_SCP,REG_DT UNION + SELECT 1 AUTH_TYPE, 'ROLE_ANONYMOUS' AUTH_ID, '익명 사용자' AUTH_NM, '모든 사용자' DSCRP, 'none' INF_SCP, 'none' USER_INF_SCP,REG_DT UNION + SELECT 1 AUTH_TYPE, 'ROLE_USER' AUTH_ID, '시스템 사용자' AUTH_NM, '로그인한 사용자' DSCRP, 'self' INF_SCP, 'self' USER_INF_SCP,REG_DT UNION + SELECT 2 AUTH_TYPE, AUTH_ID, AUTH_NM, DSCRP, INF_SCP, USER_INF_SCP, REG_DT + FROM TB_AUTHORITY +) A + +AND AUTH_ID IN (#{authID}) +AND ${by} LIKE CONCAT('%', #{term}, '%') + + + + + + + + +/* 권한 등록(authorityMapper.insertAuthority) */ +INSERT INTO TB_AUTHORITY ( + AUTH_ID + , AUTH_NM + , DSCRP + , INF_SCP + , USER_INF_SCP + , REG_DT +) VALUES ( + #{id} + , #{name} + , #{description} + , #{infoScope} + , #{userInfoScope} + , +) + +/* 권한 수정(authorityMapper.updateAuthority) */ +UPDATE TB_AUTHORITY SET + AUTH_NM = #{name} + , DSCRP = #{description} + , INF_SCP = #{infoScope} + , USER_INF_SCP = #{userInfoScope} + WHERE AUTH_ID = #{id} + +/* 권한 삭제(authorityMapper.removeAuthorities) */ +DELETE FROM TB_AUTHORITY + WHERE AUTH_ID IN (#{authID}) + + + +/* 권한-기능그룹 추가(authorityMapper.addActionGroups) */ +INSERT INTO TB_AUTH_ACTION (AUTH_ID, GRP_ID, REG_DT) +SELECT AUTH_ID, GRP_ID, + FROM ( + SELECT #{authID} AUTH_ID, #{groupID} GRP_ID FROM DUAL + ) A + WHERE NOT EXISTS ( + SELECT AUTH_ID, GRP_ID + FROM TB_AUTH_ACTION B + WHERE B.AUTH_ID = A.AUTH_ID + AND B.GRP_ID = A.GRP_ID + ) + +/* 권한-기능그룹 삭제(authorityMapper.removeActionGroups) */ +DELETE FROM TB_AUTH_ACTION + +AND AUTH_ID IN (#{authID}) +AND GRP_ID IN (#{groupID}) + + + + + + + +SELECT A.*, USER_ACNT + FROM TB_AUTH_USER A + , TB_USER B + +AND AUTH_ID IN (#{authID}) +AND A.USER_ID IN (#{userID}) + AND A.USER_ID = B.USER_ID + + + + + + + + +/* 권한-사용자 추가(authorityMapper.addUsers) */ +INSERT INTO TB_AUTH_USER (AUTH_ID, USER_ID, REG_DT) +SELECT AUTH_ID, USER_ID, + FROM ( + SELECT #{authID} AUTH_ID, #{userID} USER_ID FROM DUAL + ) A + WHERE NOT EXISTS ( + SELECT AUTH_ID, USER_ID + FROM TB_AUTH_USER B + WHERE B.AUTH_ID = A.AUTH_ID + AND B.USER_ID = A.USER_ID + ) + +/* 권한-사용자 삭제(authorityMapper.removeUsers) */ +DELETE FROM TB_AUTH_USER + +AND AUTH_ID IN (#{authID}) +AND USER_ID IN (#{userID}) + + + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/code-mapper.xml b/src/main/resources/sql/mapper/base/code-mapper.xml new file mode 100644 index 00000000..be27d2b6 --- /dev/null +++ b/src/main/resources/sql/mapper/base/code-mapper.xml @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SELECT * + FROM TB_CODE_CTGR + WHERE USE_YN = 'Y' + AND CTGR_ID IN (#{categoryID}) + + + + + + + +/* 코드 카테고리 등록(codeMapper.insertCategory) */ +INSERT INTO TB_CODE_CTGR ( + CTGR_ID + , CTGR_NM + , DSCRP + , REG_DT + , RGTR + , MDFCN_DT + , MDFR + , USE_YN +) VALUES ( + #{category.id} + , #{category.name} + , #{category.description} + , + , #{currentUser.id} + , + , #{currentUser.id} + , 'Y' +) + +/* 코드 카테고리 수정(codeMapper.updateCategory) */ +UPDATE TB_CODE_CTGR SET + CTGR_NM = #{category.name} + , DSCRP = #{category.description} + , MDFCN_DT = + , MDFR = #{currentUser.id} +WHERE CTGR_ID = #{category.id} + +/* 코드 카테고리 제거(codeMapper.removeCategories) */ +UPDATE TB_CODE_CTGR SET + MDFCN_DT = + , MDFR = #{currentUser.id} + , USE_YN = 'N' +WHERE CTGR_ID IN (#{categoryID}) + + +SELECT * + FROM TB_CODE_GRP + WHERE USE_YN = 'Y' +AND CTGR_ID IN (#{categoryID}) +AND GRP_ID IN (#{groupID}) + + + + + + + +/* 코드그룹 등록(codeMapper.insertGroup) */ +INSERT INTO TB_CODE_GRP ( + GRP_ID + , GRP_NM + , CTGR_ID + , DSCRP + , REG_DT + , RGTR + , MDFCN_DT + , MDFR + , USE_YN +) VALUES ( + #{group.id} + , #{group.name} + , #{group.categoryID} + , #{group.description} + , + , #{currentUser.id} + , + , #{currentUser.id} + , 'Y' +) + +/* 코드그룹 수정(codeMapper.updateGroup) */ +UPDATE TB_CODE_GRP SET + GRP_NM = #{group.name} + , CTGR_ID = #{group.categoryID} + , DSCRP = #{group.description} + , MDFCN_DT = + , MDFR = #{currentUser.id} + WHERE GRP_ID = #{group.id} + +/*코드그룹 제거(codeMapper.removeGroups) */ +UPDATE TB_CODE_GRP SET + USE_YN = 'N' + , MDFCN_DT = + , MDFR = #{currentUser.id} + +CTGR_ID IN (#{categoryID}) +GRP_ID IN (#{groupID}) + + + +SELECT * + FROM TB_CMN_CODE + WHERE USE_YN = 'Y' + AND GRP_ID IN (#{groupID}) + AND CODE IN (#{code}) + + + + + + + +/* 코드 등록(codeMapper.insertCode) */ +INSERT INTO TB_CMN_CODE ( + GRP_ID + , CODE + , CODE_VAL + , DSCRP + , ETC_1 + , ETC_2 + , ETC_3 + , SRT_ORD + , REG_DT + , RGTR + , MDFCN_DT + , MDFR + , USE_YN +) VALUES ( + #{code.groupID} + , #{code.code} + , #{code.value} + , #{code.description} + , #{code.etc1} + , #{code.etc2} + , #{code.etc3} + , #{code.sortOrder} + , + , #{currentUser.id} + , + , #{currentUser.id} + , 'Y' +) + +/* 코드 수정(codeMapper.updateCode) */ +UPDATE TB_CMN_CODE SET + CODE_VAL = #{code.value} + , DSCRP = #{code.description} + , ETC_1 = #{code.etc1} + , ETC_2 = #{code.etc2} + , ETC_3 = #{code.etc3} + , MDFCN_DT = + , MDFR = #{currentUser.id} + WHERE GRP_ID = #{code.groupID} + AND CODE = #{code.code} + +/* 코드 정렬순서 변경(codeMapper.reorderCodes) */ +UPDATE TB_CMN_CODE SET + SRT_ORD = CASE CODE + WHEN #{code} THEN #{index} + ELSE SRT_ORD + END + , MDFCN_DT = + , MDFR = #{currentUser.id} + WHERE GRP_ID = #{groupID} + AND CODE IN (#{code}) + +/* 코드 제거(codeMapper.removeCodes) */ +UPDATE TB_CMN_CODE SET + MDFCN_DT = + , MDFR = #{currentUser.id} + , USE_YN = 'N' + +AND GRP_ID IN (#{groupID}) +AND CODE IN (#{code}) + + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/file-mapper.xml b/src/main/resources/sql/mapper/base/file-mapper.xml new file mode 100644 index 00000000..55f5dc6b --- /dev/null +++ b/src/main/resources/sql/mapper/base/file-mapper.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + +SELECT INF_TYPE + , CONCAT('files/', DIR, DATE_FORMAT(CURRENT_DATE, '/%Y/%m/%d/')) DIR + FROM ( + SELECT '010' INF_TYPE, 'interface/attachment/smg' DIR UNION + SELECT '020' INF_TYPE, 'interface/attachment/saeol' DIR UNION + SELECT '030' INF_TYPE, 'interface/attachment/epost' DIR UNION + + SELECT '100' INF_TYPE, 'attachment/violation' DIR UNION + SELECT '110' INF_TYPE, 'attachment/opinion' DIR UNION + SELECT '190' INF_TYPE, 'attachment/capture' DIR + ) FILE_DIRS + + + +SELECT A.*, FILE_PATH URL + FROM TB_FILE A + WHERE FILE_ID IN (#{fileID}) + ORDER BY FILE_ID + +SELECT A.*, FILE_PATH URL + FROM TB_FILE A + + AND A.INF_TYPE = #{infoType} + AND INF_KEY IN (#{infoKey}) + AND USE_YN = 'Y' + + + + + + + + + + +/* 파일 등록(fileMapper.insertFile) */ + +SELECT NEW_ID, CONCAT(DIR, NEW_ID, '.', #{file.extension}) PATH + FROM ( + SELECT IFNULL(MAX(FILE_ID) + 1, CONCAT(THIS_DAY, '00001')) NEW_ID + FROM TB_FILE A, () B + WHERE FILE_ID LIKE CONCAT(THIS_DAY, '%') + ) T1, ( + + WHERE INF_TYPE = #{file.infoType} + ) T2 +INSERT INTO TB_FILE ( + FILE_ID + , INF_TYPE + , INF_KEY + , SUB_TYPE + , FILE_NM + , FILE_PATH + , MIME_TYPE + , FILE_SIZE + , DNLD_CNT + , SRT_ORD + , RGTR + , REG_DT + , USE_YN +) VALUES ( + #{file.id} + , #{file.infoType} + , #{file.infoKey} + , #{file.subType} + , #{file.name} + , #{file.path} + , #{file.mimeType} + , #{file.size} + , #{file.downloadCount} + , #{file.sortOrder} + , #{currentUser.id} + , + , 'Y' +) + + +/* 파일 순서 변경(fileMapper.reorder) */ +UPDATE TB_FILE SET + SRT_ORD = CASE FILE_ID + WHEN #{fileID} THEN #{index} + + ELSE SRT_ORD END +WHERE FILE_ID IN (#{fileID}) + +/* 다운로드 횟수 증가(fileMapper.updateDownloadCount) */ +UPDATE TB_FILE SET + DNLD_CNT = DNLD_CNT + 1 + WHERE USE_YN = 'Y' + AND FILE_ID IN (#{fileID}) + +/* 파일 제거(fileMapper.removeFiles) */ +UPDATE TB_FILE SET + USE_YN = 'N' + WHERE USE_YN = 'Y' + AND FILE_ID IN (#{fileID}) + + AND INF_TYPE = #{infoType} + AND INF_KEY IN (#{infoKey}) + +/* 파일 삭제(fileMapper.deleteFiles) */ +DELETE FROM TB_FILE +WHERE FILE_ID IN (#{fileID}) + + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/menu-mapper.xml b/src/main/resources/sql/mapper/base/menu-mapper.xml new file mode 100644 index 00000000..2856c0bc --- /dev/null +++ b/src/main/resources/sql/mapper/base/menu-mapper.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + +SELECT A.* + FROM TB_MENU A +WHERE MENU_NO = #{menuID} + ORDER BY PRNT_NO, SRT_ORD, MENU_NO + + + + + +/* 메뉴 등록(menuMapper.insertMenu) */ + +SELECT NEW_NO, NEW_ORD + FROM (SELECT IFNULL(MAX(MENU_NO) + 1, 0) NEW_NO FROM TB_MENU) A, + () B +INSERT INTO TB_MENU ( + MENU_NO + , MENU_NM + , PRNT_NO + , PGRM_FILE_NM + , ACTION + , DSCRP + , IMG_NM + , IMG_CNF + , SRT_ORD + , REG_DT + , RGTR +) VALUES ( + #{menu.id} + , #{menu.name} + , #{menu.parentID} + , #{menu.programFilename} + , #{menu.action} + , #{menu.description} + , #{menu.imageName} + , #{menu.imageConf} + , #{menu.sortOrder} + , + , #{currentUser.id} +) + +/* 메뉴 수정(menuMapper.updateMenu) */ +UPDATE TB_MENU SET + MENU_NM = #{menu.name} + , PGRM_FILE_NM = #{menu.programFilename} + , ACTION = #{menu.action} + , DSCRP = #{menu.description} + , IMG_NM = #{menu.imageName} + , IMG_CNF = #{menu.imageConf} +WHERE MENU_NO = #{menu.id} + +SELECT IFNULL(MAX(SRT_ORD) + 1, 0) NEW_ORD FROM TB_MENU WHERE PRNT_NO = IFNULL(#{parentID}, IFNULL(#{menu.parentID}, 0)) + +/* 메뉴 이동(menuMapper.moveMenus) */ +UPDATE TB_MENU SET + PRNT_NO = #{parentID} + , SRT_ORD = SRT_ORD + () + WHERE MENU_NO IN (#{menuID}) + + +/* 메뉴 순서 변경(menuMapper.reorderMenus) */ +UPDATE TB_MENU SET + SRT_ORD = CASE MENU_NO + WHEN #{menuID} THEN #{index} + + ELSE MENU_NO END + WHERE MENU_NO IN (#{menuID}) + +/* 메뉴 제거(menuMapper.removeMenus) */ +DELETE FROM TB_MENU + WHERE MENU_NO IN (#{menuID}) + + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/policy-mapper.xml b/src/main/resources/sql/mapper/base/policy-mapper.xml new file mode 100644 index 00000000..ad692385 --- /dev/null +++ b/src/main/resources/sql/mapper/base/policy-mapper.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + +/* 로그인 정책 등록(policyMapper.insertPolicy) */ +INSERT INTO TB_LOGIN_POLICY ( + USER_ID + , IP_ADRS + , DPLCT_YN + , LIMIT_YN + , REG_DT + , RGTR + , MDFCN_DT + , MDFR +) VALUES ( + #{policy.userID} + , #{policy.ipAddress} + , #{policy.duplicateYN} + , #{policy.limitYN} + , + , #{currentUser.id} + , + , #{currentUser.id} +) + +/* 로그인 정책 수정(policyMapper.updatePolicy) */ +UPDATE TB_LOGIN_POLICY SET + IP_ADRS = #{policy.ipAddress} + , DPLCT_YN = #{policy.duplicateYN} + , LIMIT_YN = #{policy.limitYN} + , MDFR = #{currentUser.id} + , MDFCN_DT = +WHERE USER_ID = #{policy.userID} + +/* 로그인 정책 삭제(policyMapper.removePolicy) */ +DELETE FROM TB_LOGIN_POLICY + WHERE USER_ID IN (#{userID}) + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/program.xml b/src/main/resources/sql/mapper/base/program.xml new file mode 100644 index 00000000..dbcfd763 --- /dev/null +++ b/src/main/resources/sql/mapper/base/program.xml @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +SELECT A.* + FROM TB_PROGRAM A + +${by} LIKE CONCAT('%', #{term}, '%') +PGRM_FILE_NM IN (#{filename}) + + ORDER BY${by}PGRM_FILE_NM + + + + + + +/* 프로그램 등록(program.insertProgram) */ +INSERT INTO TB_PROGRAM ( + PGRM_FILE_NM + , PGRM_FILE_PATH + , PGRM_NM + , DSCRP + , URL +) VALUES ( + #{filename} + , #{location} + , #{name} + , #{description} + , #{url} +) + +/* 프로그램 수정(program.updateProgram) */ +UPDATE TB_PROGRAM SET + PGRM_FILE_PATH = #{location} + , PGRM_NM = #{name} + , DSCRP = #{description} + , URL = #{url} +WHERE PGRM_FILE_NM = #{filename} + +/* 프로그램 삭제(program.removePrograms) */ +DELETE FROM TB_PROGRAM + WHERE PGRM_FILE_NM IN (#{filename}) + +/* 프로그램 비우기(program.clearPrograms) */ +DELETE FROM TB_PROGRAM + WHERE PGRM_FILE_NM NOT IN (SELECT PGRM_FILE_NM FROM TB_MENU) + + +SELECT A.* + FROM TB_PGRM_CHNG_REQ A + +REQ_DT >= #{fromReqDate} +REQ_DT <= #{toReqDate} +${by} LIKE CONCAT('%', #{term}, '%') +PGRM_FILE_NAME IN (#{filename}) +REQ_ID IN (#{reqID}) + + ORDER BY PGRM_FILE_NM,${by}REQ_ID DESC + + + + + +/* 프로그램 변경요청 등록(program.insertRequest) */ +INSERT INTO TB_PGRM_CHNG_REQ ( + PGRM_FILE_NM + , REQ_ID + , SUBJECT + , REQ_USER + , REQ_DT + , REQ_CNTNT + , PRSC_USER + , PRCS_DT + , PRCS_CNTNT + , PRCS_STATUS +) VALUES ( + #{filename} + , #{id} + , #{subject} + , #{requestorID} + , #{requestDate} + , #{requestDetail} + , #{processorID} + , #{processDate} + , #{processDetail} + , #{status} +) + +/* 프로그램 변경요청 수정(program.updateRequest) */ +UPDATE TB_PGRM_CHNG_REQ SET + SUBJECT = #{subject} + , REQ_USER = #{requestorID} + , REQ_DT = #{requestDate} + , REQ_CNTNT = #{requestDetail} + , PRSC_USER = #{processorID} + , PRCS_DT = #{processDate} + , PRCS_CNTNT = #{processDetail} +WHERE PGRM_FILE_NM = #{filename} +AND REQ_ID = #{id} + +/* 프로그램 변경요청 상태 변경(program.setRequestStatus) */ +UPDATE TB_PGRM_CHNG_REQ SET + PRCS_STATUS = #{status} + WHERE PGRM_FILE_NM = #{filename} + AND REQ_ID = #{id} + + \ No newline at end of file diff --git a/src/main/resources/sql/mapper/base/user-mapper.xml b/src/main/resources/sql/mapper/base/user-mapper.xml new file mode 100644 index 00000000..5827767c --- /dev/null +++ b/src/main/resources/sql/mapper/base/user-mapper.xml @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SELECT USER_ID + , USER_ACNT + , USER_NM + , PASSWD_HINT + , PASSWD_NSR + , EMP_NO + , RSDNT_NO + , GENDER + , BRDT + , AREA_NO + , ZIP + , ADDR + , DADDR + , TELNO + , MBL_TELNO + , FXNO + , EML_ADRS + , POS_NM + , GRP_ID + , ORG_ID + , DEPT_CD + , (CASE + WHEN A.DEPT_CD = 'default' + THEN '기본 부서' + ELSE (SELECT DEPT_NM FROM TB_DEPT_INFO WHERE DEPT_CD = A.DEPT_CD) + END + ) AS DEPT_NM + , NSTT_CD + , (CASE + WHEN A.NSTT_CD = 'default' + THEN '기본 기관' + ELSE (SELECT INST_NM FROM TB_SGG_INFO WHERE INST_CD = A.NSTT_CD) + END + ) AS NSTT_NM + , CRTFC_DN + , LOCK_YN + , LOCK_CNT + , LOCK_DT + , REG_DT + , STTS + FROM TB_USER A +AND ${by} LIKE CONCAT('%', #{term}, '%') + USER_ID IN (#{userID}) + AND STTS != 'D' + AND STTS = #{status} + + + + + + + + + + +SELECT LPAD(IFNULL(MAX(USER_ID) + 1, 1), 10, '0') NEW_ID FROM TB_USER +/* 사용자 정보 등록(userMapper.insertUser) */ +INSERT INTO TB_USER ( + USER_ID + , USER_ACNT + , USER_NM + , PASSWD + , PASSWD_HINT + , PASSWD_NSR + , EMP_NO + , RSDNT_NO + , GENDER + , BRDT + , AREA_NO + , ZIP + , ADDR + , DADDR + , TELNO + , MBL_TELNO + , FXNO + , EML_ADRS + , POS_NM + , GRP_ID + , ORG_ID + , NSTT_CD + , CRTFC_DN + , LOCK_YN + , LOCK_CNT + , LOCK_DT + , REG_DT + , RGTR + , MDFCN_DT + , MDFR + , USE_YN + , STTS +) VALUES ( + #{id} + , #{account} + , #{name} + , #{password} + , #{passwordHint} + , #{passwordHintAnswer} + , #{empNo} + , #{residentRegNo} + , #{gender} + , #{birthday} + , #{areaNo} + , #{zipCode} + , #{address} + , #{addressDetail} + , #{phoneNo} + , #{mobilePhoneNo} + , #{faxNo} + , #{emailAddress} + , #{positionName} + , #{groupID} + , #{orgID} + , #{institute} + , #{certificateDn} + , 'N' + , 0 + , NULL + , + , #{createdBy} + , + , #{createdBy} + , 'Y' + , #{status} +) + +/* 사용자 정보 수정(userMapper.updateUser) */ +UPDATE TB_USER SET + USER_NM = #{name} + , PASSWD_HINT = #{passwordHint} + , PASSWD_NSR = #{passwordHintAnswer} + , EMP_NO = #{empNo} + , RSDNT_NO = #{residentRegNo} + , GENDER = #{gender} + , BRDT = #{birthday} + , AREA_NO = #{areaNo} + , ZIP = #{zipCode} + , ADDR = #{address} + , DADDR = #{addressDetail} + , TELNO = #{phoneNo} + , MBL_TELNO = #{mobilePhoneNo} + , FXNO = #{faxNo} + , EML_ADRS = #{emailAddress} + , POS_NM = #{positionName} + , GRP_ID = #{groupID} + , ORG_ID = #{orgID} + , NSTT_CD = #{institute} + , DEPT_CD = #{deptCode} + , CRTFC_DN = #{certificateDn} + , MDFCN_DT = + , MDFR = #{modifiedBy} + WHERE USER_ID = #{id} + +/* 비밀번호 변경(userMapper.changePassword) */ +UPDATE TB_USER SET + PASSWD = CASE USER_ID + WHEN #{userPassword.userID} THEN #{userPassword.password} + ELSE PASSWD END + , MDFCN_DT = + , MDFR = #{currentUser.id} + WHERE USER_ID IN (#{userID}) + + +/* 사용자 잠김 해제(userMapper.lockUsers) */ +UPDATE TB_USER SET + LOCK_YN = 'Y' + , LOCK_CNT = LOCK_CNT + 1 + , LOCK_DT = + LOCK_YN = 'N' + , LOCK_CNT = 0 + , LOCK_DT = NULL + , MDFCN_DT = + , MDFR = #{currentUser.id} + WHERE USER_ID IN (#{userID}) + + +/* 사용자 상태 변경(userMapper.setStatus) */ +UPDATE TB_USER SET + STTS = #{status} + , USE_YN = 'N' + , MDFCN_DT = + , MDFR = #{currentUser.id} + WHERE USER_ID IN (#{userID}) + AND STTS != #{status} + + + \ No newline at end of file diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.class b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..b3af6167d7cd9b94e9eced7c71b68a9f36efd8f8 GIT binary patch literal 25049 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 literal 0 HcmV?d00001 diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.java b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.java new file mode 100644 index 00000000..0e01066f --- /dev/null +++ b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/dashboard_jsp.java @@ -0,0 +1,661 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.75 + * Generated at: 2023-10-10 04:27:23 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.WEB_002dINF.jsp.include; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class dashboard_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("/WEB-INF/jsp/include/taglib.jsp", Long.valueOf(1696469747129L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar", Long.valueOf(1678766202128L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153352682000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, false, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/10

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

10/10

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/10

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/10

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/10

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("

2/3

\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
단속 자료 통계(유형별)
\r\n"); + out.write("
건수(최근 n일)
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
단속통계
\r\n"); + out.write("
처리유형별(일별)
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
발송통계
\r\n"); + out.write("
발송유형별(일별)
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
의견진술통계
\r\n"); + out.write("
처리유형별(일별)
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("\r\n"); + if (_jspx_meth_c_005fset_005f0(_jspx_page_context)) + return; + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_c_005fset_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:set + org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f0 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class); + boolean _jspx_th_c_005fset_005f0_reused = false; + try { + _jspx_th_c_005fset_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005fset_005f0.setParent(null); + // /WEB-INF/jsp/include/dashboard.jsp(139,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setVar("dashboardScript"); + // /WEB-INF/jsp/include/dashboard.jsp(139,0) name = scope type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setScope("request"); + int _jspx_eval_c_005fset_005f0 = _jspx_th_c_005fset_005f0.doStartTag(); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = org.apache.jasper.runtime.JspRuntimeLibrary.startBufferedBody(_jspx_page_context, _jspx_th_c_005fset_005f0); + } + do { + out.write("\r\n"); + out.write("\r\n"); + out.write("var falseLineChart = `\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("`;\r\n"); + out.write("\r\n"); + out.write("var falseDoughnutChart = `\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("`;\r\n"); + out.write("\r\n"); + out.write("fnMakeSkeleton();\r\n"); + out.write("sleep(3000).then(() => fnLoadStatisticsData());\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("//지연\r\n"); + out.write("function sleep(ms) {\r\n"); + out.write(" return new Promise((r) => setTimeout(r, ms));\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("//데이터 로딩 전 이미지 표시\r\n"); + out.write("function fnMakeSkeleton(){\r\n"); + out.write("\r\n"); + out.write(" $(\"#lineChart\").hide();\r\n"); + out.write(" $(\"#doughnutChart1\").hide();\r\n"); + out.write(" $(\"#doughnutChart2\").hide();\r\n"); + out.write(" $(\"#doughnutChart3\").hide();\r\n"); + out.write(" \r\n"); + out.write(" $(\"#lineChartCardBody\").append(falseLineChart);\r\n"); + out.write(" $(\"#doughnutChart1CardBody\").append(falseDoughnutChart);\r\n"); + out.write(" $(\"#doughnutChart2CardBody\").append(falseDoughnutChart);\r\n"); + out.write(" $(\"#doughnutChart3CardBody\").append(falseDoughnutChart);\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("//통계 데이터 조회\r\n"); + out.write("function fnLoadStatisticsData(){\r\n"); + out.write("\r\n"); + out.write(" //TODO : ajax\r\n"); + out.write("\r\n"); + out.write(" var data = {};\r\n"); + out.write(" fnRenderDashboardContents(data);\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("//콘텐츠(차트) 표시\r\n"); + out.write("function fnRenderDashboardContents(data){\r\n"); + out.write(" $(\"#lineChartCardBody svg\").remove();\r\n"); + out.write(" $(\"#doughnutChart1CardBody svg\").remove();\r\n"); + out.write(" $(\"#doughnutChart2CardBody svg\").remove();\r\n"); + out.write(" $(\"#doughnutChart3CardBody svg\").remove();\r\n"); + out.write(" \r\n"); + out.write(" $(\"#lineChart\").show();\r\n"); + out.write(" $(\"#doughnutChart1\").show();\r\n"); + out.write(" $(\"#doughnutChart2\").show();\r\n"); + out.write(" $(\"#doughnutChart3\").show();\r\n"); + out.write(" \r\n"); + out.write(" // Color Variables\r\n"); + out.write(" const yellowColor = '#ffe800';\r\n"); + out.write(" let borderColor, gridColor, tickColor;\r\n"); + out.write("\r\n"); + out.write(" borderColor = '#f0f0f0';\r\n"); + out.write(" gridColor = '#f0f0f0';\r\n"); + out.write(" tickColor = 'rgba(0, 0, 0, 0.75)'; // x & y axis tick color\r\n"); + out.write("\r\n"); + out.write(" const lineChart = document.getElementById('lineChart');\r\n"); + out.write(" if (lineChart) {\r\n"); + out.write(" const lineChartVar = new Chart(lineChart, {\r\n"); + out.write(" type: 'line',\r\n"); + out.write(" data: {\r\n"); + out.write(" labels: [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140],\r\n"); + out.write(" datasets: [\r\n"); + out.write(" {\r\n"); + out.write(" data: [80, 150, 180, 270, 210, 160, 160, 202, 265, 210, 270, 255, 290, 360, 375],\r\n"); + out.write(" label: '고정형',\r\n"); + out.write(" borderColor: config.colors.danger,\r\n"); + out.write(" tension: 0.5,\r\n"); + out.write(" pointStyle: 'circle',\r\n"); + out.write(" backgroundColor: config.colors.danger,\r\n"); + out.write(" fill: false,\r\n"); + out.write(" pointRadius: 1,\r\n"); + out.write(" pointHoverRadius: 5,\r\n"); + out.write(" pointHoverBorderWidth: 5,\r\n"); + out.write(" pointBorderColor: 'transparent',\r\n"); + out.write(" pointHoverBorderColor: config.colors.cardColor,\r\n"); + out.write(" pointHoverBackgroundColor: config.colors.danger\r\n"); + out.write(" },\r\n"); + out.write(" {\r\n"); + out.write(" data: [80, 125, 105, 130, 215, 195, 140, 160, 230, 300, 220, 170, 210, 200, 280],\r\n"); + out.write(" label: '도보',\r\n"); + out.write(" borderColor: config.colors.primary,\r\n"); + out.write(" tension: 0.5,\r\n"); + out.write(" pointStyle: 'circle',\r\n"); + out.write(" backgroundColor: config.colors.primary,\r\n"); + out.write(" fill: false,\r\n"); + out.write(" pointRadius: 1,\r\n"); + out.write(" pointHoverRadius: 5,\r\n"); + out.write(" pointHoverBorderWidth: 5,\r\n"); + out.write(" pointBorderColor: 'transparent',\r\n"); + out.write(" pointHoverBorderColor: config.colors.cardColor,\r\n"); + out.write(" pointHoverBackgroundColor: config.colors.primary\r\n"); + out.write(" },\r\n"); + out.write(" {\r\n"); + out.write(" data: [80, 99, 82, 90, 115, 115, 74, 75, 130, 155, 125, 90, 140, 130, 180],\r\n"); + out.write(" label: '민원',\r\n"); + out.write(" borderColor: yellowColor,\r\n"); + out.write(" tension: 0.5,\r\n"); + out.write(" pointStyle: 'circle',\r\n"); + out.write(" backgroundColor: yellowColor,\r\n"); + out.write(" fill: false,\r\n"); + out.write(" pointRadius: 1,\r\n"); + out.write(" pointHoverRadius: 5,\r\n"); + out.write(" pointHoverBorderWidth: 5,\r\n"); + out.write(" pointBorderColor: 'transparent',\r\n"); + out.write(" pointHoverBorderColor: config.colors.cardColor,\r\n"); + out.write(" pointHoverBackgroundColor: yellowColor\r\n"); + out.write(" }\r\n"); + out.write(" ]\r\n"); + out.write(" },\r\n"); + out.write(" options: {\r\n"); + out.write(" responsive: true,\r\n"); + out.write(" maintainAspectRatio: false,\r\n"); + out.write(" scales: {\r\n"); + out.write(" x: {\r\n"); + out.write(" grid: {\r\n"); + out.write(" color: borderColor,\r\n"); + out.write(" drawBorder: false,\r\n"); + out.write(" borderColor: borderColor\r\n"); + out.write(" },\r\n"); + out.write(" ticks: {\r\n"); + out.write(" color: \"black\"\r\n"); + out.write(" }\r\n"); + out.write(" },\r\n"); + out.write(" y: {\r\n"); + out.write(" scaleLabel: {\r\n"); + out.write(" display: true\r\n"); + out.write(" },\r\n"); + out.write(" min: 0,\r\n"); + out.write(" max: 400,\r\n"); + out.write(" ticks: {\r\n"); + out.write(" color: \"black\",\r\n"); + out.write(" stepSize: 100\r\n"); + out.write(" },\r\n"); + out.write(" grid: {\r\n"); + out.write(" color: borderColor,\r\n"); + out.write(" drawBorder: false,\r\n"); + out.write(" borderColor: borderColor\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" },\r\n"); + out.write(" plugins: {\r\n"); + out.write(" tooltip: {\r\n"); + out.write(" rtl: true,\r\n"); + out.write(" backgroundColor: config.colors.cardColor,\r\n"); + out.write(" titleColor: config.colors.headingColor,\r\n"); + out.write(" bodyColor: config.colors.bodyColor,\r\n"); + out.write(" borderWidth: 1,\r\n"); + out.write(" borderColor: borderColor\r\n"); + out.write(" },\r\n"); + out.write(" legend: {\r\n"); + out.write(" position: 'left',\r\n"); + out.write(" align: 'stretch',\r\n"); + out.write(" rtl: true,\r\n"); + out.write(" labels: {\r\n"); + out.write(" usePointStyle: true,\r\n"); + out.write(" padding: 6,\r\n"); + out.write(" boxWidth: 12,\r\n"); + out.write(" boxHeight: 30,\r\n"); + out.write(" color: \"black\"\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" }\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" // Color Variables\r\n"); + out.write(" const cyanColor = '#28dac6',\r\n"); + out.write(" orangeLightColor = '#FDAC34';\r\n"); + out.write(" let cardColor, headingColor, labelColor, legendColor;\r\n"); + out.write("\r\n"); + out.write(" cardColor = config.colors.cardColor;\r\n"); + out.write(" headingColor = config.colors.headingColor;\r\n"); + out.write(" labelColor = config.colors.textMuted;\r\n"); + out.write(" legendColor = config.colors.bodyColor;\r\n"); + out.write("\r\n"); + out.write(" const doughnutChart1 = document.getElementById('doughnutChart1');\r\n"); + out.write(" if (doughnutChart1) {\r\n"); + out.write(" const doughnutChartVar = new Chart(doughnutChart1, {\r\n"); + out.write(" type: 'doughnut',\r\n"); + out.write(" data: {\r\n"); + out.write(" labels: ['단속', '계고', '서손'],\r\n"); + out.write(" datasets: [\r\n"); + out.write(" {\r\n"); + out.write(" data: [10, 10, 80],\r\n"); + out.write(" backgroundColor: [cyanColor, orangeLightColor, config.colors.primary],\r\n"); + out.write(" borderWidth: 0,\r\n"); + out.write(" pointStyle: 'rectRounded'\r\n"); + out.write(" }\r\n"); + out.write(" ]\r\n"); + out.write(" },\r\n"); + out.write(" options: {\r\n"); + out.write(" responsive: true,\r\n"); + out.write(" animation: {\r\n"); + out.write(" duration: 500\r\n"); + out.write(" },\r\n"); + out.write(" cutout: '68%',\r\n"); + out.write(" plugins: {\r\n"); + out.write(" legend: {\r\n"); + out.write(" display: true,\r\n"); + out.write(" position : 'left'\r\n"); + out.write(" },\r\n"); + out.write(" tooltip: {\r\n"); + out.write(" callbacks: {\r\n"); + out.write(" label: function (context) {\r\n"); + out.write(" const label = context.label || '';\r\n"); + out.write(" const value = context.parsed;\r\n"); + out.write(" const output = ' ' + label + ' : ' + value + ' %';\r\n"); + out.write(" return output;\r\n"); + out.write(" }\r\n"); + out.write(" },\r\n"); + out.write(" // Updated default tooltip UI\r\n"); + out.write(" rtl: true,\r\n"); + out.write(" backgroundColor: cardColor,\r\n"); + out.write(" titleColor: headingColor,\r\n"); + out.write(" bodyColor: legendColor,\r\n"); + out.write(" borderWidth: 1,\r\n"); + out.write(" borderColor: borderColor\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" }\r\n"); + out.write("\r\n"); + out.write(" const doughnutChart2 = document.getElementById('doughnutChart2');\r\n"); + out.write(" if (doughnutChart2) {\r\n"); + out.write(" const doughnutChartVar = new Chart(doughnutChart2, {\r\n"); + out.write(" type: 'doughnut',\r\n"); + out.write(" data: {\r\n"); + out.write(" labels: ['계고장', '사전통보', '고지서'],\r\n"); + out.write(" datasets: [\r\n"); + out.write(" {\r\n"); + out.write(" data: [10, 10, 80],\r\n"); + out.write(" backgroundColor: [cyanColor, orangeLightColor, config.colors.primary],\r\n"); + out.write(" borderWidth: 0,\r\n"); + out.write(" pointStyle: 'rectRounded'\r\n"); + out.write(" }\r\n"); + out.write(" ]\r\n"); + out.write(" },\r\n"); + out.write(" options: {\r\n"); + out.write(" responsive: true,\r\n"); + out.write(" animation: {\r\n"); + out.write(" duration: 500\r\n"); + out.write(" },\r\n"); + out.write(" cutout: '68%',\r\n"); + out.write(" plugins: {\r\n"); + out.write(" legend: {\r\n"); + out.write(" display: true,\r\n"); + out.write(" position : 'left'\r\n"); + out.write(" },\r\n"); + out.write(" tooltip: {\r\n"); + out.write(" callbacks: {\r\n"); + out.write(" label: function (context) {\r\n"); + out.write(" const label = context.label || '';\r\n"); + out.write(" const value = context.parsed;\r\n"); + out.write(" const output = ' ' + label + ' : ' + value + ' %';\r\n"); + out.write(" return output;\r\n"); + out.write(" }\r\n"); + out.write(" },\r\n"); + out.write(" // Updated default tooltip UI\r\n"); + out.write(" rtl: true,\r\n"); + out.write(" backgroundColor: cardColor,\r\n"); + out.write(" titleColor: headingColor,\r\n"); + out.write(" bodyColor: legendColor,\r\n"); + out.write(" borderWidth: 1,\r\n"); + out.write(" borderColor: borderColor\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" }\r\n"); + out.write("\r\n"); + out.write(" const doughnutChart3 = document.getElementById('doughnutChart3');\r\n"); + out.write(" if (doughnutChart3) {\r\n"); + out.write(" const doughnutChartVar = new Chart(doughnutChart3, {\r\n"); + out.write(" type: 'doughnut',\r\n"); + out.write(" data: {\r\n"); + out.write(" labels: ['수용', '미수용', '자진취하'],\r\n"); + out.write(" datasets: [\r\n"); + out.write(" {\r\n"); + out.write(" data: [10, 10, 80],\r\n"); + out.write(" backgroundColor: [cyanColor, orangeLightColor, config.colors.primary],\r\n"); + out.write(" borderWidth: 0,\r\n"); + out.write(" pointStyle: 'rectRounded'\r\n"); + out.write(" }\r\n"); + out.write(" ]\r\n"); + out.write(" },\r\n"); + out.write(" options: {\r\n"); + out.write(" responsive: true,\r\n"); + out.write(" animation: {\r\n"); + out.write(" duration: 500\r\n"); + out.write(" },\r\n"); + out.write(" cutout: '68%',\r\n"); + out.write(" plugins: {\r\n"); + out.write(" legend: {\r\n"); + out.write(" display: true,\r\n"); + out.write(" position : 'left'\r\n"); + out.write(" },\r\n"); + out.write(" tooltip: {\r\n"); + out.write(" callbacks: {\r\n"); + out.write(" label: function (context) {\r\n"); + out.write(" const label = context.label || '';\r\n"); + out.write(" const value = context.parsed;\r\n"); + out.write(" const output = ' ' + label + ' : ' + value + ' %';\r\n"); + out.write(" return output;\r\n"); + out.write(" }\r\n"); + out.write(" },\r\n"); + out.write(" // Updated default tooltip UI\r\n"); + out.write(" rtl: true,\r\n"); + out.write(" backgroundColor: cardColor,\r\n"); + out.write(" titleColor: headingColor,\r\n"); + out.write(" bodyColor: legendColor,\r\n"); + out.write(" borderWidth: 1,\r\n"); + out.write(" borderColor: borderColor\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" }\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("\r\n"); + int evalDoAfterBody = _jspx_th_c_005fset_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = _jspx_page_context.popBody(); + } + } + if (_jspx_th_c_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.reuse(_jspx_th_c_005fset_005f0); + _jspx_th_c_005fset_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fset_005f0, _jsp_getInstanceManager(), _jspx_th_c_005fset_005f0_reused); + } + return false; + } +} diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/head_jsp.class b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/head_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..b7ff6d4900b12c90c7917dc27e2d010c840f56fe GIT binary patch literal 16589 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 _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("/WEB-INF/jsp/include/taglib.jsp", Long.valueOf(1696469747129L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar", Long.valueOf(1678766202128L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153352682000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, false, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" 과태료통합관리시스템\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_c_005furl_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f0 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f0_reused = false; + try { + _jspx_th_c_005furl_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f0.setParent(null); + // /WEB-INF/jsp/include/head.jsp(9,20) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f0.setValue("/resources/"); + int _jspx_eval_c_005furl_005f0 = _jspx_th_c_005furl_005f0.doStartTag(); + if (_jspx_th_c_005furl_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f0); + _jspx_th_c_005furl_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f0, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f1 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f1_reused = false; + try { + _jspx_th_c_005furl_005f1.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f1.setParent(null); + // /WEB-INF/jsp/include/head.jsp(16,44) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f1.setValue("/resources/image/favicon.ico"); + int _jspx_eval_c_005furl_005f1 = _jspx_th_c_005furl_005f1.doStartTag(); + if (_jspx_th_c_005furl_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f1); + _jspx_th_c_005furl_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f1, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f2 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f2_reused = false; + try { + _jspx_th_c_005furl_005f2.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f2.setParent(null); + // /WEB-INF/jsp/include/head.jsp(19,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f2.setValue("/resources/font/publicsans/fontface.css"); + int _jspx_eval_c_005furl_005f2 = _jspx_th_c_005furl_005f2.doStartTag(); + if (_jspx_th_c_005furl_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f2); + _jspx_th_c_005furl_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f2, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f3(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f3 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f3_reused = false; + try { + _jspx_th_c_005furl_005f3.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f3.setParent(null); + // /WEB-INF/jsp/include/head.jsp(22,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f3.setValue("/resources/3rd-party/sneat/fonts/boxicons.css"); + int _jspx_eval_c_005furl_005f3 = _jspx_th_c_005furl_005f3.doStartTag(); + if (_jspx_th_c_005furl_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f3); + _jspx_th_c_005furl_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f3, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f3_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f4(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f4 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f4_reused = false; + try { + _jspx_th_c_005furl_005f4.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f4.setParent(null); + // /WEB-INF/jsp/include/head.jsp(23,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f4.setValue("/resources/3rd-party/sneat/fonts/fontawesome.css"); + int _jspx_eval_c_005furl_005f4 = _jspx_th_c_005furl_005f4.doStartTag(); + if (_jspx_th_c_005furl_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f4); + _jspx_th_c_005furl_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f4, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f4_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f5(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f5 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f5_reused = false; + try { + _jspx_th_c_005furl_005f5.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f5.setParent(null); + // /WEB-INF/jsp/include/head.jsp(24,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f5.setValue("/resources/3rd-party/sneat/fonts/flag-icons.css"); + int _jspx_eval_c_005furl_005f5 = _jspx_th_c_005furl_005f5.doStartTag(); + if (_jspx_th_c_005furl_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f5); + _jspx_th_c_005furl_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f5, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f5_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f6(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f6 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f6_reused = false; + try { + _jspx_th_c_005furl_005f6.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f6.setParent(null); + // /WEB-INF/jsp/include/head.jsp(25,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f6.setValue("/resources/css/fims/framework/common/xit-icon.css"); + int _jspx_eval_c_005furl_005f6 = _jspx_th_c_005furl_005f6.doStartTag(); + if (_jspx_th_c_005furl_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f6); + _jspx_th_c_005furl_005f6_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f6, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f6_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f7(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f7 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f7_reused = false; + try { + _jspx_th_c_005furl_005f7.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f7.setParent(null); + // /WEB-INF/jsp/include/head.jsp(27,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f7.setValue("/resources/css/fims/framework/common/xit-core.css"); + int _jspx_eval_c_005furl_005f7 = _jspx_th_c_005furl_005f7.doStartTag(); + if (_jspx_th_c_005furl_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f7); + _jspx_th_c_005furl_005f7_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f7, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f7_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f8(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f8 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f8_reused = false; + try { + _jspx_th_c_005furl_005f8.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f8.setParent(null); + // /WEB-INF/jsp/include/head.jsp(28,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f8.setValue("/resources/3rd-party/sneat/css/theme-default.css"); + int _jspx_eval_c_005furl_005f8 = _jspx_th_c_005furl_005f8.doStartTag(); + if (_jspx_th_c_005furl_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f8); + _jspx_th_c_005furl_005f8_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f8, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f8_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f9(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f9 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f9_reused = false; + try { + _jspx_th_c_005furl_005f9.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f9.setParent(null); + // /WEB-INF/jsp/include/head.jsp(29,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f9.setValue("/resources/3rd-party/sneat/css/docs.css"); + int _jspx_eval_c_005furl_005f9 = _jspx_th_c_005furl_005f9.doStartTag(); + if (_jspx_th_c_005furl_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f9); + _jspx_th_c_005furl_005f9_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f9, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f9_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f10(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f10 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f10_reused = false; + try { + _jspx_th_c_005furl_005f10.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f10.setParent(null); + // /WEB-INF/jsp/include/head.jsp(30,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f10.setValue("/resources/css/fims/framework/common/xit-core-extend.css"); + int _jspx_eval_c_005furl_005f10 = _jspx_th_c_005furl_005f10.doStartTag(); + if (_jspx_th_c_005furl_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f10); + _jspx_th_c_005furl_005f10_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f10, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f10_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f11(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f11 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f11_reused = false; + try { + _jspx_th_c_005furl_005f11.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f11.setParent(null); + // /WEB-INF/jsp/include/head.jsp(33,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f11.setValue("/resources/3rd-party/sneat/libs/perfect-scrollbar/perfect-scrollbar.css"); + int _jspx_eval_c_005furl_005f11 = _jspx_th_c_005furl_005f11.doStartTag(); + if (_jspx_th_c_005furl_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f11); + _jspx_th_c_005furl_005f11_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f11, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f11_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f12(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f12 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f12_reused = false; + try { + _jspx_th_c_005furl_005f12.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f12.setParent(null); + // /WEB-INF/jsp/include/head.jsp(34,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f12.setValue("/resources/css/styles.css"); + int _jspx_eval_c_005furl_005f12 = _jspx_th_c_005furl_005f12.doStartTag(); + if (_jspx_th_c_005furl_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f12); + _jspx_th_c_005furl_005f12_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f12, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f12_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f13(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f13 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f13_reused = false; + try { + _jspx_th_c_005furl_005f13.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f13.setParent(null); + // /WEB-INF/jsp/include/head.jsp(36,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f13.setValue("/resources/css/fims/framework/common/common.css"); + int _jspx_eval_c_005furl_005f13 = _jspx_th_c_005furl_005f13.doStartTag(); + if (_jspx_th_c_005furl_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f13); + _jspx_th_c_005furl_005f13_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f13, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f13_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f14(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f14 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f14_reused = false; + try { + _jspx_th_c_005furl_005f14.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f14.setParent(null); + // /WEB-INF/jsp/include/head.jsp(37,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f14.setValue("/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"); + int _jspx_eval_c_005furl_005f14 = _jspx_th_c_005furl_005f14.doStartTag(); + if (_jspx_th_c_005furl_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f14); + _jspx_th_c_005furl_005f14_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f14, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f14_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f15(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f15 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f15_reused = false; + try { + _jspx_th_c_005furl_005f15.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f15.setParent(null); + // /WEB-INF/jsp/include/head.jsp(38,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f15.setValue("/resources/lib/fims/framework/datepicker/datepicker.css"); + int _jspx_eval_c_005furl_005f15 = _jspx_th_c_005furl_005f15.doStartTag(); + if (_jspx_th_c_005furl_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f15); + _jspx_th_c_005furl_005f15_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f15, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f15_reused); + } + return false; + } +} diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.class b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..0271c6b888933e701bc59d649b762bc623617d3e GIT binary patch literal 31944 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 Oxt#^5e@maCmj466JJ@9a literal 0 HcmV?d00001 diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.java b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.java new file mode 100644 index 00000000..72256421 --- /dev/null +++ b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/tail_jsp.java @@ -0,0 +1,1304 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.75 + * Generated at: 2023-10-10 04:27:23 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.WEB_002dINF.jsp.include; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class tail_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("/WEB-INF/jsp/include/taglib.jsp", Long.valueOf(1696469747129L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar", Long.valueOf(1678766202128L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153352682000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fif_0026_005ftest; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fc_005fif_0026_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.release(); + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.release(); + _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, false, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" Loading...\r\n"); + out.write("
\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write('\r'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + if (_jspx_meth_c_005fset_005f0(_jspx_page_context)) + return; + out.write('\r'); + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_c_005furl_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f0 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f0_reused = false; + try { + _jspx_th_c_005furl_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f0.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(7,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f0.setValue("/resources/3rd-party/sneat/js/helpers.js"); + int _jspx_eval_c_005furl_005f0 = _jspx_th_c_005furl_005f0.doStartTag(); + if (_jspx_th_c_005furl_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f0); + _jspx_th_c_005furl_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f0, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f1 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f1_reused = false; + try { + _jspx_th_c_005furl_005f1.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f1.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(14,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f1.setValue("/resources/3rd-party/sneat/js/config.js"); + int _jspx_eval_c_005furl_005f1 = _jspx_th_c_005furl_005f1.doStartTag(); + if (_jspx_th_c_005furl_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f1); + _jspx_th_c_005furl_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f1, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f2 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f2_reused = false; + try { + _jspx_th_c_005furl_005f2.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f2.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(18,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f2.setValue("/resources/3rd-party/sneat/libs/jquery/jquery.js"); + int _jspx_eval_c_005furl_005f2 = _jspx_th_c_005furl_005f2.doStartTag(); + if (_jspx_th_c_005furl_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f2); + _jspx_th_c_005furl_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f2, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f3(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f3 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f3_reused = false; + try { + _jspx_th_c_005furl_005f3.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f3.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(19,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f3.setValue("/resources/3rd-party/sneat/libs/popper/popper.js"); + int _jspx_eval_c_005furl_005f3 = _jspx_th_c_005furl_005f3.doStartTag(); + if (_jspx_th_c_005furl_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f3); + _jspx_th_c_005furl_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f3, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f3_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f4(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f4 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f4_reused = false; + try { + _jspx_th_c_005furl_005f4.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f4.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(20,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f4.setValue("/resources/3rd-party/sneat/js/bootstrap.js"); + int _jspx_eval_c_005furl_005f4 = _jspx_th_c_005furl_005f4.doStartTag(); + if (_jspx_th_c_005furl_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f4); + _jspx_th_c_005furl_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f4, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f4_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f5(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f5 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f5_reused = false; + try { + _jspx_th_c_005furl_005f5.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f5.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(21,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f5.setValue("/resources/3rd-party/sneat/libs/perfect-scrollbar/perfect-scrollbar.js"); + int _jspx_eval_c_005furl_005f5 = _jspx_th_c_005furl_005f5.doStartTag(); + if (_jspx_th_c_005furl_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f5); + _jspx_th_c_005furl_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f5, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f5_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f6(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f6 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f6_reused = false; + try { + _jspx_th_c_005furl_005f6.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f6.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(22,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f6.setValue("/resources/3rd-party/sneat/libs/hammer/hammer.js"); + int _jspx_eval_c_005furl_005f6 = _jspx_th_c_005furl_005f6.doStartTag(); + if (_jspx_th_c_005furl_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f6); + _jspx_th_c_005furl_005f6_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f6, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f6_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f7(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f7 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f7_reused = false; + try { + _jspx_th_c_005furl_005f7.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f7.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(23,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f7.setValue("/resources/3rd-party/sneat/libs/i18n/i18n.js"); + int _jspx_eval_c_005furl_005f7 = _jspx_th_c_005furl_005f7.doStartTag(); + if (_jspx_th_c_005furl_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f7); + _jspx_th_c_005furl_005f7_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f7, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f7_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f8(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f8 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f8_reused = false; + try { + _jspx_th_c_005furl_005f8.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f8.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(24,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f8.setValue("/resources/3rd-party/sneat/js/menu.js"); + int _jspx_eval_c_005furl_005f8 = _jspx_th_c_005furl_005f8.doStartTag(); + if (_jspx_th_c_005furl_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f8); + _jspx_th_c_005furl_005f8_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f8, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f8_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f9(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f9 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f9_reused = false; + try { + _jspx_th_c_005furl_005f9.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f9.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(25,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f9.setValue("/resources/3rd-party/sneat/libs/jstree/jstree.js"); + int _jspx_eval_c_005furl_005f9 = _jspx_th_c_005furl_005f9.doStartTag(); + if (_jspx_th_c_005furl_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f9); + _jspx_th_c_005furl_005f9_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f9, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f9_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f10(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f10 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f10_reused = false; + try { + _jspx_th_c_005furl_005f10.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f10.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(26,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f10.setValue("/resources/3rd-party/jstree/jstree-support.js"); + int _jspx_eval_c_005furl_005f10 = _jspx_th_c_005furl_005f10.doStartTag(); + if (_jspx_th_c_005furl_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f10); + _jspx_th_c_005furl_005f10_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f10, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f10_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f11(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f11 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f11_reused = false; + try { + _jspx_th_c_005furl_005f11.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f11.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(27,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f11.setValue("/resources/3rd-party/sneat/libs/chartjs/chartjs.js"); + int _jspx_eval_c_005furl_005f11 = _jspx_th_c_005furl_005f11.doStartTag(); + if (_jspx_th_c_005furl_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f11); + _jspx_th_c_005furl_005f11_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f11, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f11_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f12(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f12 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f12_reused = false; + try { + _jspx_th_c_005furl_005f12.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f12.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(28,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f12.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f12 = _jspx_th_c_005furl_005f12.doStartTag(); + if (_jspx_th_c_005furl_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f12); + _jspx_th_c_005furl_005f12_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f12, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f12_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f13(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f13 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f13_reused = false; + try { + _jspx_th_c_005furl_005f13.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f13.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(31,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f13.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/base.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f13 = _jspx_th_c_005furl_005f13.doStartTag(); + if (_jspx_th_c_005furl_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f13); + _jspx_th_c_005furl_005f13_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f13, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f13_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f14(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f14 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f14_reused = false; + try { + _jspx_th_c_005furl_005f14.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f14.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(32,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f14.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/base-fims.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f14 = _jspx_th_c_005furl_005f14.doStartTag(); + if (_jspx_th_c_005furl_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f14); + _jspx_th_c_005furl_005f14_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f14, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f14_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f15(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f15 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f15_reused = false; + try { + _jspx_th_c_005furl_005f15.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f15.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(33,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f15.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/dataset.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f15 = _jspx_th_c_005furl_005f15.doStartTag(); + if (_jspx_th_c_005furl_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f15); + _jspx_th_c_005furl_005f15_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f15, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f15_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f16(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f16 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f16_reused = false; + try { + _jspx_th_c_005furl_005f16.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f16.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(34,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f16.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/upload-support.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f16 = _jspx_th_c_005furl_005f16.doStartTag(); + if (_jspx_th_c_005furl_005f16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f16); + _jspx_th_c_005furl_005f16_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f16, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f16_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f17(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f17 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f17_reused = false; + try { + _jspx_th_c_005furl_005f17.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f17.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(35,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f17.setValue("/resources/js/base/code.js"); + int _jspx_eval_c_005furl_005f17 = _jspx_th_c_005furl_005f17.doStartTag(); + if (_jspx_th_c_005furl_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f17); + _jspx_th_c_005furl_005f17_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f17, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f17_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f18(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f18 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f18_reused = false; + try { + _jspx_th_c_005furl_005f18.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f18.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(36,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f18.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/code-support.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f18 = _jspx_th_c_005furl_005f18.doStartTag(); + if (_jspx_th_c_005furl_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f18); + _jspx_th_c_005furl_005f18_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f18, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f18_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f19(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f19 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f19_reused = false; + try { + _jspx_th_c_005furl_005f19.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f19.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(37,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f19.setValue("/resources/js/base/menu.js"); + int _jspx_eval_c_005furl_005f19 = _jspx_th_c_005furl_005f19.doStartTag(); + if (_jspx_th_c_005furl_005f19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f19); + _jspx_th_c_005furl_005f19_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f19, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f19_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f20(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f20 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f20_reused = false; + try { + _jspx_th_c_005furl_005f20.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f20.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(38,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f20.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/menu-support.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f20 = _jspx_th_c_005furl_005f20.doStartTag(); + if (_jspx_th_c_005furl_005f20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f20); + _jspx_th_c_005furl_005f20_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f20, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f20_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f21(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f21 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f21_reused = false; + try { + _jspx_th_c_005furl_005f21.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f21.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(39,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f21.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/menu-support-fims.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f21 = _jspx_th_c_005furl_005f21.doStartTag(); + if (_jspx_th_c_005furl_005f21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f21); + _jspx_th_c_005furl_005f21_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f21, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f21_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f22(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f22 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f22_reused = false; + try { + _jspx_th_c_005furl_005f22.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f22.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(40,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f22.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/actionGroup.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f22 = _jspx_th_c_005furl_005f22.doStartTag(); + if (_jspx_th_c_005furl_005f22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f22); + _jspx_th_c_005furl_005f22_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f22, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f22_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f23(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f23 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f23_reused = false; + try { + _jspx_th_c_005furl_005f23.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f23.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(41,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f23.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/user.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f23 = _jspx_th_c_005furl_005f23.doStartTag(); + if (_jspx_th_c_005furl_005f23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f23); + _jspx_th_c_005furl_005f23_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f23, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f23_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f24(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f24 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f24_reused = false; + try { + _jspx_th_c_005furl_005f24.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f24.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(42,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f24.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/base/authority.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f24 = _jspx_th_c_005furl_005f24.doStartTag(); + if (_jspx_th_c_005furl_005f24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f24); + _jspx_th_c_005furl_005f24_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f24, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f24_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f25(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f25 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f25_reused = false; + try { + _jspx_th_c_005furl_005f25.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f25.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(45,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f25.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/cmmUtil.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f25 = _jspx_th_c_005furl_005f25.doStartTag(); + if (_jspx_th_c_005furl_005f25.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f25); + _jspx_th_c_005furl_005f25_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f25, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f25_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f26(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f26 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f26_reused = false; + try { + _jspx_th_c_005furl_005f26.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f26.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(47,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f26.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/cmmDateUtil.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f26 = _jspx_th_c_005furl_005f26.doStartTag(); + if (_jspx_th_c_005furl_005f26.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f26); + _jspx_th_c_005furl_005f26_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f26, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f26_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f27(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f27 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f27_reused = false; + try { + _jspx_th_c_005furl_005f27.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f27.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(49,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f27.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/taskUtil.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f27 = _jspx_th_c_005furl_005f27.doStartTag(); + if (_jspx_th_c_005furl_005f27.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f27); + _jspx_th_c_005furl_005f27_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f27, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f27_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f28(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f28 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f28_reused = false; + try { + _jspx_th_c_005furl_005f28.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f28.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(51,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f28.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/lib/fims/framework/datepicker/datepicker.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f28 = _jspx_th_c_005furl_005f28.doStartTag(); + if (_jspx_th_c_005furl_005f28.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f28); + _jspx_th_c_005furl_005f28_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f28, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f28_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f29(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f29 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f29_reused = false; + try { + _jspx_th_c_005furl_005f29.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f29.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(53,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f29.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/initAfterPageLoad.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f29 = _jspx_th_c_005furl_005f29.doStartTag(); + if (_jspx_th_c_005furl_005f29.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f29); + _jspx_th_c_005furl_005f29_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f29, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f29_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f30(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f30 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f30_reused = false; + try { + _jspx_th_c_005furl_005f30.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f30.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(55,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f30.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/searchUtil.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f30 = _jspx_th_c_005furl_005f30.doStartTag(); + if (_jspx_th_c_005furl_005f30.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f30); + _jspx_th_c_005furl_005f30_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f30, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f30_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f31(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f31 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f31_reused = false; + try { + _jspx_th_c_005furl_005f31.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f31.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(57,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f31.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/downsize.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f31 = _jspx_th_c_005furl_005f31.doStartTag(); + if (_jspx_th_c_005furl_005f31.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f31); + _jspx_th_c_005furl_005f31_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f31, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f31_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f32(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f32 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f32_reused = false; + try { + _jspx_th_c_005furl_005f32.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f32.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(59,13) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f32.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("/resources/js/fims/framework/cmm/shortcutKey.js?${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + int _jspx_eval_c_005furl_005f32 = _jspx_th_c_005furl_005f32.doStartTag(); + if (_jspx_th_c_005furl_005f32.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f32); + _jspx_th_c_005furl_005f32_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f32, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f32_reused); + } + return false; + } + + private boolean _jspx_meth_c_005fset_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:set + org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f0 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class); + boolean _jspx_th_c_005fset_005f0_reused = false; + try { + _jspx_th_c_005fset_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005fset_005f0.setParent(null); + // /WEB-INF/jsp/include/tail.jsp(62,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setVar("functions"); + // /WEB-INF/jsp/include/tail.jsp(62,0) name = scope type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setScope("request"); + int _jspx_eval_c_005fset_005f0 = _jspx_th_c_005fset_005f0.doStartTag(); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = org.apache.jasper.runtime.JspRuntimeLibrary.startBufferedBody(_jspx_page_context, _jspx_th_c_005fset_005f0); + } + do { + out.write("\r\n"); + out.write("wctx.path = \""); + out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + out.write("\";\r\n"); + out.write("wctx.version = \""); + out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ver}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + out.write("\";\r\n"); + out.write("wctx.trace = "); + out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${!production}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + out.write(";\r\n"); + out.write("wctx.csrf = {\r\n"); + out.write(" header:\""); + out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${_csrf.headerName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + out.write("\",\r\n"); + out.write(" token:\""); + out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${_csrf.token}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + out.write("\"\r\n"); + out.write("};\r\n"); + out.write("dialog.title = \"XIT Base\";\r\n"); + out.write("\r\n"); + if (_jspx_meth_c_005fif_005f0(_jspx_th_c_005fset_005f0, _jspx_page_context)) + return true; + out.write("\r\n"); + out.write("\r\n"); + if (_jspx_meth_c_005fif_005f1(_jspx_th_c_005fset_005f0, _jspx_page_context)) + return true; + out.write("\r\n"); + out.write("\r\n"); + int evalDoAfterBody = _jspx_th_c_005fset_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = _jspx_page_context.popBody(); + } + } + if (_jspx_th_c_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.reuse(_jspx_th_c_005fset_005f0); + _jspx_th_c_005fset_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fset_005f0, _jsp_getInstanceManager(), _jspx_th_c_005fset_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_c_005fif_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fset_005f0, javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:if + org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f0 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); + boolean _jspx_th_c_005fif_005f0_reused = false; + try { + _jspx_th_c_005fif_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005fif_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fset_005f0); + // /WEB-INF/jsp/include/tail.jsp(72,0) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fif_005f0.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${currentUser.authenticated}", boolean.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)).booleanValue()); + int _jspx_eval_c_005fif_005f0 = _jspx_th_c_005fif_005f0.doStartTag(); + if (_jspx_eval_c_005fif_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write("\r\n"); + out.write("function logout() {\r\n"); + out.write(" dialog.alert({\r\n"); + out.write(" content:\"로그아웃 하시겠습니까?\",\r\n"); + out.write(" onOK:function(){\r\n"); + out.write(" var form = $(\"
\");\r\n"); + out.write(" $(\"\").appendTo(form);\r\n"); + out.write(" form.appendTo(\"body\").submit();\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write("}"); + int evalDoAfterBody = _jspx_th_c_005fif_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_c_005fif_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f0); + _jspx_th_c_005fif_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fif_005f0, _jsp_getInstanceManager(), _jspx_th_c_005fif_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f33(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f0, javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f33 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f33_reused = false; + try { + _jspx_th_c_005furl_005f33.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f33.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f0); + // /WEB-INF/jsp/include/tail.jsp(77,32) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f33.setValue("/logout.do"); + int _jspx_eval_c_005furl_005f33 = _jspx_th_c_005furl_005f33.doStartTag(); + if (_jspx_th_c_005furl_005f33.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f33); + _jspx_th_c_005furl_005f33_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f33, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f33_reused); + } + return false; + } + + private boolean _jspx_meth_c_005fif_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fset_005f0, javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:if + org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f1 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); + boolean _jspx_th_c_005fif_005f1_reused = false; + try { + _jspx_th_c_005fif_005f1.setPageContext(_jspx_page_context); + _jspx_th_c_005fif_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fset_005f0); + // /WEB-INF/jsp/include/tail.jsp(84,0) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fif_005f1.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${currentUser.hasAuthorities('ROLE_ADMIN')}", boolean.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)).booleanValue()); + int _jspx_eval_c_005fif_005f1 = _jspx_th_c_005fif_005f1.doStartTag(); + if (_jspx_eval_c_005fif_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write("\r\n"); + out.write("async function selectURL(multiple) {\r\n"); + out.write(" return new Promise(function(resolve, reject) {\r\n"); + out.write(" ajax.get({\r\n"); + out.write(" url:wctx.url(\"/urls.do\"),\r\n"); + out.write(" data:{multiple:multiple},\r\n"); + out.write(" success: resp => {\r\n"); + out.write(" dialog.open({\r\n"); + out.write(" title:\"URL 선택\",\r\n"); + out.write(" content:resp,\r\n"); + out.write(" getData:() => getSelectedURL(),\r\n"); + out.write(" onOK:selected => {\r\n"); + out.write(" resolve(selected);\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" });\r\n"); + out.write("}\r\n"); + int evalDoAfterBody = _jspx_th_c_005fif_005f1.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_c_005fif_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f1); + _jspx_th_c_005fif_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fif_005f1, _jsp_getInstanceManager(), _jspx_th_c_005fif_005f1_reused); + } + return false; + } +} diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/top_jsp.class b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/top_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..b7c02eb14e42b4da474363583614f4cdb89fff3e GIT binary patch literal 21357 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 _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("/WEB-INF/jsp/include/taglib.jsp", Long.valueOf(1696469747129L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar", Long.valueOf(1678766202128L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153352682000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.release(); + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, false, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + if (_jspx_meth_c_005fset_005f0(_jspx_page_context)) + return; + out.write("\r\n"); + out.write("\r\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_c_005furl_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f0 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f0_reused = false; + try { + _jspx_th_c_005furl_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f0.setParent(null); + // /WEB-INF/jsp/include/top.jsp(72,22) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f0.setValue("/resources/image/user-circle-solid-24.png"); + int _jspx_eval_c_005furl_005f0 = _jspx_th_c_005furl_005f0.doStartTag(); + if (_jspx_th_c_005furl_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f0); + _jspx_th_c_005furl_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f0, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_c_005furl_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f1 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f1_reused = false; + try { + _jspx_th_c_005furl_005f1.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f1.setParent(null); + // /WEB-INF/jsp/include/top.jsp(86,30) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f1.setValue("/resources/image/user-circle-solid-24.png"); + int _jspx_eval_c_005furl_005f1 = _jspx_th_c_005furl_005f1.doStartTag(); + if (_jspx_th_c_005furl_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f1); + _jspx_th_c_005furl_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f1, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_c_005fset_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:set + org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f0 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class); + boolean _jspx_th_c_005fset_005f0_reused = false; + try { + _jspx_th_c_005fset_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005fset_005f0.setParent(null); + // /WEB-INF/jsp/include/top.jsp(167,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setVar("topScript"); + // /WEB-INF/jsp/include/top.jsp(167,0) name = scope type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setScope("request"); + int _jspx_eval_c_005fset_005f0 = _jspx_th_c_005fset_005f0.doStartTag(); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = org.apache.jasper.runtime.JspRuntimeLibrary.startBufferedBody(_jspx_page_context, _jspx_th_c_005fset_005f0); + } + do { + out.write("\r\n"); + out.write("function showHelp(){\r\n"); + out.write(" dialog.alert({\r\n"); + out.write(" content: '070-4490-74XX',\r\n"); + out.write(" timeout: 0\r\n"); + out.write(" });\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("/*\r\n"); + out.write(" * 보안모드 토글 처리\r\n"); + out.write(" */\r\n"); + out.write("function fn_securityModeToggle(flag, elementId){\r\n"); + out.write(" \r\n"); + out.write(" var executionArea;\r\n"); + out.write(" if(elementId){\r\n"); + out.write(" executionArea = $(\"#\"+elementId);\r\n"); + out.write(" } else {\r\n"); + out.write(" executionArea = $(document);\r\n"); + out.write(" }\r\n"); + out.write("\r\n"); + out.write(" var targets = executionArea.find(\"input.privacy\");\r\n"); + out.write(" for(let i=0; i< targets.length; i++){\r\n"); + out.write(" let originId = targets[i].id;\r\n"); + out.write(" let originValue= targets[i].value;\r\n"); + out.write(" let maskingValue = originValue.replace(/[0-9a-zA-Z]/g, \"*\");\r\n"); + out.write(" document.getElementById(\"mask-\"+originId).value = maskingValue;\r\n"); + out.write(" }\r\n"); + out.write(" \r\n"); + out.write(" if(flag){ //개인정보 숨김\r\n"); + out.write("\r\n"); + out.write(" //입력상자\r\n"); + out.write(" $(\"input.privacy\").attr(\"hidden\",\"hidden\");\r\n"); + out.write(" $(\"input.privacy-mask\").removeAttr(\"hidden\");\r\n"); + out.write("\r\n"); + out.write(" //그리드\r\n"); + out.write(" $(\"th.privacy\").attr(\"hidden\",\"hidden\");\r\n"); + out.write(" $(\"td.privacy\").attr(\"hidden\",\"hidden\");\r\n"); + out.write(" $(\"th.privacy-mask\").removeAttr(\"hidden\");\r\n"); + out.write(" $(\"td.privacy-mask\").removeAttr(\"hidden\");\r\n"); + out.write("\r\n"); + out.write(" } else { //개인정보 표시\r\n"); + out.write("\r\n"); + out.write(" //입력상자\r\n"); + out.write(" $(\"input.privacy\").removeAttr(\"hidden\");\r\n"); + out.write(" $(\"input.privacy-mask\").attr(\"hidden\",\"hidden\");\r\n"); + out.write("\r\n"); + out.write(" $(\"th.privacy\").removeAttr(\"hidden\");\r\n"); + out.write(" $(\"td.privacy\").removeAttr(\"hidden\");\r\n"); + out.write(" $(\"th.privacy-mask\").attr(\"hidden\",\"hidden\");\r\n"); + out.write(" $(\"td.privacy-mask\").attr(\"hidden\",\"hidden\");\r\n"); + out.write("\r\n"); + out.write(" }\r\n"); + out.write("\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("/*--------------------- 사용자 메뉴얼 클릭 이벤트 ---------------------*/\r\n"); + out.write("$(\"#btnDownloadMenual--top\").on( \"click\", function() {\r\n"); + out.write("\r\n"); + out.write(" ajax.get({\r\n"); + out.write(" url : wctx.url(\"/file/downloadMenual.do\"),\r\n"); + out.write(" data : { },\r\n"); + out.write(" xhrFields:{ responseType: 'blob' },\r\n"); + out.write(" success : (resp) => {\r\n"); + out.write(" var fileName = \"메뉴얼.pptx\";\r\n"); + out.write(" \r\n"); + out.write(" var URL = window.URL || window.webkitURL;\r\n"); + out.write(" var downloadUrl = URL.createObjectURL(resp);\r\n"); + out.write(" \r\n"); + out.write(" var a = document.createElement(\"a\");\r\n"); + out.write(" a.href = downloadUrl;\r\n"); + out.write(" a.download = fileName;\r\n"); + out.write(" document.body.appendChild(a);\r\n"); + out.write(" a.click();\r\n"); + out.write(" document.body.removeChild(a);\r\n"); + out.write(" }\r\n"); + out.write(" });\r\n"); + out.write(" \r\n"); + out.write("});\r\n"); + out.write("\r\n"); + out.write("/*--------------------- 보안모드 체크박스 클릭 이벤트 ---------------------*/\r\n"); + out.write("$(\"#securityMode--top\").on( \"click\", function() {\r\n"); + out.write(" if($(\"#securityMode--top\").is(\":checked\")){\r\n"); + out.write(" fn_securityModeToggle(true);\r\n"); + out.write(" } else {\r\n"); + out.write(" fn_securityModeToggle(false);\r\n"); + out.write(" }\r\n"); + out.write("});\r\n"); + int evalDoAfterBody = _jspx_th_c_005fset_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = _jspx_page_context.popBody(); + } + } + if (_jspx_th_c_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.reuse(_jspx_th_c_005fset_005f0); + _jspx_th_c_005fset_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fset_005f0, _jsp_getInstanceManager(), _jspx_th_c_005fset_005f0_reused); + } + return false; + } +} diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.class b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..fbbf5b8ac501b98995f89f2e9c42f4107629af79 GIT binary patch literal 10454 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 E4=kU9qyPW_ literal 0 HcmV?d00001 diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.java b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.java new file mode 100644 index 00000000..ff1a8077 --- /dev/null +++ b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/include/userMenus_jsp.java @@ -0,0 +1,252 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.75 + * Generated at: 2023-10-10 04:27:23 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.WEB_002dINF.jsp.include; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class userMenus_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("/WEB-INF/jsp/include/taglib.jsp", Long.valueOf(1696469747129L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar", Long.valueOf(1678766202128L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153352682000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.release(); + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, false, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + if (_jspx_meth_c_005fset_005f0(_jspx_page_context)) + return; + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_c_005furl_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:url + org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f0 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class); + boolean _jspx_th_c_005furl_005f0_reused = false; + try { + _jspx_th_c_005furl_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005furl_005f0.setParent(null); + // /WEB-INF/jsp/include/userMenus.jsp(8,19) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005furl_005f0.setValue("/"); + int _jspx_eval_c_005furl_005f0 = _jspx_th_c_005furl_005f0.doStartTag(); + if (_jspx_th_c_005furl_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f0); + _jspx_th_c_005furl_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005furl_005f0, _jsp_getInstanceManager(), _jspx_th_c_005furl_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_c_005fset_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:set + org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f0 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class); + boolean _jspx_th_c_005fset_005f0_reused = false; + try { + _jspx_th_c_005fset_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005fset_005f0.setParent(null); + // /WEB-INF/jsp/include/userMenus.jsp(22,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setVar("userMenus"); + // /WEB-INF/jsp/include/userMenus.jsp(22,0) name = scope type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setScope("request"); + int _jspx_eval_c_005fset_005f0 = _jspx_th_c_005fset_005f0.doStartTag(); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = org.apache.jasper.runtime.JspRuntimeLibrary.startBufferedBody(_jspx_page_context, _jspx_th_c_005fset_005f0); + } + do { + out.write("\r\n"); + out.write("\r\n"); + out.write("let userMenus = "); + out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${userMenus}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)); + out.write(";\r\n"); + out.write("\r\n"); + out.write("function setUserMenus(menus) {\r\n"); + out.write(" let menuSupport = new FimsMenuSupport(\"#layout-menu\").setMenuInfo(menus).setActive(wctx.current());\r\n"); + out.write(" let currentMenu = menuSupport.getMenu(wctx.current());\r\n"); + out.write("}\r\n"); + out.write("\r\n"); + out.write("setUserMenus(userMenus);\r\n"); + int evalDoAfterBody = _jspx_th_c_005fset_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = _jspx_page_context.popBody(); + } + } + if (_jspx_th_c_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fscope.reuse(_jspx_th_c_005fset_005f0); + _jspx_th_c_005fset_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fset_005f0, _jsp_getInstanceManager(), _jspx_th_c_005fset_005f0_reused); + } + return false; + } +} diff --git a/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/index_jsp.class b/work/Tomcat/localhost/ROOT/org/apache/jsp/WEB_002dINF/jsp/index_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..ecc78518dd3e2d2f49ccecabe800a6140d051634 GIT binary patch literal 13174 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 _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("/WEB-INF/jsp/include/taglib.jsp", Long.valueOf(1696469747129L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar", Long.valueOf(1678766202128L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153352682000L)); + _jspx_dependants.put("jar:file:/D:/repo/javax/servlet/jstl/1.2/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153352682000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fset_0026_005fvar; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, false, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + out.write('\r'); + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "/WEB-INF/jsp/include/head.jsp", out, false); + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "/WEB-INF/jsp/include/userMenus.jsp", out, false); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "/WEB-INF/jsp/include/top.jsp", out, false); + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write("
    \r\n"); + out.write("
  • \r\n"); + out.write(" \r\n"); + out.write("
  • \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "/WEB-INF/jsp/include/dashboard.jsp", out, false); + out.write("\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write("\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "/WEB-INF/jsp/include/tail.jsp", out, false); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" "); + if (_jspx_meth_c_005fset_005f0(_jspx_page_context)) + return; + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write(""); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_c_005fset_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // c:set + org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f0 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _005fjspx_005ftagPool_005fc_005fset_0026_005fvar.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class); + boolean _jspx_th_c_005fset_005f0_reused = false; + try { + _jspx_th_c_005fset_005f0.setPageContext(_jspx_page_context); + _jspx_th_c_005fset_005f0.setParent(null); + // /WEB-INF/jsp/index.jsp(39,4) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_c_005fset_005f0.setVar("onload"); + int _jspx_eval_c_005fset_005f0 = _jspx_th_c_005fset_005f0.doStartTag(); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = org.apache.jasper.runtime.JspRuntimeLibrary.startBufferedBody(_jspx_page_context, _jspx_th_c_005fset_005f0); + } + do { + out.write("\r\n"); + out.write(" $(\"#layout-navbar input[name='taskSeCd'][value='DPV']\").prop(\"checked\",true);\r\n"); + out.write(" "); + int evalDoAfterBody = _jspx_th_c_005fset_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + if (_jspx_eval_c_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { + out = _jspx_page_context.popBody(); + } + } + if (_jspx_th_c_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fc_005fset_0026_005fvar.reuse(_jspx_th_c_005fset_005f0); + _jspx_th_c_005fset_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fset_005f0, _jsp_getInstanceManager(), _jspx_th_c_005fset_005f0_reused); + } + return false; + } +} From 0cc6b7e54c69a7387e08797d174497c13f01b6b7 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 10 Oct 2023 13:52:57 +0900 Subject: [PATCH 3/3] no message --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5a07ba00..e006e1dd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -18,7 +18,7 @@ server: spring: application: - name: fims + name: dummy-external-system main: allow-bean-definition-overriding: true