public class Link extends Object
Java class for link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
text |
protected String |
url |
Constructor and Description |
---|
Link() |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.