public class JaxbParentElement extends Object
Java class for parent-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parent-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
JaxbParentElement() |
protected String name
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.