public class KeyInfoReferenceType extends Object
Java class for KeyInfoReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfoReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
uri |
| Constructor and Description |
|---|
KeyInfoReferenceType() |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.