Uses of Class
jakarta.xml.bind.annotation.XmlTransient
-
Packages that use XmlTransient Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs.org.apache.wss4j.binding.wsu10 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.jboss.resteasy.plugins.providers.atom org.jboss.resteasy.plugins.providers.atom.app -
-
Uses of XmlTransient in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model with annotations of type XmlTransient Modifier and Type Field Description JCodeModelModel. codeModelThis model uses this code model exclusively.SymbolSpaceModel. defaultSymbolSpaceDefault ID/IDREF symbol space.LocatorCPropertyInfo. locatorJClassModel. rootClassIf non-null, all the generated classes should eventually derive from this class.JClassModel. rootInterfaceIf non-null, all the generated interfaces should eventually derive from this interface. -
Uses of XmlTransient in com.sun.tools.xjc.reader.xmlschema.bindinfo
Fields in com.sun.tools.xjc.reader.xmlschema.bindinfo with annotations of type XmlTransient Modifier and Type Field Description Map<String,BIEnumMember>BIEnum. membersGets the map that containsXML value -> BIEnumMemberpairs.NameConverterBIGlobalBinding. nameConverterGets the name converter that will govern theXML -> Javaname conversion process for this compilation. -
Uses of XmlTransient in jakarta.xml.ws
Classes in jakarta.xml.ws with annotations of type XmlTransient Modifier and Type Class Description classEndpointReferenceThis class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint. -
Uses of XmlTransient in org.apache.wss4j.binding.wsu10
Classes in org.apache.wss4j.binding.wsu10 with annotations of type XmlTransient Modifier and Type Class Description classAbstractAttributedDateTime -
Uses of XmlTransient in org.jboss.resteasy.plugins.providers.atom
Methods in org.jboss.resteasy.plugins.providers.atom with annotations of type XmlTransient Modifier and Type Method Description ElementEntry. getAnyOtherElement()Get content as an XML Element if the content is XML.ObjectEntry. getAnyOtherJAXBObject()Returns previous extracted jaxbobject from a call to getJAXBObject(Class<T> clazz) or value passed in through a previous setJAXBObject().ElementContent. getElement()Get content as an XML Element if the content is XML.ElementText. getElement()Get content as an XML Element if the content is XML.ObjectContent. getJAXBObject()Returns previous extracted jaxbobject from a call to getJAXBObject(Class<T> clazz) or value passed in through a previous setJAXBObject().ObjectText. getJAXBObject()Returns previous extracted jaxbobject from a call to getJAXBObject(Class<T> clazz) or value passed in through a previous setJAXBObject().StringEntry. getRights()StringEntry. getSummary()StringContent. getText()If content is text, return it as a String.StringText. getText()If content is text, return it as a String.StringEntry. getTitle()MediaTypeContent. getType()Mime type of the content.MediaTypeText. getType()Mime type. -
Uses of XmlTransient in org.jboss.resteasy.plugins.providers.atom.app
Classes in org.jboss.resteasy.plugins.providers.atom.app with annotations of type XmlTransient Modifier and Type Class Description classAppCommonAttributesAttributes common across all atom app typesMethods in org.jboss.resteasy.plugins.providers.atom.app with annotations of type XmlTransient Modifier and Type Method Description StringAppCommonAttributes. getBase()Gets the value of the base property.StringAppCommonAttributes. getLang()Gets the value of the lang property.StringAppCommonAttributes. getSpace()Gets the value of the space property.
-