以下の XML コードで maxLength プロパティを表示したいと思います。私のJavaクラスで必要なもの。
JAVA Class need to modified occording the below xml:
public class xxxx{
protected String directionsToSite;
}
===========================================================
XML Expected will be like this:
<element name="accessToAntennas" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="500"/>
<restriction>
<simpleType>
</element>