|
@@ -1,52 +0,0 @@
|
|
|
-
|
|
|
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
|
|
|
-
|
|
|
-import javax.xml.bind.annotation.XmlAccessType;
|
|
|
-import javax.xml.bind.annotation.XmlAccessorType;
|
|
|
-import javax.xml.bind.annotation.XmlType;
|
|
|
-
|
|
|
-
|
|
|
-/**
|
|
|
- * <p>Java class for timestamp complex type.
|
|
|
- *
|
|
|
- * <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
- *
|
|
|
- * <pre>
|
|
|
- * <complexType name="timestamp">
|
|
|
- * <complexContent>
|
|
|
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
- * <sequence>
|
|
|
- * <element name="nanos" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
|
|
- * </sequence>
|
|
|
- * </restriction>
|
|
|
- * </complexContent>
|
|
|
- * </complexType>
|
|
|
- * </pre>
|
|
|
- *
|
|
|
- *
|
|
|
- */
|
|
|
-@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
-@XmlType(name = "timestamp", propOrder = {
|
|
|
- "nanos"
|
|
|
-})
|
|
|
-public class Timestamp {
|
|
|
-
|
|
|
- protected int nanos;
|
|
|
-
|
|
|
- /**
|
|
|
- * Gets the value of the nanos property.
|
|
|
- *
|
|
|
- */
|
|
|
- public int getNanos() {
|
|
|
- return nanos;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * Sets the value of the nanos property.
|
|
|
- *
|
|
|
- */
|
|
|
- public void setNanos(int value) {
|
|
|
- this.nanos = value;
|
|
|
- }
|
|
|
-
|
|
|
-}
|