public class MssURIType
extends java.lang.Object
Java class for mssURIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mssURIType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mssURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="DigestAlgAndValue" type="{http://uri.etsi.org/TS102204/v1.1.2#}DigestAlgAndValueType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
any |
protected DigestAlgAndValueType |
digestAlgAndValue |
protected java.lang.String |
mssURI |
| Constructor and Description |
|---|
MssURIType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
DigestAlgAndValueType |
getDigestAlgAndValue()
Gets the value of the digestAlgAndValue property.
|
java.lang.String |
getMssURI()
Gets the value of the mssURI property.
|
void |
setDigestAlgAndValue(DigestAlgAndValueType value)
Sets the value of the digestAlgAndValue property.
|
void |
setMssURI(java.lang.String value)
Sets the value of the mssURI property.
|
protected java.lang.String mssURI
protected DigestAlgAndValueType digestAlgAndValue
protected java.util.List<java.lang.Object> any
public java.lang.String getMssURI()
Stringpublic void setMssURI(java.lang.String value)
value - allowed object is
Stringpublic DigestAlgAndValueType getDigestAlgAndValue()
DigestAlgAndValueTypepublic void setDigestAlgAndValue(DigestAlgAndValueType value)
value - allowed object is
DigestAlgAndValueTypepublic java.util.List<java.lang.Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2025. All rights reserved.