Class XmlMap.Key
- java.lang.Object
-
- org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
-
- Enclosing class:
- XmlMap
public static class XmlMap.Key extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the value of the type property.voidsetType(String value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected String type
-
-