public class AttributedDateTime extends BaseAddressingType
Java class for AttributedDateTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributedDateTime"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attGroup ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}commonAtts"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
value |
otherAttributes
Constructor and Description |
---|
AttributedDateTime() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
addOtherAttribute, addOtherAttributes, getOtherAttributes
Copyright © 2021 JBoss by Red Hat. All rights reserved.