JAXB가 목록에 대한 setter를 생성하지 않는 이유 XSD에서 JAXB 클래스를 생성 할 때 maxOccurs="unbounded"다음과 같이 요소가 생성 된 getter 메서드 를 가져 오지만 setter 메서드는 없습니다. /** * Gets the value of the element3 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..