@Contract @Hk2XmlPreGenerate @GenerateProto @Comment(value="Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License v. 2.0, which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the\nEclipse Public License v. 2.0 are satisfied: GNU General Public License,\nversion 2 with the GNU Classpath Exception, which is available at\nhttps://www.gnu.org/software/classpath/license.html.\nSPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0") public interface InteropChildBean
Modifier and Type | Method and Description |
---|---|
int |
getHouseNumber() |
String |
getName() |
void |
setHouseNumber(int houseNumber) |
void |
setName(String name) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.