public class Field extends Annotated
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.w3.org/2001/XMLSchema}annotated"> <attribute name="xpath" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <pattern value="(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*))))(\|(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*)))))*"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
xpath |
annotation, id
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
String |
getXpath()
Gets the value of the xpath property.
|
void |
setXpath(String value)
Sets the value of the xpath property.
|
getAnnotation, getId, setAnnotation, setId
getOtherAttributes
protected String xpath
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.