@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public class SigType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected byte[] |
keyId |
protected List<Object> |
refs |
protected String |
scheme |
protected byte[] |
sig |
| Constructor and Description |
|---|
SigType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
byte[] |
getKeyId()
Gets the value of the keyId property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
List<Object> |
getRefs()
Gets the value of the refs property.
|
String |
getScheme()
Gets the value of the scheme property.
|
byte[] |
getSig()
Gets the value of the sig property.
|
void |
setKeyId(byte[] value)
Sets the value of the keyId property.
|
void |
setScheme(String value)
Sets the value of the scheme property.
|
void |
setSig(byte[] value)
Sets the value of the sig property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") protected List<Object> any
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") protected String scheme
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") protected byte[] keyId
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") protected List<Object> refs
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") protected byte[] sig
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public List<Object> getAny()
Element
Object@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public String getScheme()
String@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public void setScheme(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public byte[] getKeyId()
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public void setKeyId(byte[] value)
value - allowed object is
byte[]@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public List<Object> getRefs()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public byte[] getSig()
@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public void setSig(byte[] value)
value - allowed object is
byte[]@Generated(value="com.sun.tools.xjc.Driver", date="2021-09-29T02:41:12-04:00", comments="JAXB RI v2.3.3") public Map<QName,String> getOtherAttributes()
Apache CXF