Class SomeRequestWithHeader
- java.lang.Object
-
- org.apache.schema_validation.types.SomeRequestWithHeader
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public class SomeRequestWithHeader extends ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://apache.org/schema_validation/types}RequestIdType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SomeRequestWithHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") protected String id
-
-