public class CommonAttributes extends Object
<xs:attributeGroup xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="commonAttributes"> <xs:attribute type="xs:string" name="id"/> <xs:attribute type="xs:string" name="href"/> <xs:anyAttribute processContents="lax" namespace="##other"/> </xs:attributeGroup>
| Constructor and Description |
|---|
CommonAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Get the 'href' attribute value.
|
String |
getId()
Get the 'id' attribute value.
|
void |
setHref(String href)
Set the 'href' attribute value.
|
void |
setId(String id)
Set the 'id' attribute value.
|
public String getId()
public void setId(String id)
id - public String getHref()
public void setHref(String href)
href - Copyright © 2017 Europeana Foundation. All rights reserved.